summaryrefslogtreecommitdiffstats
path: root/src/test/test-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-21journal-importer: ignore invalid field at one more placeYu Watanabe2-0/+10
2020-12-21man/localtime: document default timezoneLuca BRUNO1-0/+3
2020-12-21man/systemd.netdev: clarify the wireguard AllowedIPs= settingFlorian Klink1-3/+10
2020-12-20github: add the missing tpm2 optional dependencyFrantisek Sumsal1-0/+1
2020-12-20travis: add missing optional build dependenciesFrantisek Sumsal2-0/+4
2020-12-20cryptenroll: drop an unused variableFrantisek Sumsal1-1/+1
2020-12-19mkosi: Add basic editors to final imagesDaan De Meyer5-0/+10
2020-12-19Add more matching rules to GA labeler bot for subcomponentsLuca Boccassi1-0/+12
2020-12-19False positives in GA labeler botLuca Boccassi1-2/+0
2020-12-19test: fix regex in run-integration-tests.shLuca Boccassi1-1/+1
2020-12-19test: use deny-list in run-integration-tests.shLuca Boccassi1-4/+4
2020-12-19mkosi: Use --only-changed meson option when installingDaan De Meyer1-2/+2
2020-12-19man: Advertise systemd-time-wait-sync.service more (#17729)Alexander Batischev1-1/+10
2020-12-18tmpfiles: fix typoYu Watanabe1-1/+1
2020-12-18man: update org.freedesktop.hostname1.xmlYu Watanabe1-0/+12
2020-12-18memory-id: fix never hit conditionYu Watanabe1-2/+5
2020-12-18hostname: fix build failureYu Watanabe1-1/+0
2020-12-18networkd: add RouteDenyListDevon Pringle6-14/+43
2020-12-18netlink: fix size of fib rule messagesYu Watanabe1-3/+3
2020-12-18meson: sort filesYu Watanabe1-2/+2
2020-12-18nspawn: sort headersYu Watanabe1-2/+1
2020-12-18netlink: fix indentationYu Watanabe1-4/+5
2020-12-18netlink: drop unnecessary error handlingYu Watanabe1-6/+3
2020-12-18netlink: use whitespace instead of tabYu Watanabe1-1/+1
2020-12-18sd-netlink: add several assertionsYu Watanabe2-1/+3
2020-12-18sd-netlink: replace *messages[] -> **messagesYu Watanabe4-4/+4
2020-12-18meson: add missing headersYu Watanabe1-0/+4
2020-12-18network: move variable declarationYu Watanabe1-2/+2
2020-12-18tree-wide: fix typoYu Watanabe8-15/+18
2020-12-18tmpfiles: try to set file attributes one by oneYu Watanabe1-5/+9
2020-12-18chattr-util: introduce fallback mode to set file attributes one by oneYu Watanabe2-26/+61
2020-12-18network: Allow to configure unreachable/blackhole RoutingPolicyRule (#17984)Susant Sahani6-13/+106
2020-12-17man: document that .timer units now have After= on both time-set.target + tim...Lennart Poettering1-4/+6
2020-12-17core: order timer units after both time-sync.target and time-set.targetLennart Poettering2-4/+12
2020-12-17units: don't pull in time-sync.target from systemd-timesyncd.serviceLennart Poettering1-1/+1
2020-12-17update TODOLennart Poettering1-10/+25
2020-12-17mkosi: add TPM2 packages to debian/ubuntu/fedora mkosi filesLennart Poettering3-2/+17
2020-12-17man: document new featuresLennart Poettering10-94/+603
2020-12-17fido2: when listing fido2/hmac-secret devices, actually validate feature setLennart Poettering1-4/+45
2020-12-17test: add tpm2 and fido2 libs to dlopen testLennart Poettering2-1/+11
2020-12-17repart: optionally lock encrypted partitions to TPM2Lennart Poettering1-20/+141
2020-12-17string-table: add private version of lookup macro with boolean fallbackLennart Poettering1-0/+1
2020-12-17cryptsetup: add support for TPM2 unlocking of volumesLennart Poettering4-4/+475
2020-12-17cryptenroll: support listing and wiping tokensLennart Poettering7-22/+740
2020-12-17cryptenroll: add support for TPM2 enrollingLennart Poettering8-0/+1279
2020-12-17json: add APIs for quickly inserting hex blobs into as JSON stringsLennart Poettering2-0/+55
2020-12-17sort-util: make cmp_int() generic, so that we can reuse it elsewhereLennart Poettering3-4/+6
2020-12-17cryptenroll: add new "systemd-cryptenroll" tool for enrolling FIDO2+PKCS#11 s...Lennart Poettering10-0/+829
2020-12-17cryptsetup: add fido2 supportLennart Poettering4-5/+460
2020-12-17fido2: don't use up/uv/rk when device doesn't support itLennart Poettering2-74/+137