summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! libnm-util: make failure cases for nm_connection_normalize() more robu...th/bgo696936_normalize_settings-1Thomas Haller2014-07-281-2/+2
* libnm-util: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-07-281-9/+27
* keyfile/tests: add reading minimal slave keyfilesThomas Haller2014-07-286-0/+93
* keyfile/tests: add read_connection_from_file() utility functionThomas Haller2014-07-281-0/+21
* keyfile: don't add [connection].type base setting which is done by nm_connect...Thomas Haller2014-07-281-21/+0
* fixup! libnm-util: normalize NMSettingConnection:type propertyThomas Haller2014-07-281-8/+2
* fixup! libnm-util: normalize NMSettingConnection:type propertyThomas Haller2014-07-281-4/+4
* libnm-util: normalize NMSettingConnection:type propertyThomas Haller2014-07-285-15/+137
* libnm-util: stricter verification of NMSettingConnection:type propertyThomas Haller2014-07-281-23/+32
* libnm-util: minor refactoring in NMSettingConnection:verify()Thomas Haller2014-07-281-29/+31
* keyfile: remove ensure_slave_setting() when reading connectionThomas Haller2014-07-281-31/+4
* fixup! libnm-util: normalize slave-type and slave-settings of connectionsThomas Haller2014-07-281-9/+3
* fixup! libnm-util: normalize slave-type and slave-settings of connectionsThomas Haller2014-07-274-6/+11
* libnm-util: normalize slave-type and slave-settings of connectionsThomas Haller2014-07-279-14/+272
* libnm-util: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-07-272-40/+23
* fixup! libnm-util: properly disconnect "notify" signal for settings in NMConn...Thomas Haller2014-07-271-3/+1
* libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-07-271-12/+20
* libnm-util: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-07-271-10/+2
* fixup! libnm-util: add _nm_setting_find_in_list_required() functionThomas Haller2014-07-271-1/+1
* libnm-util: add _nm_setting_find_in_list_required() functionThomas Haller2014-07-272-0/+33
* ifcfg-rh: remove verify() connection during readingThomas Haller2014-07-271-34/+0
* keyfile: let reader normalize() the connection, not only verify()Thomas Haller2014-07-272-10/+10
* keyfile/tests: refactor tests to use nmtst_assert_connection_equals() functionThomas Haller2014-07-271-14/+8
* keyfile: reader adds NMSettingConnection if missingThomas Haller2014-07-271-30/+32
* fixup! nmtst: add assertion functions for verify() connectionThomas Haller2014-07-271-5/+33
* nmtst: add assertion functions for verify() connectionThomas Haller2014-07-271-0/+78
* nmtst: add nmtst_create_minimal_connection() functionThomas Haller2014-07-271-0/+38
* nmtst: add nmtst_assert_connection_equals() functionThomas Haller2014-07-271-0/+39
* nmtst: add nmtst_connection_normalize() functionThomas Haller2014-07-271-0/+68
* all: use nm_intern_utils_hash_values_to_slist()Thomas Haller2014-07-275-47/+14
* libnm-util: add nm_intern_utils_hash_values_to_slist()Thomas Haller2014-07-273-0/+19
* all: add nm-utils-internal.h headerThomas Haller2014-07-2712-87/+92
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)Jiří Klimeš2014-07-251-1/+1
* libnm-util: fix enum member names in a gtk-doc commentDan Winship2014-07-231-7/+7
* libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warningDan Winship2014-07-231-1/+1
* wwan: allow using the default subscription APN (bgo #729665)Dan Williams2014-07-231-2/+2
* wwan: allow completing new GSM connections without an APN (bgo #729665)Simon Farnsworth2014-07-231-2/+2
* merge: add WWAN support for IPv6 (bgo #682623)Dan Williams2014-07-2315-135/+1043
|\
| * wwan: use a shorter DHCP timeoutdcbw/wwan-ipv6Dan Williams2014-07-231-0/+13
| * dhcp: DHCPv6 OtherConf failures should not be fatalDan Williams2014-07-231-4/+11
| * wwan: don't disconnect if nothing to disconnectDan Williams2014-07-231-1/+5
| * core: remove child devices when a parent's ip_iface becomes knownDan Williams2014-07-231-0/+28
| * wwan: move IP method handling into the modem objectDan Williams2014-07-232-22/+39
| * wwan: add IPv6 support for ModemManager1 (bgo #682623)Dan Williams2014-07-231-32/+178
| * wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-237-27/+418
| * wwan: clean up and split IP method valuesDan Williams2014-07-233-37/+55
| * wwan: read supported IP types from ModemManagerDan Williams2014-07-233-0/+61
| * ppp: add IPv6 supportDan Williams2014-07-236-36/+226