summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: add '--show-secrets' option for 'nmcli connection show'jk/bgo728920-update-connection-secretsDan Winship2014-09-251-1/+1
* cli: add '--show-secrets' option for 'nmcli connection show'Jiří Klimeš2014-09-252-14/+46
* core: add ClearSecrets() D-Bus callJiří Klimeš2014-09-252-6/+78
* settings: do not clear secrets on Update() without any secrets (bgo #728920)Jiří Klimeš2014-09-251-7/+63
* libnm: make sync/async APIs more GLib-like (bgo #736988)Dan Winship2014-09-2521-882/+1738
|\
| * libnm: add some missing sync/async method variantsDan Winship2014-09-2511-14/+571
| * libnm: make sync/async APIs more GLib-likeDan Winship2014-09-2521-807/+1169
| * libnm: merge saved and unsaved connection methodsDan Winship2014-09-2510-137/+74
|/
* core: merge branch 'th/bgo731937_delete_nm_generated_connection'Thomas Haller2014-09-2412-135/+301
|\
| * core: recheck_assume_connection() do nothing if the device is not disconnectedThomas Haller2014-09-241-1/+7
| * core: clean up nm-generated-assumed connections when assumption fails or conn...Thomas Haller2014-09-241-36/+60
| * bluez: simplify cleanup of generated PAN connectionThomas Haller2014-09-241-9/+5
| * core: use "nm-generated-assumed" flag instead of "nm-generated" for assumed c...Thomas Haller2014-09-241-9/+14
| * core: add "nm-generated-assumed" flag to NMSettingsConnectionThomas Haller2014-09-243-5/+31
| * settings: implement 'unsaved' and 'nm-generated' as #NMSettingsConnectionFlagsThomas Haller2014-09-243-43/+25
| * settings: add NMSettingsConnection:flagsThomas Haller2014-09-242-2/+93
| * platform: add @peer_address argument to nm_platform_ip4_address_delete()Thomas Haller2014-09-246-17/+23
| * platform: log ifindex and ifname when deleting addresses or routesThomas Haller2014-09-241-8/+27
| * platform/trivial: move code in nm-platform.cThomas Haller2014-09-241-21/+21
| * core: log when emitting RECHECK_ASSUME signalThomas Haller2014-09-241-1/+3
| * core: add macros NM_FLAGS_HAS(), NM_FLAGS_ANY() and NM_FLAGS_ALL()Thomas Haller2014-09-241-0/+9
|/
* man: clarify that keyfile is a fallback if no distro plugin is presentDan Williams2014-09-231-1/+1
* tui: additional fix for 'primary' optionJiří Klimeš2014-09-231-1/+1
* nmtst: fix compiler warnings and make initialization of macro variables explictThomas Haller2014-09-221-1/+5
* nmtst: move #endif to hide NMTST_VARIANT_* macros if not neededThomas Haller2014-09-221-1/+2
* libnm: fix warning about returning zero instead of %NULL in _nm_object_create()Thomas Haller2014-09-221-2/+2
* libnm-core: fix crash in update-secrets when trying to clear all settings wit...Thomas Haller2014-09-222-3/+3
* cli: create a connection if none exist in 'nmcli dev connect' (rh #1113941)Jiří Klimeš2014-09-221-80/+123
* merge: enhance nmcli checks whether NetworkManager is running (bgo #698060)Jiří Klimeš2014-09-223-162/+45
|\
| * cli: get NMClient early and remove duplicated codeJiří Klimeš2014-09-222-132/+13
| * cli: when NM is not running, give this error in 'nmcli connection'Jiří Klimeš2014-09-221-3/+10
| * cli: return a failure status when the daemon is not running (bgo #698060)Lubomir Rintel2014-09-221-28/+23
|/
* tui: fix displaying bond ARP IP targetsJiří Klimeš2014-09-221-1/+1
* tui: don't call g_strv_length() on NULLJiří Klimeš2014-09-221-1/+1
* platform: increase NL buffer for systems with lots of interfaces (rh #1141256)Lubomir Rintel2014-09-221-0/+7
* tui/bond: remove primary option if mode is not active-backup (rh #1142864)Lubomir Rintel2014-09-221-2/+6
* cli: fix crash by getting addresses and routesJiří Klimeš2014-09-191-67/+73
* ifcfg-rh: fix typo in function name and enhance testcaseJiří Klimeš2014-09-193-11/+14
* core: fix stray 'break' in switchDan Williams2014-09-191-1/+0
* core: fix 'tun' device owner/group property gettersDan Williams2014-09-191-2/+2
* libnm: simplify private D-Bus connection trackingDan Winship2014-09-191-13/+2
* libnm: fix private bus async codepathsDan Winship2014-09-191-0/+5
* tui: fix an earlier bugfixDan Winship2014-09-191-2/+1
* tui: fix a double freeDan Winship2014-09-191-1/+0
* tui: bind the leap-username property to its entryDan Winship2014-09-191-0/+3
* all: fix client handling of hidden SSIDs (bgo #736802)Dan Winship2014-09-193-9/+22
|\
| * tui,examples: accept null SSID gracefullyJiří Klimeš2014-09-192-6/+13
| * libnm: fix nm_access_point_get_ssid() return valueDan Winship2014-09-191-3/+9
|/
* contrib/rpm: libnm-vpn is no moreLubomir Rintel2014-09-191-3/+0
* libnm: avoid init_async NULL dereference on cancellable=0x0Lubomir Rintel2014-09-191-2/+4