summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* repart: make existing partition can be also 'dropped'Yu Watanabe2022-09-081-31/+59
* repart: check if existing partitions can growYu Watanabe2022-09-081-0/+6
* repart: split out free_area_{current,min}_end() from free_area_available_for_...Yu Watanabe2022-09-081-19/+26
* repart: reset assignments by previous context_allocate_partitions()Yu Watanabe2022-09-081-0/+7
* repart: do not assign new size larger than acquired or the specified maximumYu Watanabe2022-09-081-2/+4
* repart: set new size for foreign partitions at firstYu Watanabe2022-09-081-7/+11
* repart: anyway run loop at the end even if the loop will be restarted laterYu Watanabe2022-09-081-9/+5
* repart: make scale_by_weight() always succeedYu Watanabe2022-09-081-32/+26
* 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-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