NetworkManager/src/tests
Thomas Haller 2c537b9d21 systemd: move basic systemd library to shared/nm-utils
For better or worse, we already pull in large parts of systemd sources.

I need a base64 decode implementation (because glib's g_base64_decode()
cannot reject invalid encodings). Instead of coming up with my own or
copy-paste if from somewhere, reuse systemd's unbase64mem().

But for that, make systemd's basic bits an independent static library
first because I will need it in libnm-core.

This doesn't really change anything except making "libnm-systemd-core.la"
an indpendent static library that could be used from "libnm-core". We
shall still be mindful about which internal code of systemd we use, and only
access functionality that is exposed via "systemd/nm-sd-utils-shared.h".
2019-01-02 17:07:13 +01:00
..
config build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
meson.build systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
test-dcb.c all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
test-general-with-expect.c all: remove CLOCK_BOOTTIME defintions 2018-06-18 17:21:32 +02:00
test-general.c systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
test-ip4-config.c core: reject invalid domains from ip configurations 2018-05-14 15:22:50 +02:00
test-ip6-config.c build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platform.h" 2018-11-12 16:02:35 +01:00
test-secret-agent.py python: make test-secret-agent.py python3 ready 2016-12-14 19:00:42 +01:00
test-systemd.c systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
test-utils.c all: make use of NM_MAKE_STRV() macro 2018-12-01 15:16:48 +01:00
test-wired-defname.c settings: use delegation instead of inheritance for NMSettingsConnection and NMConnection 2018-08-28 22:27:55 +02:00