summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: add keyfile utility functionsThomas Haller2015-07-021-29/+2
* config: fix evaluation of no-auto-default settingThomas Haller2015-07-021-24/+45
* config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-021-41/+46
* config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller2015-06-051-0/+122
* device: don't assume by default IPv6LL-only connectionsBeniamino Galvani2015-06-021-0/+12
* connectivity: use default on missing connectivity.interval configThomas Haller2015-05-191-3/+9
* config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller2015-05-191-1/+1
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-0/+16
* dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-041-0/+14
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-0/+17
* config: fix memleak in NMConfigData keyfileThomas Haller2015-02-091-0/+2
* config: use flags argument in config-changed signal instead of a hash tableth/rh1066697_reload_configThomas Haller2015-02-031-14/+8
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-0/+70
* config: move keyfile values to NMConfigDataThomas Haller2015-02-031-33/+86
* config: add new function nm_config_data_diff()Thomas Haller2015-02-031-0/+30
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-1/+57
* config: refactor reloading not to create a second NMConfig instanceThomas Haller2015-02-031-0/+22
* config: add new NMConfigData classThomas Haller2015-02-031-0/+183