summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-1/+1
* config: adjust logging message for duplicate config prefixThomas Haller2018-01-081-3/+3
* core: persist aspired default route-metric in device's state fileThomas Haller2017-12-201-15/+35
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-5/+1
* core: add read/write support for route-metric to NMConfig's device stateThomas Haller2017-12-151-5/+24
* core: cache device state in NMConfig and load all at onceThomas Haller2017-12-151-51/+135
* core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-151-0/+27
* config: write connectivity=true to internal state fileThomas Haller2017-08-211-4/+2
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-0/+27
* config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-071-3/+25
* core: fix reading device state fileThomas Haller2017-05-111-11/+13
* core: cleanup logging reading device-stateThomas Haller2017-05-111-17/+13
* 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