summaryrefslogtreecommitdiff
path: root/libnm-core/nm-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-201-3/+41
* libnm: fix memleak in nm_connection_replace_settings()Thomas Haller2015-02-091-0/+2
* bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš2015-01-131-0/+22
* libnm: normalize missing connection UUIDThomas Haller2014-12-041-0/+19
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-13/+21
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-14/+81
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-26/+1
* libnm-core: do not leak the path in connectionsJiří Klimeš2014-10-231-0/+1
* libnm-core: add nm-errors.[ch]Dan Winship2014-10-221-17/+0
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-3/+4
* libnm-core: clean up NMConnectionErrorDan Winship2014-10-221-28/+25
* libnm: hide API for generic handling of secretsThomas Haller2014-10-121-1/+1
* libnm-core: fix crash in update-secrets when trying to clear all settings wit...Thomas Haller2014-09-221-2/+2
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-86/+84
* libnm-core: fix nm_connection_replace_settings()Dan Winship2014-09-171-1/+1
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-171-30/+54
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-3/+2
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-53/+0
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-0/+34
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-57/+11
* libnm-core: add dbus-only properties to NMSettingClassDan Winship2014-09-041-1/+1
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-041-48/+52
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-11/+11
* libnm-core: make the NMSetting hash methods privateDan Winship2014-09-041-2/+2
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-221-4/+1
* libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-221-0/+25
* libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller2014-08-221-9/+27
* libnm-core: normalize NMSettingConnection:type propertyThomas Haller2014-08-221-0/+36
* libnm-core: normalize slave-type and slave-settings of connectionsThomas Haller2014-08-221-1/+42
* libnm-core: move validation of NMSettingConnection:type to NMSettingConnectio...Thomas Haller2014-08-221-32/+0
* libnm-core: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-10/+17
* libnm-core: don't set GError on invalid @connection argument in _nm_connectio...Thomas Haller2014-08-221-10/+2
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-166/+28
* libnm-core: add missing NMConnection signal class handlersDan Winship2014-08-161-2/+4
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-161-32/+3
* libnm-core: drop nm_connection_create_setting()Dan Winship2014-08-161-23/+0
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-12/+12
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-20/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+2189