summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13354 from keszybz/two-refactoring-patchesYu Watanabe2019-09-161-17/+13
|\
| * basic/conf-files: make conf_files_list() take just a single directoryZbigniew Jędrzejewski-Szmek2019-09-161-17/+13
* | udev: Add id program and rule for FIDO security tokensFabian Henneke2019-09-062-0/+90
* | docs: describe valid unit names in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2019-08-301-0/+3
* | Merge pull request #13244 from keszybz/allow-dots-in-usernamesYu Watanabe2019-08-281-1/+84
|\ \
| * | shared/user-util: add compat forms of user name checking functionsZbigniew Jędrzejewski-Szmek2019-08-191-1/+84
* | | core: stop removing non-existent and duplicate lookup pathsZbigniew Jędrzejewski-Szmek2019-08-271-3/+3
* | | Merge pull request #13365 from keszybz/fix-commits-from-pr-13246Zbigniew Jędrzejewski-Szmek2019-08-221-1/+1
|\ \ \ | |_|/ |/| |
| * | basic/build.h: fix typoZbigniew Jędrzejewski-Szmek2019-08-201-1/+1
| |/
* / shared/exit-status: fix lookupZbigniew Jędrzejewski-Szmek2019-08-051-0/+11
|/
* test-chase-symlinks: fix coverity issueLennart Poettering2019-07-311-1/+5
* test-execute: skip test_exec_systemcallfilter_system under ASanFrantisek Sumsal2019-07-311-1/+6
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-302-0/+89
|\
| * test-unit-file: allow printing of information about specific unitsZbigniew Jędrzejewski-Szmek2019-07-301-2/+22
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-301-1/+11
| * pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-301-0/+22
| * shared/unit-file: add a function to validate unit alias symlinksZbigniew Jędrzejewski-Szmek2019-07-302-0/+37
* | shared/exit-status: add exit_status_from_string()Zbigniew Jędrzejewski-Szmek2019-07-291-0/+15
* | shared/exit-status: turn status level into a bitmask, add "test"Zbigniew Jędrzejewski-Szmek2019-07-292-0/+30
* | Merge pull request #13194 from keszybz/chase-symlinks-testingLennart Poettering2019-07-262-0/+110
|\ \
| * | test-chase-symlinks: manual test to call chase_symlinks()Zbigniew Jędrzejewski-Szmek2019-07-262-0/+110
| |/
* | netlink: move local-addresses.[ch] to src/sharedLennart Poettering2019-07-242-4/+48
* | Merge pull request #13096 from keszybz/unit-loadingZbigniew Jędrzejewski-Szmek2019-07-1910-202/+393
|\|
| * test-fs-util: call test functions in order of declarationZbigniew Jędrzejewski-Szmek2019-07-191-2/+2
| * Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1
| * Rename test-unit-file to test-load-fragmentZbigniew Jędrzejewski-Szmek2019-07-192-1/+1
| * test-unit-file: move some tests to new test-env-file.cZbigniew Jędrzejewski-Szmek2019-07-193-130/+147
| * test-hashmap: move tests which should also apply to ordered hashmaps and add ...Zbigniew Jędrzejewski-Szmek2019-07-192-58/+66
| * basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-191-0/+28
| * test-strv: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-7/+86
| * basic/unit-name: allow unit_name_to_instance() to be used to classify unitsZbigniew Jędrzejewski-Szmek2019-07-191-4/+6
| * path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-191-0/+23
| * test-path-util: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-0/+33
* | meson: make nologin path build time configurableMichael Biebl2019-07-181-2/+2
* | Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-171-0/+24
|\ \ | |/ |/|
| * shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...Zbigniew Jędrzejewski-Szmek2019-07-171-0/+24
* | core: ExecCondition= for servicesAnita Zhang2019-07-171-2/+48
* | format-table: add some minimal testing for new table_add_many() featuresLennart Poettering2019-07-161-5/+6
* | test: make sure colors don't confuse our testLennart Poettering2019-07-161-0/+1
|/
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-153-3/+0
* test: modernize test-alloc-util.c test a bitLennart Poettering2019-07-121-4/+4
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-124-8/+8
|\
| * test-process-util: invert reporting to make sure that we're not dividing by 0Zbigniew Jędrzejewski-Szmek2019-07-121-2/+2
| * test: minor modernizationZbigniew Jędrzejewski-Szmek2019-07-122-5/+5
| * test-alloc-util: assert on the return value to appease coverityZbigniew Jędrzejewski-Szmek2019-07-111-1/+1
* | tree-wide: get rid of strappend()Lennart Poettering2019-07-124-23/+6
* | Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering2019-07-111-1/+27
|\ \ | |/ |/|
| * tests: Check trivial loop between two jobsMichal Koutný2019-06-261-1/+11
| * tests: Check job ordering on execution cyclesMichal Koutný2019-06-261-1/+17
* | Merge pull request #13011 from keszybz/auto-eraseLennart Poettering2019-07-112-33/+9
|\ \