summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/tests: add a virtual device creation-and-activation testdanw/bgo737993-objectcache-origDan Winship2014-10-082-8/+161
* libnm/tests: abstract out duplicated device-creating codeDan Winship2014-10-084-228/+110
* cli: fix 'nmcli connection up bond0' being stuckJiří Klimeš2014-10-081-0/+1
* libnm: ensure nm_active_connection_get_devices() returns non-NULLJiří Klimeš2014-10-081-0/+3
* libnm: add an active-connection test to test-nm-clientDan Winship2014-10-061-0/+215
* tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-062-10/+88
* libnm: fix async property circular reference handlingDan Winship2014-10-062-14/+87
* libnm: further devices/active_connections NULL-vs-empty fixesDan Winship2014-10-061-17/+8
* libnm, libnm-glib: clarify nm_client_activate_connection() semanticsDan Winship2014-10-052-2/+14
* device: drop leftover bad assertLubomir Rintel2014-10-051-1/+1
* libnm: make use of GParamSpecFlags and GParamSpecEnum (bgo #737485)Dan Winship2014-10-0335-277/+619
|\
| * libnm-core: make NMSettingSerial:parity an enumDan Winship2014-10-0311-20/+201
| * libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-0325-236/+387
| * libnm: reorganize demarshal_generic(), make unrecognized type a warningDan Winship2014-10-031-18/+28
| * libnm: fix properties-changed debug loggingDan Winship2014-10-031-5/+5
|/
* bond: fix setting bond option 'lacp_rate'Thomas Haller2014-10-031-1/+4
* build: fix compilation with GLib 2.32Jiří Klimeš2014-10-031-0/+1
* contrib/rpm: detect ppp version based on installed packageThomas Haller2014-10-031-1/+1
* libnm: merge branch 'th/bgo737725-libnm-private-dbus-connection'Thomas Haller2014-10-034-13/+128
|\
| * libnm: share private DBUS connectionThomas Haller2014-10-031-7/+91
| * libnm: add NMObject:dbus-connection property to inject DBUS connectionThomas Haller2014-10-032-1/+29
| * libnm: assert for interface name in _nm_object_class_add_interface()Thomas Haller2014-10-031-0/+3
| * libnm: remove unused variable NMObjectPrivate:private_connectionThomas Haller2014-10-031-1/+0
| * core/dbus: debug log unix file descriptor when closing private dbus connectionThomas Haller2014-10-031-4/+5
|/
* contrib/rpm: fix --quick option of build_clean.shThomas Haller2014-10-031-0/+2
* merge: fix DHCP 'expire' state handling (rh #1139326) (bgo #737225)Dan Williams2014-10-022-3/+9
|\
| * dhcp: treat lease expiry as failure (rh #1139326)Dan Williams2014-10-021-1/+3
| * dhcp: fail the device if DHCP fails after having succeeded earlier (rh #1139326)Dan Williams2014-10-021-2/+6
|/
* tui: fix an NmtMacEntry bug introduced when changing hwaddrs to stringsDan Winship2014-10-021-1/+1
* merge branch 'th/rh1061702_bond_options'Thomas Haller2014-10-027-4/+71
|\
| * cli: support new bond option 'lacp_rate'Thomas Haller2014-10-022-4/+36
| * libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller2014-10-025-0/+35
|/
* contrib/rpm: don't hardwire a single ppp versionLubomir Rintel2014-10-021-6/+2
* core: minor fix in nm_utils_kill_child_sync() having side-effects in MIN() ma...Thomas Haller2014-10-021-1/+1
* core: minor fix in nm_utils_kill_child_sync() having side-effects in MIN() macroThomas Haller2014-10-011-1/+2
* cli: fix NetworkManager.pot after renmaing network-manager.[ch] to general.[ch]Thomas Haller2014-10-011-1/+1
* libnm: return errors in nm_client_networking_set_enabled()Jiří Klimeš2014-10-014-19/+24
* cli: strip errors from D-Bus before presenting to a userJiří Klimeš2014-10-013-24/+41
* cli: rename network-manager.[ch] to general.[ch]Jiří Klimeš2014-10-014-10/+10
* libnm: fix argument type passed to RequestScan() D-Bus callJiří Klimeš2014-10-011-3/+3
* build: support building against libsystemd >= 209 libraryMichael Biebl2014-09-301-3/+6
* devices: fix default ethernet connection codeDan Winship2014-09-301-5/+1
* libnm: g_variant_new() for strings does not allow NULLsJiří Klimeš2014-09-301-0/+5
* core/dbus: disable verbose logging when registering object to private socketThomas Haller2014-09-301-0/+2
* core/dbus: debug log unix file descriptor when accpeting private dbus connectionThomas Haller2014-09-301-1/+3
* core: fix assertion when comparing missing hwaddr while searching connection ...Thomas Haller2014-09-301-1/+2
* core/dbus: minor refactoring not to clone the string tagThomas Haller2014-09-301-4/+3
* auth: merge branch 'th/bgo734146_polkit'Thomas Haller2014-09-2924-489/+1425
|\
| * auth: support disabling POLKIT authentication entirely at compile timeThomas Haller2014-09-296-5/+58
| * auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-2919-479/+1326