summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document itZbigniew Jędrzejewski-Szmek2017-02-161-1/+1
* test: setup test data dir before fake runtime dirMartin Pitt2017-02-164-7/+5
* Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering2017-02-161-0/+90
|\
| * test-journal-importer: add a test case with broken inputZbigniew Jędrzejewski-Szmek2017-02-151-1/+17
| * test-journal-importer: new test file to check the newly exported importer codeZbigniew Jędrzejewski-Szmek2017-02-151-0/+74
* | test-ipcrm: use configured nobody user name (#5350)Zbigniew Jędrzejewski-Szmek2017-02-151-1/+1
|/
* test: make unit tests relocatableMartin Pitt2017-02-136-5/+10
* Merge pull request #5319 from keszybz/test-executeLennart Poettering2017-02-131-16/+33
|\
| * test-execute: use __func__ to shorten messagesZbigniew Jędrzejewski-Szmek2017-02-121-13/+13
| * test-execute: detect missing capsh in all testsZbigniew Jędrzejewski-Szmek2017-02-121-3/+20
* | core: skip ReadOnlyPaths= and other permission-related mounts on PermissionsS...Lennart Poettering2017-02-121-0/+5
* | calendarspec: fix duplicate detection (#5310)Doug Christman2017-02-121-0/+1
|/
* Merge pull request #4962 from poettering/root-directory-2Zbigniew Jędrzejewski-Szmek2017-02-081-0/+2
|\
| * core: add RootImage= setting for using a specific image file as root director...Lennart Poettering2017-02-071-0/+2
* | seccomp: on s390 the clone() parameters are reversedLennart Poettering2017-02-081-0/+3
* | test: Fix a maybe-uninitialised compiler warning (#5269)Philip Withnall2017-02-081-1/+1
* | seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254)Lennart Poettering2017-02-081-1/+11
* | install: when a template unit is instantiated via a /usr symlink, consider it...Lennart Poettering2017-02-071-0/+23
|/
* seccomp: RestrictAddressFamilies= is not supported on i386/s390/s390x, make i...Lennart Poettering2017-02-061-0/+16
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-051-23/+12
* Silence two "unused function af_lookup" warnings (#5222)Zbigniew Jędrzejewski-Szmek2017-02-042-0/+2
* time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-02-022-1/+37
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-0/+11
* Merge pull request #5146 from ssahani/ifname-aliasZbigniew Jędrzejewski-Szmek2017-01-311-2/+1
|\
| * socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2Susant Sahani2017-01-241-2/+1
* | util-lib: Fix chase_symlinks() with absolute symlinks (#5185)3chas32017-01-311-0/+7
|/
* network: accept colons in network interface names, normally used for alias in...peoronoob2017-01-231-1/+2
* Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek2017-01-172-7/+266
|\
| * seccomp: rework seccomp code, to improve compat with some archsLennart Poettering2017-01-172-7/+266
* | Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-145-17/+138
|\ \
| * | test: make sure test-execute can run in a read-only environmentLennart Poettering2016-12-211-0/+13
| * | util-lib: rework path_check_fstype() and path_is_temporary_fs() to use O_PATHLennart Poettering2016-12-211-0/+19
| * | util-lib: be stricter when decoding hex stringsLennart Poettering2016-12-211-13/+5
| * | dissect: make using a generic partition as root partition optionalLennart Poettering2016-12-211-1/+1
| * | util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-3/+93
| * | dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering2016-12-201-1/+1
| * | util-lib: beef path_is_os_tree() up a bitLennart Poettering2016-12-201-0/+7
* | | Merge pull request #5046 from stefanha/vsockLennart Poettering2017-01-111-0/+26
|\ \ \
| * | | socket-util: add AF_VSOCK address familyStefan Hajnoczi2017-01-101-0/+26
| | |/ | |/|
* | | build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-102-2/+2
|/ /
* | test-selinux: place %m after %[sf] (#4977)Evgeny Vereshchagin2016-12-251-4/+4
* | calendarspec: improve overflow handlingDouglas Christman2016-12-201-0/+2
|/
* Merge pull request #4904 from dobyrch/calendar-range-stepLennart Poettering2016-12-201-5/+18
|\
| * calendarspec: allow repetition values with rangesDouglas Christman2016-12-161-5/+18
* | Use SPECIAL_DEFAULT_TARGET consistentlyZbigniew Jędrzejewski-Szmek2016-12-171-1/+2
* | Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek2016-12-171-10/+22
* | util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering2016-12-141-0/+61
|/
* test-fs-util: fix memleakEvgeny Vereshchagin2016-12-141-0/+1
* Merge pull request #4806 from poettering/keyring-initZbigniew Jędrzejewski-Szmek2016-12-131-0/+8
|\
| * core: store the invocation ID in the per-service keyringLennart Poettering2016-12-131-0/+8