summaryrefslogtreecommitdiff
path: root/src/nm-config.h
Commit message (Expand)AuthorAgeFilesLines
* device: make carrier-wait-timeout configurable per deviceThomas Haller2017-11-281-0/+1
* core: use #define for "autoconnect-retries-default" configThomas Haller2017-11-271-0/+1
* device: add configuration option to mark devices as unmanagedThomas Haller2017-09-281-0/+1
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-0/+2
* config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-071-1/+6
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-241-0/+1
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-1/+3
* config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller2017-04-201-5/+3
* core: allow setting SR-IOV num_vfsBeniamino Galvani2017-04-191-0/+1
* core: only persist explicit managed state in device's state fileThomas Haller2017-04-071-1/+1
* policy: add support to configurable hostname modeFrancesco Giudici2017-03-241-0/+1
* config: drop nm_config_get_debug() and access config directlyThomas Haller2016-11-251-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-1/+1
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-1/+1
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-1/+0
* core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-281-0/+3
* config: print default value for logging.auditThomas Haller2016-10-111-1/+3
* config: pass default auth-polkit value as string instead of booleanBeniamino Galvani2016-10-041-0/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-10/+3
* core: forward-declare NMConfigDeviceStateData in nm-types.hThomas Haller2016-10-031-2/+2
* config: store and load device runtime state to fileThomas Haller2016-09-261-0/+23
* main: create /run/NetworkManager/devices runtime directoryThomas Haller2016-09-261-0/+6
* config: make "ignore-carrier" a per-device configuration optionThomas Haller2016-06-301-0/+2
* config: add support for per-device configuration to NetworkManager.confThomas Haller2016-06-301-0/+1
* config: cleanup includesThomas Haller2016-06-011-6/+0
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-1/+1
* core: rename nm_config_run_state* to nm_config_state*Thomas Haller2016-04-071-12/+12
* config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller2016-04-071-0/+27
* config: implement nm_config_change_flags_to_string() via NM_UTILS_FLAGS2STR_D...Thomas Haller2016-01-191-1/+1
* config: add defines for key names for keyfileThomas Haller2015-12-081-0/+2
* 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