summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* **ADJUST COMMIT MESSAGE BEFORE MERGING** libnm-util: properly disconnect "not...th/bgo696936_normalize_settings-2Thomas Haller2014-08-141-13/+19
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-145-114/+51
* libnm-core: allow nm_setting_verify() to succeed individually without @all_se...Thomas Haller2014-08-142-1/+18
* libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-144-2/+86
* fixup! libnm-core: make failure cases for nm_connection_normalize() more robu...Thomas Haller2014-08-141-2/+4
* libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-08-141-9/+27
* keyfile/tests: test reading minimal keyfiles that needs normalization of type...Thomas Haller2014-08-148-0/+115
* keyfile/tests: add keyfile_read_connection_from_file() utility functionThomas Haller2014-08-141-0/+16
* keyfile: don't add [connection].type base setting which is done by nm_connect...Thomas Haller2014-08-141-21/+0
* fixup! libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-142-20/+303
* libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-145-13/+141
* libnm-core: stricter verification of NMSettingConnection:type propertyThomas Haller2014-08-141-18/+29
* keyfile: remove ensure_slave_setting() when reading connectionThomas Haller2014-08-141-31/+4
* libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-1410-15/+272
* libnm-core: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-08-142-40/+23
* libnm-core: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-141-13/+19
* libnm-core: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-08-141-10/+2
* libnm-core: add _nm_setting_find_in_list_required() functionThomas Haller2014-08-142-0/+34
* ifcfg-rh: remove verify() connection during readingThomas Haller2014-08-141-34/+0
* keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-08-142-10/+10
* keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-08-141-14/+8
* keyfile: add NMSettingConnection in reader if missingThomas Haller2014-08-141-30/+32
* nmtst: add assertion functions for verify() connectionThomas Haller2014-08-141-0/+130
* nmtst: add nmtst_assert_connection_equals() functionThomas Haller2014-08-141-0/+38
* nmtst: add nmtst_connection_normalize() functionThomas Haller2014-08-141-0/+65
* libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller2014-08-141-7/+9
* all: use _nm_utils_hash_values_to_slist()Thomas Haller2014-08-144-30/+9
* libnm-core: add _nm_utils_hash_values_to_slist()Thomas Haller2014-08-142-0/+31
* libnm: move declaration of NM_SETTING_SECRET_FLAGS_ALL to nm-core-internal.hThomas Haller2014-08-144-8/+10
* libnm-core: declare NM_SETTING_COMPARE_FLAG_INFERRABLE flag in "nm-core-inter...Thomas Haller2014-08-143-8/+10
* all: add nm-core-internal.h headerThomas Haller2014-08-1415-83/+82
* 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
|/