summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: update to use new style sd-bus macrosSonali Srivastava2022-04-211-62/+45
* bus-unit-util: make sure we can set LoadCredentials= property with a single s...Lennart Poettering2022-04-211-1/+4
* creds-util: upgrade message about TPM2 not workingLennart Poettering2022-04-211-1/+1
* creds-util: also warn about unencrypted creds host key if we are creating itLennart Poettering2022-04-211-11/+25
* main: voidify call to kmod_setup()Lennart Poettering2022-04-211-1/+1
* sd-bus: switch to a manual overflow check in sd_bus_track_add_name()Lennart Poettering2022-04-211-3/+13
* macro: upgrade ref counting overflow check assert() → assert_se()Lennart Poettering2022-04-211-1/+1
* Merge pull request #23122 from poettering/creds-has-tpm2Lennart Poettering2022-04-205-30/+97
|\
| * creds-tool: add new "has-tpm2" verbLennart Poettering2022-04-202-7/+46
| * bootctl: use new tpm2_support() helper to show TPM2 infoLennart Poettering2022-04-201-2/+11
| * condition: rework ConditionSecurity=tpm2 check on top of tpm2_support()Lennart Poettering2022-04-201-21/+7
| * tpm2-util: add helper that checks for the various facets of TPM2 supportLennart Poettering2022-04-202-0/+33
* | Merge pull request #23084 from poettering/creds-no-tpm2-fallbackYu Watanabe2022-04-203-19/+87
|\ \
| * | creds-util: permit credentials encrypted/signed by fixed zero length keys as ...Lennart Poettering2022-04-203-10/+67
| * | creds-util: add an explicit 128bit ID for identifying "automatic" key determi...Lennart Poettering2022-04-203-17/+21
| * | creds-util: refuse unexpected key types explicitlyLennart Poettering2022-04-201-0/+7
* | | Merge pull request #23099 from yuwata/sd-bus-track-fixletsLennart Poettering2022-04-204-59/+100
|\ \ \ | |/ / |/| |
| * | test: add several tests for track itemYu Watanabe2022-04-191-1/+57
| * | test: shorten code a bitYu Watanabe2022-04-191-26/+13
| * | sd-bus: use hashmap_contains() and drop unnecessary castYu Watanabe2022-04-191-1/+1
| * | sd-bus: do not return negative errno when unknown name is specifiedYu Watanabe2022-04-191-4/+1
| * | sd-bus: do not read unused valueYu Watanabe2022-04-191-2/+2
| * | sd-bus: introduce ref/unref function for track_itemYu Watanabe2022-04-191-19/+16
| * | sd-bus: fix reference counter to be incrementedYu Watanabe2022-04-191-3/+3
| * | macro: check over flow in reference counterYu Watanabe2022-04-191-2/+6
| * | json: use unsigned for refernce counterYu Watanabe2022-04-191-2/+2
* | | Merge pull request #23124 from yuwata/fixes-for-post-merge-reviewDaan De Meyer2022-04-208-19/+77
|\ \ \ | |_|/ |/| |
| * | firewall-util: emphasize that nfnl_netlink_sendv() takes at least one messageYu Watanabe2022-04-191-1/+1
| * | efi-api: use string_replace_char()Yu Watanabe2022-04-192-9/+4
| * | sd-device: use string_replace_char() and strspn_from_end()Yu Watanabe2022-04-191-7/+8
| * | string-util: introduce strspn_from_end()Yu Watanabe2022-04-193-0/+29
| * | string-util: introduce string_replace_char()Yu Watanabe2022-04-193-0/+22
| * | sd-device: refuse O_DIRECTORY returned from path_extract_filename()Yu Watanabe2022-04-191-0/+4
| * | path-util: make readlink_value() refuse O_DIRECTORY returned from path_extrac...Yu Watanabe2022-04-191-2/+9
* | | Merge pull request #23126 from keszybz/clone3-prohibitLuca Boccassi2022-04-201-0/+18
|\ \ \
| * | | manager: prohibit clone3() in seccomp filtersZbigniew Jędrzejewski-Szmek2022-04-191-0/+15
| * | | shared/seccomp: add note about clone2() being unimportantZbigniew Jędrzejewski-Szmek2022-04-191-0/+3
| | |/ | |/|
* | | compression: add separate pre-processor definitionsLuca Boccassi2022-04-193-13/+22
* | | nspawn: fix --ephemeral with --machineLuca Boccassi2022-04-191-18/+16
* | | virt: detect OpenStack Nova instancew300232332022-04-191-0/+1
| |/ |/|
* | hostnamed: display firmware versionSonali Srivastava2022-04-192-21/+62
|/
* nspawn: fix locating config files with --ephemeralLuca Boccassi2022-04-181-3/+14
* Merge pull request #23101 from yuwata/sd-device-cleanupsYu Watanabe2022-04-184-111/+113
|\
| * sd-device: rename arguments and variablesYu Watanabe2022-04-172-27/+26
| * sd-device: fix possible use-of-uninitialized-valueYu Watanabe2022-04-171-1/+1
| * sd-device: use ERRNO_IS_DEVICE_ABSENT() at one more placeYu Watanabe2022-04-172-8/+10
| * sd-device: rename function arguments for storing resultsYu Watanabe2022-04-172-16/+16
| * sd-device: use correct type and parser for device node uid and gidYu Watanabe2022-04-171-4/+4
| * sd-device: shorten code a bitYu Watanabe2022-04-171-17/+9
| * sd-device: use path_extract_filename() at one more placeYu Watanabe2022-04-171-21/+14