summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-4/+4
* config: don't mark default configuration values for translationThomas Haller2017-04-231-8/+8
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-1/+21
* config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller2017-04-201-8/+3
* config: fix assertion in nm_config_device_state_write()Beniamino Galvani2017-04-071-1/+1
* core: only persist explicit managed state in device's state fileThomas Haller2017-04-071-8/+19
* nm-config: fix comment typoFrancesco Giudici2017-03-241-1/+1
* core: use define for atomic-section-prefix setting for NMConfigThomas Haller2017-02-171-1/+5
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-0/+1
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-7/+7
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-3/+3
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-2/+2
* config: drop nm_config_get_debug() and access config directlyThomas Haller2016-11-251-14/+1
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-12/+0
* config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller2016-11-251-14/+0
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-5/+5
* config: fix config merging default value for main.pluginsThomas Haller2016-11-251-0/+7
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-13/+0
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-1/+1
* core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-281-12/+48
* config: remove unused error variable from nm_config_device_state_load()Thomas Haller2016-10-281-2/+1
* config: avoid conflicts of /run config dir with other directoriesThomas Haller2016-10-231-19/+18
* config: cleanup ownership handling of @keyfile in read_entire_config()Thomas Haller2016-10-231-14/+6
* config: add run-configs to description stringThomas Haller2016-10-231-31/+26
* config: skip shadowed run-config files in read_entire_config()Martin Pitt2016-10-231-2/+3
* config: read /run/NetworkManager/conf.d filesMathieu Trudel-Lapierre2016-10-231-0/+19
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* core: introduce default logging macrosBeniamino Galvani2016-10-141-8/+2
* config: allow fallback to fake permanent address for default wired connectionsLubomir Rintel2016-10-111-1/+1
* config: pass default auth-polkit value as string instead of booleanBeniamino Galvani2016-10-041-3/+3
* config: don't set default plugins in nm-config keyfileBeniamino Galvani2016-10-041-9/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-72/+83
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-9/+9
* config: store and load device runtime state to fileThomas Haller2016-09-261-0/+178
* config: use logging macrosThomas Haller2016-09-261-20/+20
* device: let device specs match on permanent MAC addressThomas Haller2016-06-301-1/+3
* config: add support for per-device configuration to NetworkManager.confThomas Haller2016-06-301-17/+29
* all: use nm_strcmp_p() for sorting stringsThomas Haller2016-06-151-10/+1
* config: cleanup includesThomas Haller2016-06-011-1/+2
* config: unify logging line when reloading configurationThomas Haller2016-06-011-2/+3
* config: fix ignoring internal [.config] sectionThomas Haller2016-06-011-1/+1
* config,dns: support Reload flags to specify that only parts should be reloadedThomas Haller2016-06-011-2/+8
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-27/+31
* config: add file name to error messages for parsing failuresBeniamino Galvani2016-05-191-4/+3
* config: call va_end() in unexpected code path tooLubomir Rintel2016-04-291-7/+5
* 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