summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-251-16/+18
* device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller2019-07-251-3/+16
* config: cleanup handling no_auto_default listsThomas Haller2019-07-251-10/+20
* config: use nm_utils_g_slist_strlist_cmp() in nm_config_data_diff()Thomas Haller2019-07-251-12/+2
* core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller2019-07-251-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: cache errno in local variable before using itThomas Haller2019-02-121-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-111-1/+2
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-0/+13
* config: use macros for config keysBeniamino Galvani2018-12-011-20/+65
* device: add "dhcp-plugin" match spec for deviceThomas Haller2018-11-011-1/+5
* dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel2018-09-241-0/+10
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-061-0/+14
* shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-101-6/+6
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-5/+5
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* core: fix infinite loop in evaluating global dns configurationBeniamino Galvani2018-04-041-5/+5
* config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-271-69/+111
* config/trivial: rename dns_config local variableThomas Haller2018-03-271-66/+66
* core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller2017-12-271-1/+6
* core: add nm_config_data_get_device_config_by_pllink() to lookup per-device c...Thomas Haller2017-12-271-3/+37
* core: cache "autoconnect-retries-default" in NMConfigDataThomas Haller2017-11-271-6/+18
* config: remove nm_config_data_get_value_cached()Thomas Haller2017-10-311-21/+0
* config: add nm_config_data_get_value_int64() utilThomas Haller2017-10-311-1/+23
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-2/+2
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-1/+22
* device: handle default for unset ignore-carrier option depending on deviceThomas Haller2017-06-221-2/+9
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all/trivial: unify construct-only property commentsThomas Haller2017-03-081-1/+5
* core: use define for atomic-section-prefix setting for NMConfigThomas Haller2017-02-171-1/+1
* build: fix -Wignored-qualifiers warningsThomas Haller2017-02-061-1/+1
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-1/+1
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-1/+1
* config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller2016-11-251-6/+6
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-6/+6
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-0/+21
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* config: print default value of main.dhcp with --print-configThomas Haller2016-11-031-0/+1
* config: fix printing default values for missing sectionsThomas Haller2016-10-111-15/+41
* config: print default value for logging.auditThomas Haller2016-10-111-0/+1
* config: add default values to 'NM --print-config' outputBeniamino Galvani2016-10-041-1/+21
* core: refactor private data in "src"Thomas Haller2016-10-041-117/+112
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-9/+9
* config: make "ignore-carrier" a per-device configuration optionThomas Haller2016-06-301-0/+7
* config: add support for per-device configuration to NetworkManager.confThomas Haller2016-06-301-47/+147
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-0/+2
* libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani2016-02-241-1/+1