summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller1-4/+4
2020-01-07libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller1-1/+1
2019-12-11config: emit warning about invalid main.auth-polkit settingThomas Haller1-3/+24
2019-12-11config: add nm_config_data_get_warnings() to get additional warnings about wr...Thomas Haller1-0/+8
2019-12-11core: add main.auth-polkit option "root-only"Thomas Haller1-0/+46
2019-10-27shared: add @deep_copied argument to nm_utils_strv_dup()Thomas Haller1-1/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-26core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller1-0/+15
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-07-25config: simplify no-auto-default list handling and sort entriesThomas Haller1-16/+18
2019-07-25device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller1-3/+16
2019-07-25config: cleanup handling no_auto_default listsThomas Haller1-10/+20
2019-07-25config: use nm_utils_g_slist_strlist_cmp() in nm_config_data_diff()Thomas Haller1-12/+2
2019-07-25core: add and use NM_MATCH_SPEC_*_TAG defines instead of plain stringsThomas Haller1-1/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-02-12all: cache errno in local variable before using itThomas Haller1-1/+0
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-2/+0
2018-12-11dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller1-1/+2
2018-12-01core: add checks on connection default propertiesBeniamino Galvani1-0/+13
2018-12-01config: use macros for config keysBeniamino Galvani1-20/+65
2018-11-01device: add "dhcp-plugin" match spec for deviceThomas Haller1-1/+5
2018-09-24dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel1-0/+10
2018-09-06core: add nm_config_data_get_connection_default_int64()Beniamino Galvani1-0/+14
2018-08-10shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller1-6/+6
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-5/+5
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-18all: replace "it's" with "its" where neededBeniamino Galvani1-1/+1
2018-04-04core: fix infinite loop in evaluating global dns configurationBeniamino Galvani1-5/+5
2018-03-27config: cleanup fields in NMGlobalDnsConfigThomas Haller1-69/+111
2018-03-27config/trivial: rename dns_config local variableThomas Haller1-66/+66
2017-12-27core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller1-1/+6
2017-12-27core: add nm_config_data_get_device_config_by_pllink() to lookup per-device c...Thomas Haller1-3/+37
2017-11-27core: cache "autoconnect-retries-default" in NMConfigDataThomas Haller1-6/+18
2017-10-31config: remove nm_config_data_get_value_cached()Thomas Haller1-21/+0
2017-10-31config: add nm_config_data_get_value_int64() utilThomas Haller1-1/+23
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-2/+2
2017-08-17config: add an API to disable connectivity check via internal config file.James Henstridge1-1/+22
2017-06-22device: handle default for unset ignore-carrier option depending on deviceThomas Haller1-2/+9
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-1/+5
2017-02-17core: use define for atomic-section-prefix setting for NMConfigThomas Haller1-1/+1
2017-02-06build: fix -Wignored-qualifiers warningsThomas Haller1-1/+1
2017-02-04all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller1-6/+6
2016-11-25config/trivial: unify name of compile time config defaultsThomas Haller1-6/+6
2016-11-25config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller1-0/+21
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-11-03config: print default value of main.dhcp with --print-configThomas Haller1-0/+1
2016-10-11config: fix printing default values for missing sectionsThomas Haller1-15/+41