summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0449-6869/+0
* build/meson: cleanup meson files of coreThomas Haller2021-01-281-5/+3
* build/meson: cleanup "src/meson.build"Thomas Haller2021-01-271-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0512-12/+12
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+2
* keyfile: fix error message on failure to generate filename in _internal_write...Thomas Haller2020-12-091-1/+9
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2911-11/+11
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-287-95/+95
* all: reformat all with new clang-format styleAntonio Cardace2020-09-2811-4529/+4813
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-024-11/+11
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-0/+1
* all: fix minor typosYuri Chornoivan2020-07-072-2/+2
* platform: add support for local routesAntonio Cardace2020-06-162-2/+11
* core: add "external" flag for connections of external devicesThomas Haller2020-06-109-10/+67
* keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-052-2/+2
* keyfile: add nm_keyfile_handler_data_warn_get() and construct message lazyThomas Haller2020-06-051-8/+10
* keyfile: add handler context for all parser callbacksThomas Haller2020-06-052-27/+34
* keyfile: rework error reporting from read/write handlerThomas Haller2020-06-052-5/+3
* keyfile: add NMKeyfileHandlerData typedef for arguments of keyfile callbacksThomas Haller2020-06-052-6/+8
* keyfile: merge NMKeyfile{Read,Write}Type as NMKeyfileHandlerTypeThomas Haller2020-06-052-4/+4
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
|/
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-074-4/+4
* settings: fix use after free in keyfile's load_connections()Thomas Haller2019-12-091-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-022-2/+2
* meson: Improve the src build fileIñigo Martínez2019-10-011-1/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-0111-22/+11
* all: SPDX header conversionLubomir Rintel2019-09-1011-154/+11
* settings/keyfile: check whether profile can be re-read before writing to disk...Thomas Haller2019-08-271-34/+38
* settings/keyfile: log reason why re-read connection cannot be normalizedThomas Haller2019-08-271-2/+3
* settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-084-34/+42
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-082-4/+18
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-082-3/+3
* settings: support storing "shadowed-storage" to .nmmeta filesThomas Haller2019-07-257-37/+134
* settings: support storing "shadowed-storage" to [.nmmeta] section for keyfile...Thomas Haller2019-07-259-11/+175
* settings: refactor handling of storages with meta-data/tombstonesThomas Haller2019-07-253-101/+168
* settings/trivial: rename NMS_KEYFILE_FILETYPE_NMLOADED to NMS_KEYFILE_FILETYP...Thomas Haller2019-07-252-4/+4
* settings: fix prefering newer keyfile/ifcfg-rh files with duplicate UUIDsThomas Haller2019-07-171-2/+2
* settings: fix wrong assertion in keyfiles _storages_consolidate()Thomas Haller2019-07-172-2/+2
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-1613-615/+1525
* settings/trivial: rename nm_keyfile_loaded_uuid_*() API to nm_keyfile_nmmeta_*()Thomas Haller2019-07-163-72/+72
* settings: change filename for per-connection metadata (previously UUID nm-loa...Thomas Haller2019-07-163-50/+61
* settings/keyfile: output "struct stat" from nms_keyfile_loaded_uuid_read()Thomas Haller2019-07-163-5/+8
* keyfile: rework selecting path name in nms_keyfile_writer_connection() and ad...Thomas Haller2019-06-174-57/+62
* all: drop emacs file variables from source filesThomas Haller2019-06-1111-11/+0
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-111-2/+2
* settings: drop deprecated NetworkManager.conf option "main.monitor-connection...Thomas Haller2019-05-281-76/+13
* keyfile/tests: rename core's "test-keyfile" to "test-keyfile-settings"Thomas Haller2019-05-192-4/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1