summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-63/+42
* all: stop using virtual interface-name propertiesDan Winship2014-09-0410-60/+91
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-046-29/+18
* libnm-core: drop previously-deprecated NMSetting propertiesDan Winship2014-09-041-12/+0
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-046-16/+16
* 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-0315-17/+0
* bluetooth: don't crash when switching off bluetoothJiří Klimeš2014-09-021-1/+3
* core: allow connection assumption on pre-configured software devicesDan Williams2014-08-291-2/+11
* core: allow plugin/factory originated devices to assume connectionsDan Williams2014-08-291-1/+1
* 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
* core: complete IPv6 even if RA times out when there are manual/external addre...Dan Williams2014-08-291-8/+17
* core: apply manual IPv6 configuration earlier when RA is also used (rh #1101809)Dan Williams2014-08-291-0/+4
* core: sync IPv6 pre-commit hook with IPv4 behaviorDan Williams2014-08-292-5/+7
* rdisc: add RA wait timeoutDan Williams2014-08-294-30/+111
* 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-272-3/+3
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-2515-31/+38
* 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
* libnm-core: declare NM_SETTING_COMPARE_FLAG_INFERRABLE flag in "nm-core-inter...Thomas Haller2014-08-221-1/+1
* all: add nm-core-internal.h headerThomas Haller2014-08-224-13/+13
* platform: (trivial) don't shadow link(3) in NMLinuxPlatformJiří Klimeš2014-08-211-6/+6
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* trivial: don't shadow rand(3)Dan Williams2014-08-202-19/+19
* 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-204-40/+30
* supplicant: fix expected return type of AddBlob D-Bus callGeoffrey Thomas2014-08-201-2/+1
* 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-192-2/+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-1619-134/+144
* 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-16110-295/+295
* keyfile: allow "," as unmanaged-devices separatorDan Williams2014-08-151-1/+1