summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-131-1/+1
* config: minor cleanup in _sort_groups_cmp() and _intern_config_write_sort_fcn()Thomas Haller2020-05-071-6/+4
* config: use nm_streq() and NM_STR_HAS_PREFIX() in "nm-config.c"Thomas Haller2020-05-071-24/+24
* config: use NM_STR_HAS_PREFIX_WITH_MORE() instead of duplicate implementationThomas Haller2020-05-071-16/+8
* config: use cleanup attribute in read_config()Thomas Haller2020-05-071-17/+16
* settings: ensure that "plugins-=ifcfg-rh" works with the default pluginsThomas Haller2020-05-071-6/+14
* config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-071-7/+9
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-9/+9
* core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller2020-03-041-2/+2
* core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller2020-03-041-13/+23
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-1/+1
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-071-1/+1
* config: add nm_config_data_get_warnings() to get additional warnings about wr...Thomas Haller2019-12-111-5/+9
* config: return GPtrArray with warnings from internal read_entire_config() fun...Thomas Haller2019-12-111-21/+22
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-261-1/+7
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-251-52/+34
* device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller2019-07-251-14/+27
* config: backslash escape values (utf8safe) in "no-auto-default.state" fileThomas Haller2019-07-251-3/+21
* config: cleanup handling no_auto_default listsThomas Haller2019-07-251-18/+20
* device,config: don't write fake MAC address to "no-auto-default.state" fileThomas Haller2019-07-251-1/+15
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* config: also save next-server in the state fileLubomir Rintel2019-05-301-1/+10
* settings: drop deprecated NetworkManager.conf option "main.monitor-connection...Thomas Haller2019-05-281-14/+0
* trivial: fix code comment mentioning "/var/run/NetworManager" to refer to "/run"Thomas Haller2019-05-171-1/+1
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* config: use cleanup attribute for variables in init_sync()Thomas Haller2018-12-011-11/+8
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-2/+23
* build: check that the list of supported config options is up to dateBeniamino Galvani2018-12-011-0/+6
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-011-9/+180
* config: use macros for config keysBeniamino Galvani2018-12-011-18/+30
* all: remove \n endings from log callsLubomir Rintel2018-10-121-3/+3
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-40/+111
* config: change formatting for no reasonLubomir Rintel2018-09-181-2/+10
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-3/+12
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-7/+7
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-2/+2
* config: fix using the right nm-version for the match specificationThomas Haller2018-01-231-1/+1
* 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