summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* po: updated Marathi (mr) translation (bgo #735212)Sandeep Shedmake2014-08-221-2564/+3108
* platform: (trivial) don't shadow link(3) in NMLinuxPlatformJiří Klimeš2014-08-211-6/+6
* libnm-core: clarify a comment about InfiniBand hardware address matchingDan Winship2014-08-201-2/+3
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* trivial: don't shadow rand(3)Dan Williams2014-08-203-24/+24
* core: print warning message when skipping invalid device plugin fileThomas Haller2014-08-201-11/+16
* libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di...Dan Williams2014-08-205-40/+41
* supplicant: fix expected return type of AddBlob D-Bus callGeoffrey Thomas2014-08-201-2/+1
* cli: succeed in master bring-up when device state reaches IP_CONFIG (bgo #733...Thomas Haller2014-08-191-40/+51
* settings: fix memory leak in get_settings_auth_cb()Thomas Haller2014-08-191-3/+2
* libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller2014-08-194-14/+18
* 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
| * libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-0763-81/+9
| * all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-0728-154/+124
| * libnm-core: rewrite nm_utils_hwaddr_ntoa()Dan Winship2014-08-071-6/+6