summaryrefslogtreecommitdiff
path: root/libnm-core/nm-connection.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-06libnm-core: ip-config: normalize may-fail for disabled IP methodsBeniamino Galvani1-4/+18
2016-07-06libnm-core: remove gateway when never-default=yes in NMSettingIPConfigBeniamino Galvani1-1/+14
2016-04-28libnm: store NMConnectionPrivate via g_object_set_qdata()Thomas Haller1-3/+9
2016-03-26libnm-core: add _nm_simple_connection_new_from_dbus() functionThomas Haller1-2/+17
2016-03-26libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller1-8/+63
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+2
2015-12-09device/vxlan: support device creationBeniamino Galvani1-1/+2
2015-12-09libnm-core: add NMSettingVxlanBeniamino Galvani1-0/+18
2015-12-09device/macvlan: support device creationBeniamino Galvani1-1/+2
2015-12-09libnm-core: add NMSettingMacvlanBeniamino Galvani1-0/+18
2015-12-01device: add NMDeviceIPTunnelBeniamino Galvani1-1/+2
2015-12-01libnm-core: add NMSettingIPTunnelBeniamino Galvani1-0/+18
2015-11-25device/tun: support device creationBeniamino Galvani1-1/+2
2015-11-25libnm-core: add NMSettingTunBeniamino Galvani1-0/+18
2015-11-20libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš1-0/+28
2015-09-18libnm: don't assert in nm_connection_get_*() for verified connectionThomas Haller1-2/+4
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-12libnm-core: don't assert in nm_connection_get_uuid() for valid connectionThomas Haller1-1/+2
2015-03-20libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller1-3/+41
2015-02-09libnm: fix memleak in nm_connection_replace_settings()Thomas Haller1-0/+2
2015-01-13bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš1-0/+22
2014-12-04libnm: normalize missing connection UUIDThomas Haller1-0/+19
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-11-07libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship1-13/+21
2014-10-28libnm-core: make nm_setting_verify() take an NMConnectionDan Winship1-14/+81
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship1-26/+1
2014-10-23libnm-core: do not leak the path in connectionsJiří Klimeš1-0/+1
2014-10-22libnm-core: add nm-errors.[ch]Dan Winship1-17/+0
2014-10-22libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship1-3/+4
2014-10-22libnm-core: clean up NMConnectionErrorDan Winship1-28/+25
2014-10-12libnm: hide API for generic handling of secretsThomas Haller1-1/+1
2014-09-22libnm-core: fix crash in update-secrets when trying to clear all settings wit...Thomas Haller1-2/+2
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship1-86/+84
2014-09-17libnm-core: fix nm_connection_replace_settings()Dan Winship1-1/+1
2014-09-17libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship1-30/+54
2014-09-04libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship1-3/+2
2014-09-04libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship1-53/+0
2014-09-04libnm-core: add nm_connection_is_virtual()Dan Winship1-0/+34
2014-09-04libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship1-57/+11
2014-09-04libnm-core: add dbus-only properties to NMSettingClassDan Winship1-1/+1
2014-09-04libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship1-48/+52
2014-09-04libnm-core: rename NMConnection to/from_hash methodsDan Winship1-11/+11
2014-09-04libnm-core: make the NMSetting hash methods privateDan Winship1-2/+2
2014-08-22libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller1-4/+1
2014-08-22libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller1-0/+25
2014-08-22libnm-core: make failure cases for nm_connection_normalize() more robust agai...Thomas Haller1-9/+27
2014-08-22libnm-core: normalize NMSettingConnection:type propertyThomas Haller1-0/+36