summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2016-04-191-1/+1
* core: rename nm_config_run_state* to nm_config_state*Thomas Haller2016-04-071-70/+74
* config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller2016-04-071-1/+219
* 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
* config: implement nm_config_change_flags_to_string() via NM_UTILS_FLAGS2STR_D...Thomas Haller2016-01-191-54/+17
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-221-1/+1
* config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-051-3/+29
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-6/+60
* core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-051-26/+1
* config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-051-1/+1
* config: initialize gs_free marked variableJiří Klimeš2015-10-021-1/+1
* manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-011-0/+67
* core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-011-0/+20
* config: workaround invocation of "config-changed" signalThomas Haller2015-09-091-1/+11
* config: fix wrong signature of class-method config_changed() for signalThomas Haller2015-09-041-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: log setup of singleton instancesThomas Haller2015-08-051-1/+6
* core: order destruction of singleton instancesThomas Haller2015-08-051-3/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-4/+3
* config: move debug command line option to NMConfigThomas Haller2015-07-141-0/+10
* config: fix a potential NULL dereferenceLubomir Rintel2015-07-141-1/+1
* config: add write support to atomic-sectionsThomas Haller2015-07-021-16/+193
* config: add write support for NMConfigThomas Haller2015-07-021-16/+452
* config: fix setting default configuration for 'main.plugins'Thomas Haller2015-07-021-12/+14
* config: read configuration directory "/usr/lib/NetworkManager/conf.d"Thomas Haller2015-07-021-37/+87
* config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-021-22/+86
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-0/+28
* config: strip white space from configuration valuesThomas Haller2015-07-021-3/+3
* config: ensure nm_config_get_plugins() to return stripped valuesThomas Haller2015-07-021-1/+2
* config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-07-021-9/+14
* config: log configuration at startup and on reloadThomas Haller2015-07-021-0/+1
* config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-07-021-17/+17
* config: add nm_config_parse_boolean() functionThomas Haller2015-07-021-21/+36
* config: reload also no-auto-default stateThomas Haller2015-07-021-1/+4
* config: fix evaluation of no-auto-default settingThomas Haller2015-07-021-57/+51
* config: refactor processing of 'option+' and 'option-' config settingsThomas Haller2015-07-021-22/+40
* config: add nm_config_keyfile_set_string_list() utils functionThomas Haller2015-07-021-0/+33
* config: add NM_CONFIG_KEYFILE_LIST_SEPARATOR defineThomas Haller2015-07-021-1/+1
* config/trivial: rename defines for default settingsThomas Haller2015-07-021-17/+17
* config: change examples for command line arguments to system defaultThomas Haller2015-07-021-6/+6
* config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-021-0/+58
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-15/+56
* config: publish nm_config_keyfile_get_boolean() utility functionThomas Haller2015-06-051-8/+8
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-14/+0
* dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-041-0/+2
* config: fix filename order for config-descriptionThomas Haller2015-04-171-9/+16
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-11/+2