summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27629 from ddstreet/tpm2_verify_sym_paramsDaan De Meyer2023-06-071-0/+38
|\
| * tpm2: verify symmetric parms in tpm2_context_new()Dan Streetman2023-06-061-0/+38
* | Merge pull request #27885 from DaanDeMeyer/please-dont-make-me-write-more-ope...Zbigniew Jędrzejewski-Szmek2023-06-073-7/+19
|\ \
| * | btrfs-util: Add btrfs_subvol_snapshot_at()Daan De Meyer2023-06-061-5/+7
| * | test-chase: Add one more test for chase_and_openat()Daan De Meyer2023-06-061-0/+6
| * | chase: Allow passing NULL as the empty path to chaseat()Daan De Meyer2023-06-061-0/+4
| * | test-chase: Fix commentDaan De Meyer2023-06-061-1/+1
| * | copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()Daan De Meyer2023-06-061-1/+1
| |/
* | Merge pull request #27938 from keszybz/ukify-build-verbLuca Boccassi2023-06-061-0/+4
|\ \
| * | test_ukify: pass through path to addon stubZbigniew Jędrzejewski-Szmek2023-06-061-0/+4
| |/
* | Merge pull request #27918 from yuwata/chase-filenameDaan De Meyer2023-06-062-5/+42
|\ \ | |/ |/|
| * chase: handle root path more carefully in chase_and_open()Yu Watanabe2023-06-051-0/+26
| * test: move intro() near DEFINE_TEST_MAIN_WITH_INTRO()Yu Watanabe2023-06-051-5/+5
| * test: add more test cases about path_startswith()Yu Watanabe2023-06-051-0/+11
* | battery-util: split out code that checks AC power state into its own .c/.h pairLennart Poettering2023-06-051-1/+1
|/
* Merge pull request #27435 from poettering/renew-rebootLennart Poettering2023-06-021-0/+49
|\
| * mount-util: add fd_make_mount_point() helperLennart Poettering2023-06-021-0/+49
* | test-macro: add ROUND_UP() macro for rounding up to next multipleLennart Poettering2023-06-021-0/+66
|/
* test-sizeof: let's be a tiny bit more careful when using glibc internal typesLennart Poettering2023-06-011-0/+6
* util: introduce memstream-utilYu Watanabe2023-05-312-0/+61
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-319-26/+26
* Merge pull request #27844 from DaanDeMeyer/repart-archDaan De Meyer2023-05-311-0/+27
|\
| * gpt: Add gpt_partition_type_override_architecture()Daan De Meyer2023-05-311-0/+27
* | Merge pull request #27766 from rphibel/cleanup-cgroups-before-cleaning-unitsDaan De Meyer2023-05-311-0/+14
|\ \
| * | Fix failing testRichard Phibel2023-05-301-0/+14
| |/
* | Merge pull request #26969 from DaanDeMeyer/xopenat-labelDaan De Meyer2023-05-312-13/+13
|\ \
| * | fs-util: Add XOpenFlags with XO_LABEL flag to have xopenat() MAC label files/...Daan De Meyer2023-05-311-12/+12
| * | label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
| |/
* | Merge pull request #27860 from poettering/loopback-no-prefix-routeLennart Poettering2023-05-311-4/+28
|\ \
| * | test-loopback: run test in network + user namespaceLennart Poettering2023-05-311-4/+28
| |/
* / test-dlopen: allow loading of multiple librariesZbigniew Jędrzejewski-Szmek2023-05-301-3/+7
|/
* Merge pull request #27517 from ddstreet/tpm2_calculate_policyDaan De Meyer2023-05-261-0/+213
|\
| * tpm2: add tpm2_policy_authorize()Dan Streetman2023-05-261-0/+12
| * tpm2: add tpm2_policy_auth_value()Dan Streetman2023-05-261-0/+10
| * tpm2: add tpm2_policy_pcr()Dan Streetman2023-05-261-0/+48
| * tpm2: add tpm2_get_name()Dan Streetman2023-05-261-0/+43
| * tpm2: add tpm2_digest_*() functionsDan Streetman2023-05-261-0/+100
* | Merge pull request #27786 from YHNdnzj/format-timestamp-monotonicYu Watanabe2023-05-261-12/+17
|\ \
| * | time-util,format-table: add relative_monotonic variant for timestampMike Yuan2023-05-261-12/+17
| |/
* / test-gpt: verify that alias entries are identical to the primary onesLennart Poettering2023-05-261-0/+17
|/
* Merge pull request #27754 from poettering/cloexec-fdset-madnessYu Watanabe2023-05-231-3/+39
|\
| * test: test O_CLOEXEC filtering of fdset fill logicLennart Poettering2023-05-231-2/+38
| * pid1: when taking possession of passed fds check O_CLOEXEC state firstLennart Poettering2023-05-231-1/+1
* | tree-wide: Fix false positives on newer gccDaan De Meyer2023-05-2317-43/+43
|/
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-193-26/+26
* test: add test for umount_recursive()Lennart Poettering2023-05-172-2/+93
* Merge pull request #27659 from yuwata/memfd-sealMike Yuan2023-05-162-0/+31
|\
| * test: add basic test for memfd_set_sealed() and memfd_get_sealed()Yu Watanabe2023-05-162-0/+31
* | test: add tests for UpheldBy= in [Install] sectionMike Yuan2023-05-151-2/+10
|/
* Merge pull request #27565 from yuwata/static-destructDaan De Meyer2023-05-121-4/+37
|\