summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* libnm: port to GDBusDan Winship2014-09-184-13/+12
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-184-26/+65
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-171-25/+22
* settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-115-292/+3
* ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš2014-09-104-23/+84
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-042-2/+2
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-047-311/+344
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-042-2/+2
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0412-385/+195
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-043-4/+3
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-047-136/+86
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0413-549/+214
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* all: stop using virtual interface-name propertiesDan Winship2014-09-046-35/+67
* libnm-core: drop previously-deprecated NMSetting propertiesDan Winship2014-09-041-12/+0
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-044-13/+13
* ifcfg-rh: fix testcase to expect error reading iBFT configurationsDan Williams2014-09-031-1/+1
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-032-3/+0
* ifcfg-rh: more conversions to g_assert()Dan Williams2014-08-291-352/+51
* ifcfg-rh: remove iBFT handling (use the ibft plugin instead) (bgo #734009) (r...Dan Williams2014-08-2915-1033/+79
* ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-2921-1/+1632
* ifcfg-rh: trivial: remove unused parameterDan Williams2014-08-291-2/+1
* settings: fix a crash in emit_updated() accessing invalid pointerJiří Klimeš2014-08-281-0/+7
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-271-2/+2
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-221-8/+3
* keyfile/tests: test reading minimal keyfiles that needs normalization of type...Thomas Haller2014-08-228-0/+115
* tests: refactor tests to use g_test framework (g_test_add_func)Thomas Haller2014-08-221-45/+40
* keyfile/tests: add keyfile_read_connection_from_file() utility functionThomas Haller2014-08-221-0/+16
* keyfile: don't add [connection].type base setting which is done by nm_connect...Thomas Haller2014-08-221-21/+0
* keyfile: remove ensure_slave_setting() when reading connectionThomas Haller2014-08-221-31/+4
* libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-221-2/+5
* ifcfg-rh: remove verify() connection during readingThomas Haller2014-08-221-34/+0
* keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-08-222-10/+10
* keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-08-221-14/+8
* keyfile: add NMSettingConnection in reader if missingThomas Haller2014-08-221-30/+32
* all: use _nm_utils_hash_values_to_slist()Thomas Haller2014-08-224-33/+12
* all: add nm-core-internal.h headerThomas Haller2014-08-223-10/+10
* trivial: don't shadow rand(3)Dan Williams2014-08-201-7/+7
* libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di...Dan Williams2014-08-204-40/+30
* settings: fix memory leak in get_settings_auth_cb()Thomas Haller2014-08-191-3/+2
* keyfile: fix crash due to uninitialized variable when reading invalid connectionThomas Haller2014-08-171-1/+1
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-1612-96/+106
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-163-5/+5
* libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-161-3/+8
* all: fix up multiple-include-guard definesDan Winship2014-08-1611-30/+30
* keyfile: allow "," as unmanaged-devices separatorDan Williams2014-08-151-1/+1
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-10/+7
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-072-3/+2
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-0713-20/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-073-21/+14