summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27408 from keszybz/creds-missing-messageZbigniew Jędrzejewski-Szmek2023-04-261-4/+4
|\
| * shared/creds-util: return 0 for missing creds in read_credential_strings_manyZbigniew Jędrzejewski-Szmek2023-04-251-4/+4
* | test: cover missed stuff from securebits-util.hFrantisek Sumsal2023-04-251-0/+13
|/
* mountpoint-util: make path_get_mnt_id_at() work with a NULL pathLennart Poettering2023-04-251-0/+47
* fs-util: make sure open_mkdir_at() does something roughly sensible when invok...Lennart Poettering2023-04-251-0/+17
* Merge pull request #27386 from dtardon/test-cleanupLuca Boccassi2023-04-2511-155/+65
|\
| * test-hashmap-plain: use _cleanup_David Tardon2023-04-241-57/+22
| * test-set: use _cleanup_David Tardon2023-04-241-4/+2
| * test-calendarspec: use _cleanup_David Tardon2023-04-241-11/+5
| * test: use _cleanup_ for temp. filesDavid Tardon2023-04-217-72/+31
| * test-fdset: use _cleanup_David Tardon2023-04-211-5/+2
| * test: shorten a bitDavid Tardon2023-04-211-6/+3
* | Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-243-122/+266
|\ \ | |/ |/|
| * core/unit: add UNIT_ESCAPE_EXEC_SYNTAXZbigniew Jędrzejewski-Szmek2023-04-241-18/+38
| * core/unit: rename UNIT_ESCAPE_EXEC_SYNTAX → *_ENVZbigniew Jędrzejewski-Szmek2023-04-241-2/+2
| * core/unit: fix shell-escaping of stringsZbigniew Jędrzejewski-Szmek2023-04-241-5/+5
| * basic/logarithm: add popcount() wrapperZbigniew Jędrzejewski-Szmek2023-04-241-0/+21
| * test-core-unit: add new test file for unit_escape_setting() and friendsZbigniew Jędrzejewski-Szmek2023-04-042-0/+105
| * meson: redo grouping of tests under src/test/Zbigniew Jędrzejewski-Szmek2023-04-041-122/+120
* | chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-192-39/+37
* | chase: make the result absolute when a symlink is absoluteYu Watanabe2023-04-191-1/+10
* | chase: make chaseat() provides absolute path also when dir_fd points to the r...Yu Watanabe2023-04-191-0/+28
* | test: modernize test-async a bitFrantisek Sumsal2023-04-161-8/+7
* | Merge pull request #27283 from mrc0mmand/assorted-test-tweaksYu Watanabe2023-04-166-1/+209
|\ \
| * | test: add a couple of tests with invalid UTF-8 charactersFrantisek Sumsal2023-04-161-1/+19
| * | test: add a simple test for getenv_path_list()Frantisek Sumsal2023-04-161-0/+35
| * | test: add a simple test for secure-bits stuffFrantisek Sumsal2023-04-162-0/+85
| * | test: add tests for uuid/uint64 specifiersFrantisek Sumsal2023-04-161-0/+27
| * | test: add a test case for table_dup_cell()Frantisek Sumsal2023-04-151-0/+43
* | | Merge pull request #27253 from yuwata/cmsg-find-and-copy-dataYu Watanabe2023-04-161-5/+5
|\ \ \
| * | | tree-wide: replace __alignof__() with alignof()Yu Watanabe2023-04-141-5/+5
* | | | preset: Add ignore directiveDaan De Meyer2023-04-141-0/+18
| |/ / |/| |
* | | string-util: add strstrafter()Lennart Poettering2023-04-141-0/+17
* | | chase: CHASE_MKDIR_0755 requires CHASE_NONEXISTENT and/or CHASE_PARENTYu Watanabe2023-04-141-1/+1
|/ /
* | user units: implicitly enable PrivateUsers= when sandboxing options are setLuca Boccassi2023-04-131-30/+29
* | systemd-cryptenroll: add string aliases for tpm2 PCRsOMOJOLA JOSHUA DAMILOLA2023-04-131-0/+47
* | test: add several assertionsYu Watanabe2023-04-131-1/+5
* | Merge pull request #27027 from dtardon/unit-file-list-cleanupLennart Poettering2023-04-133-12/+6
|\ \
| * | test: use _cleanup_ for UnitFileList hashDavid Tardon2023-04-123-12/+6
* | | test: add varlink fd passing testLennart Poettering2023-04-121-0/+78
* | | Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-125-5/+134
|\ \ \
| * | | sysext: default to a stricter image policy when reading /.extra/sysext/ DDIsLennart Poettering2023-04-051-0/+1
| * | | tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-053-5/+11
| * | | dissect: add image dissection policy frameworkLennart Poettering2023-04-052-0/+122
* | | | Modified to use STRV_MAKE() in strv_env_name_is_valid() function listed in en...Tanishka2023-04-111-6/+3
* | | | os-util: invert order of arguments in extension release parserYu Watanabe2023-04-111-4/+4
* | | | compress: replace compress_blob() with compress_blob_explicit()Yu Watanabe2023-04-112-23/+15
* | | | Merge pull request #27201 from yuwata/o-path-supportYu Watanabe2023-04-111-1/+1
|\ \ \ \
| * | | | copy: make copy_bytes() support O_PATH fdsYu Watanabe2023-04-111-1/+1
* | | | | path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-111-0/+39
|/ / / /