summaryrefslogtreecommitdiff
path: root/src/core/settings/plugins/keyfile
Commit message (Expand)AuthorAgeFilesLines
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-4/+4
* libnm,platform: fix range for "weight" property of next hops for routesThomas Haller2023-01-171-2/+2
* route: introduce weight property for ipv4 routesFernando Fernandez Mancera2022-12-232-1/+3
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-162-2/+2
* tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2022-11-031-4/+9
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-111-2/+1
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-1/+2
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-1/+1
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-2/+2
* core/connection: ensure wired settings are around for bridgesLubomir Rintel2022-05-101-0/+6
* all: avoid using systemd path utilsThomas Haller2022-04-201-6/+4
* all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-211-1/+4
* keyfile: for keyfile owner check allow root and euidThomas Haller2022-01-181-1/+1
* core: move nm_main_utils_get_nm_[ug]id() to "nm-core-utils.h"Thomas Haller2022-01-182-7/+3
* Assert keyfiles are owned by euid, not rootJustin Spencer2022-01-181-1/+3
* Write keyfiles as euid / egid instead of 0 / 0 (root / root)Justin Spencer2022-01-181-2/+4
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-2911-561/+561
* glib-aux/trivial: rename GBytes helper APIThomas Haller2021-11-041-4/+4
* all: rename nmtst_* functions that are used by the daemonThomas Haller2021-09-081-1/+1
* all: rename nm_utils_strbuf_*() API to nm_strbuf_*()Thomas Haller2021-08-021-9/+9
* all: use nm_uuid_is_normalized() for checking valid UUID for "connection.uuid"Thomas Haller2021-06-043-9/+11
* keyfile: reject non-normalized UUIDs in nms_keyfile_nmmeta_check_filename()Thomas Haller2021-06-041-5/+7
* keyfile: fix comparison in nms_keyfile_nmmeta_read()Thomas Haller2021-06-041-1/+5
* systemd: merge branch systemd into mainThomas Haller2021-06-011-5/+4
|\
| * all: move "src/" directory to "src/core/"Thomas Haller2021-02-0849-0/+6871
* all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-041-0/+1
* glib-aux/trivial: rename NMUuid APIThomas Haller2021-05-041-1/+1
* glib-aux: Set file timestamps in nm_utils_file_set_contentsAndrew Zaborowski2021-04-192-3/+10
* build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-243-4/+4
* build: move "shared/systemd" to "src/libnm-systemd-shared"Thomas Haller2021-02-241-1/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-186-7/+7
* libnm: merge libnm-keyfile into libnm-coreThomas Haller2021-02-094-4/+4
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-096-6/+6
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0449-0/+6869