summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ppp-manager: port nm-pppd-plugin from dbus-glib to gdbusDan Winship2014-09-042-120/+107
* dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbusDan Winship2014-09-042-238/+95
* 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-0423-424/+480
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-044-10/+32
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0414-391/+209
* 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-0410-151/+92
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0443-904/+486
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-0415-114/+68
* 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