summaryrefslogtreecommitdiffstats
path: root/configure (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-11macro: fix ALIGN_TO() to use ULLONG_MAX instead of ULONGLONG_MAXThomas Haller1-1/+1
2021-10-11Avoid passing NULL to underlying fprintf() in sysusers (#20974)(GalaxyMaster)1-1/+1
2021-10-10test: add a test for parsing xml obtained by DBus Introspect methodYu Watanabe2-0/+416
2021-10-10busctl: add missing headerYu Watanabe1-0/+1
2021-10-10busctl: shorten code a bitYu Watanabe1-2/+1
2021-10-10busctl: use set_ensure_consume()Yu Watanabe1-9/+1
2021-10-09test: set 5 minute timeout on TEST-11-ISSUE-3166 and TEST-50-DISSECTDimitri John Ledkov2-0/+4
2021-10-08update TODOLennart Poettering1-3/+0
2021-10-08cryptenroll: politely refuse enrolling keys into homed volumesLennart Poettering1-0/+26
2021-10-08homed: don't forget to look at all enrolled tokensLennart Poettering1-1/+0
2021-10-08homed: use crypt_token_max() where appropriateLennart Poettering1-3/+3
2021-10-08cryptsetup: also define crypt_token_max() as fallback locally, not just sym_c...Lennart Poettering1-1/+2
2021-10-08tree-wide: assorted Coccinelle fixesFrantisek Sumsal6-10/+10
2021-10-08Add benchmark for sha256 calculationsZbigniew Jędrzejewski-Szmek1-0/+22
2021-10-08test-id128: split into functions and add the usual headersZbigniew Jędrzejewski-Szmek1-3/+18
2021-10-08basic: remove khash helpersLuca Boccassi6-440/+0
2021-10-08libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi4-51/+15
2021-10-08basic: add hmac_sha256 implementationLuca Boccassi5-0/+154
2021-10-08boot/sha256: sd-ify and move to src/fundamentalLuca Boccassi5-75/+83
2021-10-08fundamental: define size_t and memcpy for sd-bootLuca Boccassi4-8/+9
2021-10-07dirent-util: tweak readdir_ensure_type() a bitLennart Poettering1-12/+28
2021-10-07dirent-util: use statx() in readdir_ensure_type()Lennart Poettering1-4/+13
2021-10-07dirent-util: get rid of stat_mode_to_dirent_type()Lennart Poettering3-16/+2
2021-10-07dissect: print more useful error messages for two more error casesLennart Poettering1-0/+9
2021-10-07coredump: Add --all optionDaan De Meyer4-2/+18
2021-10-07network: assert on dereferenced pointerLuca Boccassi1-1/+3
2021-10-07homed: typo fixLennart Poettering1-1/+1
2021-10-07update TODOLennart Poettering1-0/+5
2021-10-07update TODOLennart Poettering1-2/+0
2021-10-07mount-setup: port from nftw() to recurse_dir()Lennart Poettering1-26/+45
2021-10-07kbd-util: port from nftw() to recurse_dir()Lennart Poettering3-51/+110
2021-10-07cgroup-util: port from nftw() to recurse_dir()Lennart Poettering1-35/+48
2021-10-07kmod-setup: port from nftw() to recurse_dir()Lennart Poettering1-19/+37
2021-10-07tests: add test for recurse_dir()Lennart Poettering2-0/+163
2021-10-07basic: add new recurse_dir() tool as replacement for nftw()Lennart Poettering3-0/+493
2021-10-07tree-wide: remove a few unnecessary inclusions of ftw.hLennart Poettering4-4/+0
2021-10-07fileio: add shortcut for xopendirat() when called in opendir() compatible modeLennart Poettering1-0/+3
2021-10-07dirent-util: split out new function stat_mode_to_dirent_type()Lennart Poettering2-9/+15
2021-10-07bash-completion: add the two new switches to systemd-cglsLennart Poettering1-1/+1
2021-10-07man: document the two new switches for systemd-cglsLennart Poettering1-0/+14
2021-10-07cgls: enable cgroupid/xattr output by default (but make it configurable)Lennart Poettering1-17/+36
2021-10-07cgroups-show: optionally show cgroup xattrs + cgroup id in cgroup tree outputLennart Poettering2-19/+98
2021-10-07cgroups-show: use path_join() when concatenating cgroup pathsLennart Poettering1-2/+2
2021-10-07cgroups-show: validate specified hostname before including it in fs pathLennart Poettering1-1/+5
2021-10-07cgroup-util: add reusable union type for cgroupfs file_handle structsLennart Poettering2-10/+13
2021-10-07xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...Lennart Poettering11-195/+190
2021-10-07test: make OpenSSL checks optional in TEST-50-DISSECTLuca Boccassi2-18/+29
2021-10-06test: test udev with a _very_ long device nameFrantisek Sumsal2-5/+90
2021-10-06coredump: Don't log an error if D-Bus isn't runningDaan De Meyer1-0/+4
2021-10-06udev/net: introduce WakeOnLanPassword=Yu Watanabe5-3/+186