summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-5/+5
* build: cleanup default includesThomas Haller2016-02-121-2/+1
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-221-7/+20
* config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-051-1/+1
* config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-051-7/+7
* config: add missing include to "config.h" headerThomas Haller2015-10-051-0/+2
* nm-config: drop a glib 2.40-ismLubomir Rintel2015-10-011-1/+1
* manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-011-0/+182
* dns: add support for global configuration in DNS managerBeniamino Galvani2015-10-011-0/+31
* core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-011-0/+298
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* config: add nm_config_data_get_value_cached() functionThomas Haller2015-07-141-0/+21
* config: add write support to atomic-sectionsThomas Haller2015-07-021-4/+53
* config: add write support for NMConfigThomas Haller2015-07-021-12/+169
* config/trivial: add code commentThomas Haller2015-07-021-0/+7
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-8/+4
* config: strip white space from configuration valuesThomas Haller2015-07-021-3/+3
* config: add config utility accessorsThomas Haller2015-07-021-0/+51
* config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-07-021-19/+22
* config: log configuration at startup and on reloadThomas Haller2015-07-021-0/+89
* config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-07-021-10/+10
* config: add nm_config_data_get_value_boolean()Thomas Haller2015-07-021-0/+14
* config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-07-021-2/+4
* libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-07-021-1/+1