summaryrefslogtreecommitdiffstats
path: root/src/shared/creds-util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-20creds-util: add an explicit 128bit ID for identifying "automatic" key determi...Lennart Poettering3-17/+21
2022-04-20creds-util: refuse unexpected key types explicitlyLennart Poettering1-0/+7
2022-04-20man: document new has-tpm2 verbLennart Poettering1-0/+28
2022-04-20creds-tool: add new "has-tpm2" verbLennart Poettering2-7/+46
2022-04-20bootctl: use new tpm2_support() helper to show TPM2 infoLennart Poettering1-2/+11
2022-04-20condition: rework ConditionSecurity=tpm2 check on top of tpm2_support()Lennart Poettering1-21/+7
2022-04-20tpm2-util: add helper that checks for the various facets of TPM2 supportLennart Poettering2-0/+33
2022-04-20update TODOLennart Poettering1-0/+16
2022-04-20update TODOLennart Poettering1-0/+8
2022-04-19compression: add separate pre-processor definitionsLuca Boccassi4-18/+30
2022-04-19manager: prohibit clone3() in seccomp filtersZbigniew Jędrzejewski-Szmek1-0/+15
2022-04-19nspawn: fix --ephemeral with --machineLuca Boccassi2-20/+19
2022-04-19virt: detect OpenStack Nova instancew300232331-0/+1
2022-04-19firewall-util: emphasize that nfnl_netlink_sendv() takes at least one messageYu Watanabe1-1/+1
2022-04-19efi-api: use string_replace_char()Yu Watanabe2-9/+4
2022-04-19sd-device: use string_replace_char() and strspn_from_end()Yu Watanabe1-7/+8
2022-04-19string-util: introduce strspn_from_end()Yu Watanabe3-0/+29
2022-04-19string-util: introduce string_replace_char()Yu Watanabe3-0/+22
2022-04-19sd-device: refuse O_DIRECTORY returned from path_extract_filename()Yu Watanabe1-0/+4
2022-04-19path-util: make readlink_value() refuse O_DIRECTORY returned from path_extrac...Yu Watanabe1-2/+9
2022-04-19hostnamed: display firmware versionSonali Srivastava3-21/+68
2022-04-19update TODOLennart Poettering1-0/+4
2022-04-19shared/seccomp: add note about clone2() being unimportantZbigniew Jędrzejewski-Szmek1-0/+3
2022-04-19test: add several tests for track itemYu Watanabe1-1/+57
2022-04-19test: shorten code a bitYu Watanabe1-26/+13
2022-04-19sd-bus: use hashmap_contains() and drop unnecessary castYu Watanabe1-1/+1
2022-04-19sd-bus: do not return negative errno when unknown name is specifiedYu Watanabe1-4/+1
2022-04-19sd-bus: do not read unused valueYu Watanabe1-2/+2
2022-04-19sd-bus: introduce ref/unref function for track_itemYu Watanabe1-19/+16
2022-04-19sd-bus: fix reference counter to be incrementedYu Watanabe1-3/+3
2022-04-19macro: check over flow in reference counterYu Watanabe1-2/+6
2022-04-19json: use unsigned for refernce counterYu Watanabe1-2/+2
2022-04-18hwdb: 60-keyboard: Add Acer Aspire One AO532h keymappingsHans de Goede1-0/+6
2022-04-18nspawn: fix locating config files with --ephemeralLuca Boccassi2-3/+33
2022-04-18hwdb: Update 60-keyboard.hwdb (#23074)davijosw1-0/+7
2022-04-18resolve: fix typo in dns_class_is_pseudo()Yu Watanabe1-1/+1
2022-04-17compression: add build-time option to select defaultLuca Boccassi5-13/+37
2022-04-17sd-device: rename arguments and variablesYu Watanabe2-27/+26
2022-04-17sd-device: fix possible use-of-uninitialized-valueYu Watanabe1-1/+1
2022-04-17sd-device: use ERRNO_IS_DEVICE_ABSENT() at one more placeYu Watanabe2-8/+10
2022-04-17sd-device: rename function arguments for storing resultsYu Watanabe2-16/+16
2022-04-17sd-device: use correct type and parser for device node uid and gidYu Watanabe1-4/+4
2022-04-17sd-device: shorten code a bitYu Watanabe1-17/+9
2022-04-17sd-device: use path_extract_filename() at one more placeYu Watanabe1-21/+14
2022-04-17sd-device: reset sysname and sysnum on renamingYu Watanabe2-2/+12
2022-04-17sd-device: reduce indentationYu Watanabe1-10/+8
2022-04-17sd-device: verify new syspath on renamingYu Watanabe1-6/+14
2022-04-17man: DHCPPrefixDelegation= needs to be enabled on downstream side for assigni...Yu Watanabe1-1/+1
2022-04-17man: recommend that .network or friends should have a numeric prefixYu Watanabe3-31/+49
2022-04-17udevadm: info: also show parent devices by --treeYu Watanabe4-49/+82