summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* start work on testsdefault_memoryChris Down2019-04-031-0/+77
* test: add test case for restrict_suid_sgid()Lennart Poettering2019-04-021-0/+208
* Merge pull request #12030 from poettering/condition-memoryYu Watanabe2019-04-021-0/+125
|\
| * tests: add tests for ConditionMemory= + ConditionCPUsLennart Poettering2019-03-191-0/+125
* | util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-4/+4
* | Merge pull request #12130 from keszybz/fix-ndebug-buildsLennart Poettering2019-03-281-1/+9
|\ \
| * | test-terminal-util: fix sigsegv when compiled without assertsZbigniew Jędrzejewski-Szmek2019-03-281-1/+1
| * | test-terminal-util: add function loggingZbigniew Jędrzejewski-Szmek2019-03-281-0/+8
* | | Merge pull request #12115 from poettering/verbose-job-enqueueZbigniew Jędrzejewski-Szmek2019-03-281-10/+10
|\ \ \ | |/ / |/| |
| * | core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-10/+10
* | | Merge pull request #12119 from keszybz/voidify-mkdir-pLennart Poettering2019-03-2728-10/+50
|\ \ \ | |/ / |/| |
| * | headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-2727-9/+45
| * | test-fileio: do not use variable before checking return valueZbigniew Jędrzejewski-Szmek2019-03-271-1/+5
* | | test-execute: skip flaky test when we can't unshare namespacesZbigniew Jędrzejewski-Szmek2019-03-261-1/+6
* | | test-execute: provide custom failure messageZbigniew Jędrzejewski-Szmek2019-03-261-118/+128
|/ /
* | Merge pull request #12044 from keszybz/ttyname-malloc-simplificationLennart Poettering2019-03-261-1/+12
|\ \
| * | tests: add simple testcase for getttyname_malloc()Lennart Poettering2019-03-261-1/+12
| |/
* | core: drop suid/sgid bit of files/dirs when doing recursive chownLennart Poettering2019-03-261-1/+1
* | tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+8
* | Merge pull request #12079 from keszybz/fuzz-nspawn-ociLennart Poettering2019-03-221-1/+1
|\ \
| * | udev/link-config: rename MACPolicy to MACAddressPolicyZbigniew Jędrzejewski-Szmek2019-03-221-1/+1
* | | util: introduce save_argc_argv() helperLennart Poettering2019-03-211-2/+1
|/ /
* | capability: add a test that fails if we ever enter > 64bit capability territoryLennart Poettering2019-03-211-0/+21
* | Merge pull request #12049 from keszybz/assorted-fixupsLennart Poettering2019-03-202-1/+27
|\ \
| * | test-fileio: avoid warning about ineffective comparisonZbigniew Jędrzejewski-Szmek2019-03-201-1/+7
| * | test-alloc-util: add a smoke test for greedy_reallocZbigniew Jędrzejewski-Szmek2019-03-201-0/+20
| |/
* | core: reduce the number of stalled PIDs from the watched processes list when ...Franck Bui2019-03-201-6/+6
|/
* test-execute: block /sys not /procZbigniew Jędrzejewski-Szmek2019-03-151-1/+1
* test-execute: allow filtering test cases by patternZbigniew Jędrzejewski-Szmek2019-03-151-49/+61
* seccomp: allow shmat to be a separate syscall on architectures which use a mu...Zbigniew Jędrzejewski-Szmek2019-03-151-3/+6
* seccomp: shm{get,at,dt} now have their own numbers everywhereZbigniew Jędrzejewski-Szmek2019-03-151-0/+9
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-144-4/+5
* util: don't include util.h from def.hLennart Poettering2019-03-141-2/+2
* util: split out kbd related stuffLennart Poettering2019-03-141-0/+1
* util: split out errno related stuffLennart Poettering2019-03-141-0/+1
* tests: add tests for embedded newlines in /proc/cmdlineLennart Poettering2019-03-131-5/+13
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-139-9/+11
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-0/+1
* test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe2019-03-131-0/+5
* Merge pull request #11916 from yuwata/pid1-id-renaming-handlingLennart Poettering2019-03-071-1/+1
|\
| * sd-device: move device_action_from_string() and friends to device-private.hYu Watanabe2019-03-071-1/+1
* | test-execute: avoid undefined variable warning when compiled w/o seccompZbigniew Jędrzejewski-Szmek2019-03-071-1/+1
|/
* meson: use a convenience library for the sources shared between core/ and the...Zbigniew Jędrzejewski-Szmek2019-03-051-3/+2
* shutdown: rearrange shutdown sources in source treeLennart Poettering2019-03-051-2/+2
* Merge pull request #11871 from yuwata/systemctl-show-format-unprintableLennart Poettering2019-03-041-27/+79
|\
| * test: add tests for test_in_addr_prefix_to_string()Yu Watanabe2019-03-041-0/+49
| * test: move tests for in_addr_prefix_from_string()Yu Watanabe2019-03-041-27/+30
* | Merge pull request #11888 from keszybz/non-atomicLennart Poettering2019-03-041-6/+9
|\ \ | |/ |/|