NetworkManager/shared/systemd/sd-adapt-shared
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
..
architecture.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
btrfs-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
build.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
cgroup-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
copy.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
def.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
device-nodes.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
dirent-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
errno-list.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
format-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
glob-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
gunicode.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
ioprio.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
locale-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
memfd-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing_socket.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing_syscall.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
missing_timerfd.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
mkdir.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
nm-sd-adapt-shared.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
procfs-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
raw-clone.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
rlimit-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
terminal-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
unaligned.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
user-util.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00
virt.h systemd: move basic systemd library to shared/nm-utils 2019-01-02 17:07:13 +01:00