summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* repart: split out context_grow_partition_one()Yu Watanabe2022-09-081-33/+35
* repart: introduce partition_{min,max}_padding()Yu Watanabe2022-09-081-14/+20
* repart: ensure partition_max_size() >= partition_min_size()Yu Watanabe2022-09-081-2/+2
* repart: make partition_max_size() return UINT64_MAX if not specifiedYu Watanabe2022-09-081-3/+6
* repart: constify partition_min_size()Yu Watanabe2022-09-081-1/+1
* repart: rename variables in config_parse_weight()Yu Watanabe2022-09-081-3/+2
* Merge pull request #24601 from yuwata/sd-device-enumerator-drop-recursionYu Watanabe2022-09-082-106/+154
|\
| * test: add test for sd_device_enumerator_add_match_parent()Yu Watanabe2022-09-081-0/+71
| * sd-device-enumerator: rewrite child enumeration without recursionYu Watanabe2022-09-081-8/+18
| * sd-device-enumerator: do not fail when a directory vanishes on enumerateYu Watanabe2022-09-081-2/+5
| * sd-device-enumerator: use test_matches() moreYu Watanabe2022-09-081-96/+60
* | Merge pull request #24351 from poettering/pcr-signFrantisek Sumsal2022-09-0828-584/+2019
|\ \
| * | TEST-70-TPM2: add test for new signed TPM2 PCR policiesLennart Poettering2022-09-082-1/+61
| * | 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-084-25/+108
| * | repart: hook up new TPM2 signed policies with repartLennart Poettering2022-09-082-24/+73
| * | cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering2022-09-087-58/+201
| * | creds-tool: expose new signed PCR policies in creds tool, tooLennart Poettering2022-09-082-23/+104
| * | 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-082-31/+398
| * | 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
* | | Merge pull request #24608 from bluca/exampleLuca Boccassi2022-09-082-0/+34
|\ \ \
| * | | docs: mention tmpfiles.d in CREDENTIALS.md and add exampleLuca Boccassi2022-09-081-0/+21
| * | | man: add example with one-liner for ssh provisioning via tmpfiles.d + CredsLuca Boccassi2022-09-081-0/+13
* | | | Merge pull request #24600 from poettering/bootspec-chase-symlinksLennart Poettering2022-09-082-56/+58
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | update TODOLennart Poettering2022-09-081-0/+11
* | | | test: check the numa-test.service status directlyFrantisek Sumsal2022-09-081-3/+3
| |/ / |/| |
* | | CODING_STYLE: fix header levelLennart Poettering2022-09-081-1/+1
|/ /
* | Merge pull request #24572 from DaanDeMeyer/repart-verityLennart Poettering2022-09-085-25/+460
|\ \
| * | update TODODaan De Meyer2022-09-081-0/+2
| * | repart: Add support for formatting verity partitionsDaan De Meyer2022-09-084-11/+425
| * | 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-0810-112/+143
|\ \ \
| * | | boot: Avoid magic values in timeout EFI varsJan Janssen2022-09-072-10/+51
| * | | boot: Use proper scan codesJan Janssen2022-09-071-4/+4
| * | | boot: Accept Ctrl+Del for deleting wordsJan Janssen2022-09-072-1/+4
| * | | 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