summaryrefslogtreecommitdiffstats
path: root/.clusterfuzzlite (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-08repart: check if existing partitions can growYu Watanabe1-0/+6
2022-09-08repart: split out free_area_{current,min}_end() from free_area_available_for_...Yu Watanabe1-19/+26
2022-09-08repart: reset assignments by previous context_allocate_partitions()Yu Watanabe1-0/+7
2022-09-08repart: do not assign new size larger than acquired or the specified maximumYu Watanabe1-2/+4
2022-09-08repart: set new size for foreign partitions at firstYu Watanabe1-7/+11
2022-09-08repart: anyway run loop at the end even if the loop will be restarted laterYu Watanabe1-9/+5
2022-09-08repart: make scale_by_weight() always succeedYu Watanabe1-32/+26
2022-09-08repart: split out context_grow_partition_one()Yu Watanabe1-33/+35
2022-09-08repart: introduce partition_{min,max}_padding()Yu Watanabe1-14/+20
2022-09-08repart: ensure partition_max_size() >= partition_min_size()Yu Watanabe1-2/+2
2022-09-08repart: make partition_max_size() return UINT64_MAX if not specifiedYu Watanabe1-3/+6
2022-09-08repart: constify partition_min_size()Yu Watanabe1-1/+1
2022-09-08repart: rename variables in config_parse_weight()Yu Watanabe1-3/+2
2022-09-08measure: print a helpful message if TPM2 PCR sysfs attributes are missingLennart Poettering1-0/+2
2022-09-08basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IOGuillaume W. Bres1-1/+6
2022-09-08docs: mention tmpfiles.d in CREDENTIALS.md and add exampleLuca Boccassi1-0/+21
2022-09-08man: add example with one-liner for ssh provisioning via tmpfiles.d + CredsLuca Boccassi1-0/+13
2022-09-08test: check the numa-test.service status directlyFrantisek Sumsal1-3/+3
2022-09-08TEST-70-TPM2: add test for new signed TPM2 PCR policiesLennart Poettering2-1/+61
2022-09-08cryptsetup: hook up TPM2 token code with policies based on PCR signatures, tooLennart Poettering5-179/+115
2022-09-08tpm2-util: add helper for formatting PCR masks as stringLennart Poettering2-0/+21
2022-09-08tpm2-util: add common parser for the LUKS2 TPM2 JSON structureLennart Poettering7-176/+229
2022-09-08cryptsetup: hook up signed PCR policiesLennart Poettering4-25/+108
2022-09-08repart: hook up new TPM2 signed policies with repartLennart Poettering2-24/+73
2022-09-08cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering7-58/+201
2022-09-08creds-tool: expose new signed PCR policies in creds tool, tooLennart Poettering2-23/+104
2022-09-08creds-util: hook up new signed PCR policiesLennart Poettering6-28/+167
2022-09-08tpm2-util: extend TPM2 policies to optionally check PCR values against signed...Lennart Poettering9-78/+499
2022-09-08measure: add 'sign' verbLennart Poettering2-31/+398
2022-09-08openssl-util: add helper for calculating fingerprint of a DER public keyLennart Poettering2-0/+61
2022-09-08tpm2-util: allow external code to create tpm2 contextsLennart Poettering2-24/+33
2022-09-08tpm2-util: pick up 4 more symbols of tpm2-tssLennart Poettering2-1/+13
2022-09-08CODING_STYLE: fix header levelLennart Poettering1-1/+1
2022-09-08bootctl: don't start "bootctl list" output with a title lineLennart Poettering1-2/+2
2022-09-08bootspec: don't follow symlinks when opening type1/type2 filesLennart Poettering1-2/+2
2022-09-08bootspec: use chase_symlinks() where appropriateLennart Poettering1-52/+43
2022-09-08update TODOLennart Poettering1-0/+11
2022-09-08tpm2: add bind keyWilliam Roberts1-59/+74
2022-09-08test: add test for sd_device_enumerator_add_match_parent()Yu Watanabe1-0/+71
2022-09-08sd-device-enumerator: rewrite child enumeration without recursionYu Watanabe1-8/+18
2022-09-08sd-device-enumerator: do not fail when a directory vanishes on enumerateYu Watanabe1-2/+5
2022-09-08sd-device-enumerator: use test_matches() moreYu Watanabe1-96/+60
2022-09-08update TODODaan De Meyer1-0/+2
2022-09-08repart: Add support for formatting verity partitionsDaan De Meyer4-11/+425
2022-09-08sd-device-monitor: relax sender uid check when running in user namespaceYu Watanabe1-1/+35
2022-09-08uid-range: move to src/basic/Yu Watanabe4-2/+2
2022-09-07uid-range: error code tweak for uid_range_load_userns()Lennart Poettering1-2/+2
2022-09-07repart: Invert no_dropin_files booleanDaan De Meyer1-3/+3
2022-09-07repart: Extract context dump into a separate functionDaan De Meyer1-15/+34
2022-09-07dissect-image: drop unnecessary duplication of partition device nodeYu Watanabe1-12/+4