summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | sd-device-enumerator: use test_matches() moreYu Watanabe2022-09-081-96/+60
* | | Merge pull request #24351 from poettering/pcr-signFrantisek Sumsal2022-09-0821-553/+1756
|\ \ \
| * | | cryptsetup: hook up TPM2 token code with policies based on PCR signatures, tooLennart Poettering2022-09-085-179/+115
| * | | tpm2-util: add helper for formatting PCR masks as stringLennart Poettering2022-09-082-0/+21
| * | | tpm2-util: add common parser for the LUKS2 TPM2 JSON structureLennart Poettering2022-09-087-176/+229
| * | | cryptsetup: hook up signed PCR policiesLennart Poettering2022-09-083-25/+93
| * | | repart: hook up new TPM2 signed policies with repartLennart Poettering2022-09-081-24/+64
| * | | cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering2022-09-086-50/+156
| * | | creds-tool: expose new signed PCR policies in creds tool, tooLennart Poettering2022-09-081-22/+68
| * | | creds-util: hook up new signed PCR policiesLennart Poettering2022-09-086-28/+167
| * | | tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering2022-09-089-78/+499
| * | | measure: add 'sign' verbLennart Poettering2022-09-081-10/+301
| * | | openssl-util: add helper for calculating fingerprint of a DER public keyLennart Poettering2022-09-082-0/+61
| * | | tpm2-util: allow external code to create tpm2 contextsLennart Poettering2022-09-082-24/+33
| * | | tpm2-util: pick up 4 more symbols of tpm2-tssLennart Poettering2022-09-082-1/+13
* | | | measure: print a helpful message if TPM2 PCR sysfs attributes are missingLennart Poettering2022-09-081-0/+2
* | | | basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IOGuillaume W. Bres2022-09-081-1/+6
* | | | bootctl: don't start "bootctl list" output with a title lineLennart Poettering2022-09-081-2/+2
* | | | bootspec: don't follow symlinks when opening type1/type2 filesLennart Poettering2022-09-081-2/+2
* | | | bootspec: use chase_symlinks() where appropriateLennart Poettering2022-09-081-52/+43
|/ / /
* | | Merge pull request #24572 from DaanDeMeyer/repart-verityLennart Poettering2022-09-081-25/+356
|\ \ \
| * | | repart: Add support for formatting verity partitionsDaan De Meyer2022-09-081-11/+323
| * | | repart: Invert no_dropin_files booleanDaan De Meyer2022-09-071-3/+3
| * | | repart: Extract context dump into a separate functionDaan De Meyer2022-09-071-15/+34
* | | | Merge pull request #24434 from medhefgo/boot-fixesLennart Poettering2022-09-088-110/+135
|\ \ \ \
| * | | | boot: Avoid magic values in timeout EFI varsJan Janssen2022-09-071-9/+46
| * | | | boot: Use proper scan codesJan Janssen2022-09-071-4/+4
| * | | | boot: Accept Ctrl+Del for deleting wordsJan Janssen2022-09-071-0/+1
| * | | | boot: Correctly handle shift keysJan Janssen2022-09-071-2/+7
| * | | | boot: Refuse GPT with invalid entry sizeJan Janssen2022-09-071-12/+6
| * | | | boot: Fix device path unaligned accessJan Janssen2022-09-073-44/+48
| * | | | boot: Use mempcpyJan Janssen2022-09-074-40/+17
| * | | | boot: Add mempcpyJan Janssen2022-09-071-0/+7
* | | | | tpm2: add bind keyWilliam Roberts2022-09-081-59/+74
| |_|/ / |/| | |
* | | | sd-device-monitor: relax sender uid check when running in user namespaceYu Watanabe2022-09-081-1/+35
* | | | uid-range: move to src/basic/Yu Watanabe2022-09-084-2/+2
* | | | uid-range: error code tweak for uid_range_load_userns()Lennart Poettering2022-09-081-2/+2
* | | | Merge pull request #24571 from yuwata/dissect-loop-image-use-backing-fileYu Watanabe2022-09-0714-257/+190
|\ \ \ \ | |/ / / |/| | |
| * | | dissect-image: drop unnecessary duplication of partition device nodeYu Watanabe2022-09-071-12/+4
| * | | dissect-image: reuse LoopDevice.node in dissect_image()Yu Watanabe2022-09-072-18/+5
| * | | dissect-image: drop currently unused argumentsYu Watanabe2022-09-072-7/+1
| * | | dissect-image: drop currently unused codeYu Watanabe2022-09-071-18/+0
| * | | dissect-image: use loop backing file or device node as name of the imageYu Watanabe2022-09-075-9/+5
| * | | gpt-auto: use LoopDevice object to manage whole block diskYu Watanabe2022-09-071-77/+16
| * | | dissect-image: use backing_file stored in LoopDevice object to generate image...Yu Watanabe2022-09-076-52/+44
| * | | loop-util: save backing file of loopback block deviceYu Watanabe2022-09-073-3/+31
| * | | loop-util: move device_has_block_children() to blockdev-util.cYu Watanabe2022-09-073-48/+17
| * | | blockdev-util: check if provided sd_device is for a whole block deviceYu Watanabe2022-09-071-13/+47
| * | | blockdev-util: make block_device_remove_all_partitions() take sd_device objectYu Watanabe2022-09-073-11/+29
| * | | loop-util: store sd_device object for the loop deviceYu Watanabe2022-09-063-27/+29