summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-connection.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm,cli,ifcfg-rh: add connection:wait-device-timeout propertyThomas Haller2019-07-101-0/+72
* libnm: implement serialization options (inject timestamp/seen-bssids) for nm_...Thomas Haller2019-06-281-0/+27
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-4/+8
* cli: implement connection:permissions as multilist propertyThomas Haller2019-03-251-0/+1
* libnm: don't use strlen() for checking for non-empty stringThomas Haller2019-03-251-4/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm-core: fix gtk-doc commentBeniamino Galvani2019-01-251-1/+1
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* libnm-core: reorder code in settingsThomas Haller2019-01-151-146/+152
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-173/+148
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-14/+17
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-131-2/+2
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* ifcfg-rh: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+9
* libnm-core: add connection.llmnr propertyBeniamino Galvani2018-09-061-3/+65
* libnm-core: fix documentation for connection.mdnsBeniamino Galvani2018-09-061-4/+2
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-6/+12
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-10/+7
* all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-081-0/+61
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-6/+6
* setting-connection: fix ovs-port parent setting verificationLubomir Rintel2018-07-101-5/+7
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-081-1/+2
* all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-281-15/+20
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* libnm-core: fix validation of connection.mdns settingBeniamino Galvani2018-04-231-1/+1
* libnm-core: improve documentation for autoconnect and autoconnect-slaves prop...Thomas Haller2018-04-181-1/+7
* dhcp: add support for special ipv4.dhcp-client-id types "mac", "perm-mac", an...Thomas Haller2018-02-151-4/+6
* libnm: rename MDns flag UNKNOWN to DEFAULTThomas Haller2018-01-091-4/+6
* libnm: verify value for connection.mdnsThomas Haller2018-01-091-1/+12
* mdns: add new connection property.Ismo Puustinen2018-01-091-0/+59
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-0/+54
* docs: clearify documentation of connection.autoconnect-retriesThomas Haller2017-10-311-1/+3
* libnm: fix normalizing and verifying OVS connectionsThomas Haller2017-10-301-13/+19
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-301-0/+12
* core: cleanup autoconnect retry handlingThomas Haller2017-10-041-1/+1
* man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rhThomas Haller2017-09-191-1/+1
* libnm-core: clarify the meaning of the connection.permissions propertyBeniamino Galvani2017-07-251-5/+7
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* libnm: add enum for setting prioritiesThomas Haller2017-06-071-1/+2
* core: negotiate the best base settingLubomir Rintel2017-05-311-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-2/+2
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-2/+2
* libnm-core: normalize invalid bridge|team slave-port settingsth/ifcfg-reread-rh1427482Thomas Haller2017-03-021-10/+29
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-6/+25
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-4/+6