summaryrefslogtreecommitdiff
path: root/src/nm-config.h
Commit message (Expand)AuthorAgeFilesLines
* keyfile: make the keyfile location configurableThomas Haller2015-10-141-0/+1
* config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-051-1/+2
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+6
* config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-051-1/+1
* manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-011-0/+2
* core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-011-0/+8
* config: fix wrong signature of class-method config_changed() for signalThomas Haller2015-09-041-3/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: add audit supportBeniamino Galvani2015-08-041-0/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* logging: make use of journal configurableThomas Haller2015-07-141-0/+1
* config: move debug command line option to NMConfigThomas Haller2015-07-141-0/+1
* config: add write support to atomic-sectionsThomas Haller2015-07-021-2/+4
* config: add write support for NMConfigThomas Haller2015-07-021-0/+11
* config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-021-0/+1
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-0/+4
* config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-07-021-1/+1
* config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-07-021-0/+14
* config: add nm_config_parse_boolean() functionThomas Haller2015-07-021-8/+10
* config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller2015-07-021-0/+4
* config: add nm_config_keyfile_set_string_list() utils functionThomas Haller2015-07-021-0/+5
* config: add NM_CONFIG_KEYFILE_LIST_SEPARATOR defineThomas Haller2015-07-021-0/+2
* config: change examples for command line arguments to system defaultThomas Haller2015-07-021-0/+1
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-1/+1
* config: publish nm_config_keyfile_get_boolean() utility functionThomas Haller2015-06-051-0/+4
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-191-0/+2
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-2/+0
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-1/+0
* core: unify parsing of device specs using nm_match_spec_split()Thomas Haller2015-02-241-0/+1
* config: use flags argument in config-changed signal instead of a hash tableth/rh1066697_reload_configThomas Haller2015-02-031-5/+2
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-3/+4
* config: move keyfile values to NMConfigDataThomas Haller2015-02-031-2/+1
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-2/+1
* config: refactor to inject NMConfigCmdLineOptions to NMConfig constructorThomas Haller2015-02-031-0/+3
* config: refactor nm_config_new() by extracting function read_entire_config()Thomas Haller2015-02-031-0/+2
* config/trivial: rename variables for configuration fileThomas Haller2015-02-031-2/+2
* config: implement reloading of connectivity parametersThomas Haller2015-02-031-0/+2
* config: add support for reloading of configurationThomas Haller2015-02-031-0/+7
* config: use NMConfigData in NMConfigThomas Haller2015-02-031-3/+3
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-2/+9
* config: forward declare NMConfig in nm-types.hThomas Haller2015-02-031-2/+2
* core: add option to quit when startup is complete (rh #863515) (rh #1083683)Dan Williams2014-11-071-0/+1
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-0/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-0/+78
* config: move NMConfig into its own subdirectory/libraryDan Winship2013-04-031-77/+0
* config: convert NMConfig to objectThomas Bechtold2013-03-111-3/+21
* Fix names of error enum valuesDan Winship2012-03-121-1/+1
* core: add internet connectivity checkThomas Bechtold2012-02-271-0/+6
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-2/+0