summaryrefslogtreecommitdiff
path: root/libnm-core/nm-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: store NMConnectionPrivate via g_object_set_qdata()Thomas Haller2016-04-281-3/+9
* libnm-core: add _nm_simple_connection_new_from_dbus() functionThomas Haller2016-03-261-2/+17
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-261-8/+63
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+2
* device/vxlan: support device creationBeniamino Galvani2015-12-091-1/+2
* libnm-core: add NMSettingVxlanBeniamino Galvani2015-12-091-0/+18
* device/macvlan: support device creationBeniamino Galvani2015-12-091-1/+2
* libnm-core: add NMSettingMacvlanBeniamino Galvani2015-12-091-0/+18
* device: add NMDeviceIPTunnelBeniamino Galvani2015-12-011-1/+2
* libnm-core: add NMSettingIPTunnelBeniamino Galvani2015-12-011-0/+18
* device/tun: support device creationBeniamino Galvani2015-11-251-1/+2
* libnm-core: add NMSettingTunBeniamino Galvani2015-11-251-0/+18
* libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-201-0/+28
* libnm: don't assert in nm_connection_get_*() for verified connectionThomas Haller2015-09-181-2/+4
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm-core: don't assert in nm_connection_get_uuid() for valid connectionThomas Haller2015-07-121-1/+2
* 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