summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* run-integration-tests: show number of tests runLennart Poettering2018-03-231-3/+5
* run-integration-tests: show make command line executedLennart Poettering2018-03-231-2/+2
* test: bypass selinux integration test if selinux policy devel package is not ...Lennart Poettering2018-03-231-0/+3
* Merge pull request #8552 from keszybz/test-improvementsLennart Poettering2018-03-234-6/+10
|\
| * test-execute: skip exec-specifier-interpolation if perl is missingZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
| * test-execute: allow sit0@ to exist in private network namespaceZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
| * test-execute: simplify checks if grep output is emptyZbigniew Jędrzejewski-Szmek2018-03-222-2/+2
| * tests: skip udev-test when perl is not installedZbigniew Jędrzejewski-Szmek2018-03-221-3/+7
* | main: add NoNewPrivileges config option (#8475)juergbi2018-03-211-0/+1
|/
* Merge pull request #8487 from keszybz/oss-fuzz-fixesLennart Poettering2018-03-213-2/+10
|\
| * core/load-fragment: reject overly long paths earlyZbigniew Jędrzejewski-Szmek2018-03-212-2/+6
| * basic/calendarspec: add check for repeat values that would overflowZbigniew Jędrzejewski-Szmek2018-03-212-0/+4
* | Merge pull request #8452 from keszybz/use-libmount-moreLennart Poettering2018-03-205-0/+60
|\ \ | |/ |/|
| * test-umount: add a simple test for swap_list_get()Zbigniew Jędrzejewski-Szmek2018-03-162-0/+5
| * tests: add a simple test for the mountinfo parsing logicZbigniew Jędrzejewski-Szmek2018-03-164-0/+55
* | Merge pull request #8461 from keszybz/oss-fuzz-fixesEvgeny Vereshchagin2018-03-199-2/+26
|\ \
| * | fuzz-unit-file: simply do not test ListenNetlink= at allZbigniew Jędrzejewski-Szmek2018-03-182-2/+2
| * | fuzz: add test case for oss-fuzz #6897 and a work-aroundZbigniew Jędrzejewski-Szmek2018-03-173-0/+10
| * | unit-file: do not allow bogus IOSchedulingClass valuesZbigniew Jędrzejewski-Szmek2018-03-172-0/+4
| * | core/service: fix memleak of USBFunctionStrings and USBFunctionDescriptorsZbigniew Jędrzejewski-Szmek2018-03-172-0/+4
| * | Add .gitattributes for test/fuzz-regressionsZbigniew Jędrzejewski-Szmek2018-03-171-0/+1
| * | basic/calendarspec: set a limit on length of calendarspec component chainsZbigniew Jędrzejewski-Szmek2018-03-172-0/+5
* | | Merge pull request #8471 from filbranden/envnewline1Yu Watanabe2018-03-185-8/+9
|\ \ \
| * | | test-execute: Introduce tests for environment values containing newlinesFilipe Brandenburger2018-03-165-8/+9
| |/ /
* | | test: add a sysusers test with NIS entriesFranck Bui2018-03-176-6/+37
|/ /
* | basic/calendarspec: fix assert crash when year is too large in calendarspec_f...Zbigniew Jędrzejewski-Szmek2018-03-142-0/+4
* | shared/conf-parser: fix crash when specifiers cannot be resolved in config_pa...Zbigniew Jędrzejewski-Szmek2018-03-142-0/+4
* | fuzz: commit test case for oss-fuzz issue 6884Zbigniew Jędrzejewski-Szmek2018-03-142-0/+4
* | test: run all fuzz regression tests with all sanitizersZbigniew Jędrzejewski-Szmek2018-03-143-2/+4
|/
* fuzz-unit-file: add a dump of systemd.directives(7) as a corpus entryZbigniew Jędrzejewski-Szmek2018-03-111-0/+909
* Add fuzzer for unit file parserZbigniew Jędrzejewski-Szmek2018-03-1111-0/+345
* test: add tests for systemd-tmpfilesFranck Bui2018-03-055-0/+76
* test: fix setup_suse() to make it work with an already populated rootFranck Bui2018-03-051-2/+2
* test-execute: use CAP_CHOWN instead of CAP_NET_ADMINYu Watanabe2018-03-056-12/+12
* test-execute: rename tests for AmbientCapabilities=Yu Watanabe2018-03-047-6/+6
* sysusers: support `u username -:300` style syntax (#8325)Michael Vogt2018-03-026-0/+9
* Merge pull request #8303 from yuwata/fix-8276Zbigniew Jędrzejewski-Szmek2018-03-0214-15/+82
|\
| * test-execute: add tests with user/group daemonYu Watanabe2018-03-0213-15/+72
| * test-execute: add a test for the case that NOBODY_GROUP_NAME is nogroupYu Watanabe2018-03-012-0/+10
* | Merge pull request #8316 from yuwata/fix-8315Zbigniew Jędrzejewski-Szmek2018-03-026-0/+56
|\ \
| * | sysusers: do not implicitly create group by 'm' if 'u' with the same name existsYu Watanabe2018-03-023-0/+9
| * | test: add a test for sysusersYu Watanabe2018-03-023-0/+47
| |/
* | test: masked unit with drop-insFilipe Brandenburger2018-03-011-0/+10
|/
* rule-syntax-check: fix handling of runaway strings in comma splitting (#8298)Filipe Brandenburger2018-02-281-1/+3
* Merge pull request #8297 from filbranden/udevrule1Zbigniew Jędrzejewski-Szmek2018-02-271-6/+11
|\
| * rule-syntax-check: allow commas inside quoted stringsFilipe Brandenburger2018-02-271-2/+4
| * rule-syntax-check: add support for escaped double quotesFilipe Brandenburger2018-02-271-4/+5
| * rule-syntax-check: values can contain escaped double quotesFranck Bui2018-02-271-4/+6
| * rule-syntax-check: PROGRAM is not supposed to get value assignedFranck Bui2018-02-271-2/+2
* | test: use "$$" to pass a literal dollar signYu Watanabe2018-02-261-5/+5