summaryrefslogtreecommitdiff
path: root/src/nm-config.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-28device: add configuration option to mark devices as unmanagedThomas Haller1-0/+1
2017-08-17config: add an API to disable connectivity check via internal config file.James Henstridge1-0/+2
2017-06-07config: allow persisting the device nm-owned stateBeniamino Galvani1-1/+6
2017-05-24core: add configuration flag to choose slaves activation orderBeniamino Galvani1-0/+1
2017-04-20config: add first_start paramter to NMConfig to detect restartThomas Haller1-1/+3
2017-04-20config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller1-5/+3
2017-04-19core: allow setting SR-IOV num_vfsBeniamino Galvani1-0/+1
2017-04-07core: only persist explicit managed state in device's state fileThomas Haller1-1/+1
2017-03-24policy: add support to configurable hostname modeFrancesco Giudici1-0/+1
2016-11-25config: drop nm_config_get_debug() and access config directlyThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller1-1/+1
2016-11-25config/trivial: unify name of compile time config defaultsThomas Haller1-1/+1
2016-11-25config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller1-1/+0
2016-10-28core: persist the fake permanent hardware address to the device's statefileThomas Haller1-0/+3
2016-10-11config: print default value for logging.auditThomas Haller1-1/+3
2016-10-04config: pass default auth-polkit value as string instead of booleanBeniamino Galvani1-0/+1
2016-10-04core: refactor private data in "src"Thomas Haller1-10/+3
2016-10-03core: forward-declare NMConfigDeviceStateData in nm-types.hThomas Haller1-2/+2
2016-09-26config: store and load device runtime state to fileThomas Haller1-0/+23
2016-09-26main: create /run/NetworkManager/devices runtime directoryThomas Haller1-0/+6
2016-06-30config: make "ignore-carrier" a per-device configuration optionThomas Haller1-0/+2
2016-06-30config: add support for per-device configuration to NetworkManager.confThomas Haller1-0/+1
2016-06-01config: cleanup includesThomas Haller1-6/+0
2016-06-01config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller1-1/+1
2016-04-07core: rename nm_config_run_state* to nm_config_state*Thomas Haller1-12/+12
2016-04-07config: let NMConfig handle "NetworkManager.state" file (bgo#764474)Thomas Haller1-0/+27
2016-01-19config: implement nm_config_change_flags_to_string() via NM_UTILS_FLAGS2STR_D...Thomas Haller1-1/+1
2015-12-08config: add defines for key names for keyfileThomas Haller1-0/+2
2015-10-14keyfile: make the keyfile location configurableThomas Haller1-0/+1
2015-10-05config: drop global-dns.enable option in favor of .config.enableThomas Haller1-1/+2
2015-10-05config: allow to enable/disable configuration snippetsThomas Haller1-0/+6
2015-10-05config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller1-1/+1
2015-10-01manager: export DNS global configuration D-Bus propertyBeniamino Galvani1-0/+2
2015-10-01core: add support for reading global DNS configuration from keyfileBeniamino Galvani1-0/+8
2015-09-04config: fix wrong signature of class-method config_changed() for signalThomas Haller1-3/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-08-04core: add audit supportBeniamino Galvani1-0/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-07-14logging: make use of journal configurableThomas Haller1-0/+1
2015-07-14config: move debug command line option to NMConfigThomas Haller1-0/+1
2015-07-02config: add write support to atomic-sectionsThomas Haller1-2/+4
2015-07-02config: add write support for NMConfigThomas Haller1-0/+11
2015-07-02config: only handle 'option+' and 'option-' keys for known settingsThomas Haller1-0/+1
2015-07-02config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller1-0/+4
2015-07-02config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller1-1/+1
2015-07-02config: add defines for keyfile groups to "nm-config.h"Thomas Haller1-0/+14
2015-07-02config: add nm_config_parse_boolean() functionThomas Haller1-8/+10
2015-07-02config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller1-0/+4
2015-07-02config: add nm_config_keyfile_set_string_list() utils functionThomas Haller1-0/+5