summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)dcbw/rh990480-ibft-vlanThomas Haller2014-08-201-2/+2
* core: allow connection assumption on pre-configured software devicesDan Williams2014-08-191-2/+11
* core: allow plugin/factory originated devices to assume connectionsDan Williams2014-08-191-1/+1
* ifcfg-rh: more conversions to g_assert()Dan Williams2014-08-181-352/+51
* ifcfg-rh: remove iBFT handling (use the ibft plugin instead) (bgo #734009) (r...Dan Williams2014-08-1815-1033/+79
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-181-1/+16
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)Thomas Haller2014-08-184-7/+14
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-182-3/+15
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-181-8/+6
* fixup! ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-1813-40/+36
* ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-1823-1/+1650
* fixup! nmtst: add assertion functions for verify() connectionThomas Haller2014-08-181-5/+33
* nmtst: add assertion functions for verify() connectionThomas Haller2014-08-181-0/+180
* ifcfg-rh: trivial: remove unused parameterDan Williams2014-08-181-2/+1
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-188-36/+36
* trivial: fix a typo in show_access_point_info() function nameJiří Klimeš2014-08-181-3/+3
* cli: fix crash in `nmcli device wifi` with multiple wifi devices (bgo #734466)Jiří Klimeš2014-08-181-2/+25
* keyfile: fix crash due to uninitialized variable when reading invalid connectionThomas Haller2014-08-171-1/+1
* build: adjust `make cscope` paths for recent refactoringThomas Haller2014-08-171-1/+1
* Make NMConnection an interface, and NMRemoteConnection an NMObject (bgo #734746)Dan Winship2014-08-1653-706/+553
|\
| * libnm: make NMRemoteConnection an NMObjectDan Winship2014-08-163-159/+54
| * libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-1645-400/+454
| * libnm: get rid of redundant NMRemoteConnection propertiesDan Winship2014-08-168-91/+20
| * libnm-core: add missing NMConnection signal class handlersDan Winship2014-08-162-3/+8
| * libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-1613-53/+38
| * libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-164-29/+8
|/
* all: fix up multiple-include-guard definesDan Winship2014-08-16184-519/+519
* keyfile: allow "," as unmanaged-devices separatorDan Williams2014-08-151-1/+1
* contrib/rpm: fix --quick option of build_clean.shThomas Haller2014-08-141-0/+2
* build: fix generate-setting-docs.py to work with python3Thomas Haller2014-08-121-3/+5
* core: fix build with toolchains not exporting CLOCK_BOOTTIMEPeter Korsgaard2014-08-111-0/+9
* dhcp: fix killing wrong process ID on dhclient releaseDan Williams2014-08-082-9/+14
* libnm-util: don't warn about unrecognized propertiesDan Winship2014-08-081-2/+4
* core: fix a warning and a leakDan Winship2014-08-081-1/+2
* libnm-glib/test: fix test failure for test-remote-settings-clientThomas Haller2014-08-081-1/+1
* nmtst: fix memory leak in nmtst_create_minimal_connection()Thomas Haller2014-08-071-1/+3
* libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship2014-08-076-257/+342
* Merge branch 'libnm-nmobj' (bgo #734228)Dan Winship2014-08-0722-1274/+656
|\
| * libnm: add a test for connection-deleted-while-being-createdDan Winship2014-08-072-19/+78
| * nmtst: add nmtst_create_minimal_connection() functionThomas Haller2014-08-071-0/+44
| * libnm: fix a g_signal_handler_find() call in NMRemoteSettingsDan Winship2014-08-071-2/+2
| * libnm: remove NMRemoteConnection::updated signalDan Winship2014-08-073-38/+5
| * libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-0710-907/+334
| * libnm: add NMRemoteConnection:visible propertyDan Winship2014-08-074-28/+68
| * libnm: remove redundant NM name watching codeDan Winship2014-08-073-139/+72
| * libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-0713-112/+112
| * libnm, libnm-glib: belatedly replace _nm_client_is_object_path()Dan Winship2014-08-072-92/+4
|/
* Miscellaneous hardware-address-handling changes (bgo #734229)Dan Winship2014-08-0780-636/+583
|\
| * core: update data types of some hwaddr propertiesDan Winship2014-08-0713-152/+139
| * libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-0726-136/+240