summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-282-0/+3
* generate-sys-test: modernize Python and C codeZbigniew Jędrzejewski-Szmek2021-01-271-4/+3
* log: drop unused LogRealmYu Watanabe2021-01-251-9/+0
* udev: stop to use LOG_REALM_UDEVYu Watanabe2021-01-251-1/+1
* feature: display status with a different shape depending on the status (#17728)Jiehong2021-01-221-0/+3
* core: make NotifyAccess= in combination with RootDirectory=/RootImage= workLennart Poettering2021-01-202-0/+2
* Allow control characters in environment variable valuesZbigniew Jędrzejewski-Szmek2021-01-191-3/+9
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-221/+1
* meson: drop unnecessary files from test definitionsYu Watanabe2021-01-191-30/+9
* meson: drop unnecessary libraries from journal related testsYu Watanabe2021-01-191-75/+14
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-39/+48
* meson: move source file list for systemd-xdg-autostart-generator and its testsYu Watanabe2021-01-191-8/+0
* meson: use condition argument in test definitionYu Watanabe2021-01-191-14/+11
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-457/+170
* test: move test-umount.c to src/shutdownYu Watanabe2021-01-192-80/+0
* core: move several source files to src/sharedYu Watanabe2021-01-191-2/+1
* test: rewrite test-sd-device-thread.c to depend only on libsystemdYu Watanabe2021-01-191-6/+2
* test: move tests for libudev into src/libudevYu Watanabe2021-01-192-501/+4
* xdg: move tests for xdg-autostart-generatorYu Watanabe2021-01-192-94/+1
* test: move test-systemd-tmpfiles.py from src/test to testYu Watanabe2021-01-192-147/+0
* tmpfiles: move offline-passwd.[ch] to src/tmpfilesYu Watanabe2021-01-192-91/+0
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-14/+14
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-182-0/+4
* Add truncate: to StandardOutput= etc.Lucas Werkmeister2021-01-151-0/+5
* ci: skip test-execute on GH Actions under ASanFrantisek Sumsal2021-01-131-2/+2
* bpf: do not use structured initialization for bpf_attrLuca Boccassi2021-01-101-5/+5
* test-xattr-util: don't insist that /usr supports xattrsLennart Poettering2021-01-091-2/+3
* bpf: zero bpf_attr before initializationLuca Boccassi2021-01-091-10/+0
* test: temporarily skip failing tests on GH ActionsFrantisek Sumsal2021-01-083-2/+17
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-5/+5
* basic: add make_mount_point_inode helperLuca Boccassi2020-12-211-0/+50
* tree-wide: fix typoYu Watanabe2020-12-181-3/+3
* test: add tpm2 and fido2 libs to dlopen testLennart Poettering2020-12-171-0/+10
* homed: move homectl's recovery key generation/modhex code to src/shared/Lennart Poettering2020-12-172-0/+55
* test: fix fd_is_mount_point() checkLennart Poettering2020-12-172-7/+32
* Merge pull request #17026 from fw-strlen/nft_16Lennart Poettering2020-12-162-9/+27
|\
| * firewall-util: add nftables backendFlorian Westphal2020-12-161-2/+1
| * firewall-util: introduce context structureFlorian Westphal2020-12-161-10/+15
| * firewall-util: reject NULL source or address with prefixlen 0Florian Westphal2020-12-161-2/+16
* | shared/hostname-setup: add mode where we check what would be set, without doingZbigniew Jędrzejewski-Szmek2020-12-162-8/+3
* | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-164-78/+83
* | Merge pull request #17968 from yuwata/purge-libudevYu Watanabe2020-12-163-98/+98
|\ \ | |/ |/|
| * meson: do not link with libudevYu Watanabe2020-12-161-9/+9
| * udev: move util_resolve_subsys_kernel() to udev-util.cYu Watanabe2020-12-162-34/+33
| * udev: move util_replace_whitespace() to udev-util.cYu Watanabe2020-12-162-55/+56
* | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-35/+35
|/
* sd-device: make TAGS= property prefixed and suffixed with ":"Yu Watanabe2020-12-141-20/+47
* udev: introduce new OPTIONS="log_level=" udev ruleYu Watanabe2020-12-101-1/+1
* test: add test that dlopen()'s all our weak library deps onceLennart Poettering2020-12-092-0/+44
* set: introduce set_strjoin()Yu Watanabe2020-12-081-0/+51