index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
repart: make existing partition can be also 'dropped'
Yu Watanabe
2022-09-08
1
-31
/
+59
*
repart: check if existing partitions can grow
Yu Watanabe
2022-09-08
1
-0
/
+6
*
repart: split out free_area_{current,min}_end() from free_area_available_for_...
Yu Watanabe
2022-09-08
1
-19
/
+26
*
repart: reset assignments by previous context_allocate_partitions()
Yu Watanabe
2022-09-08
1
-0
/
+7
*
repart: do not assign new size larger than acquired or the specified maximum
Yu Watanabe
2022-09-08
1
-2
/
+4
*
repart: set new size for foreign partitions at first
Yu Watanabe
2022-09-08
1
-7
/
+11
*
repart: anyway run loop at the end even if the loop will be restarted later
Yu Watanabe
2022-09-08
1
-9
/
+5
*
repart: make scale_by_weight() always succeed
Yu Watanabe
2022-09-08
1
-32
/
+26
*
repart: split out context_grow_partition_one()
Yu Watanabe
2022-09-08
1
-33
/
+35
*
repart: introduce partition_{min,max}_padding()
Yu Watanabe
2022-09-08
1
-14
/
+20
*
repart: ensure partition_max_size() >= partition_min_size()
Yu Watanabe
2022-09-08
1
-2
/
+2
*
repart: make partition_max_size() return UINT64_MAX if not specified
Yu Watanabe
2022-09-08
1
-3
/
+6
*
repart: constify partition_min_size()
Yu Watanabe
2022-09-08
1
-1
/
+1
*
repart: rename variables in config_parse_weight()
Yu Watanabe
2022-09-08
1
-3
/
+2
*
Merge pull request #24601 from yuwata/sd-device-enumerator-drop-recursion
Yu Watanabe
2022-09-08
2
-106
/
+154
|
\
|
*
test: add test for sd_device_enumerator_add_match_parent()
Yu Watanabe
2022-09-08
1
-0
/
+71
|
*
sd-device-enumerator: rewrite child enumeration without recursion
Yu Watanabe
2022-09-08
1
-8
/
+18
|
*
sd-device-enumerator: do not fail when a directory vanishes on enumerate
Yu Watanabe
2022-09-08
1
-2
/
+5
|
*
sd-device-enumerator: use test_matches() more
Yu Watanabe
2022-09-08
1
-96
/
+60
*
|
Merge pull request #24351 from poettering/pcr-sign
Frantisek Sumsal
2022-09-08
21
-553
/
+1756
|
\
\
|
*
|
cryptsetup: hook up TPM2 token code with policies based on PCR signatures, too
Lennart Poettering
2022-09-08
5
-179
/
+115
|
*
|
tpm2-util: add helper for formatting PCR masks as string
Lennart Poettering
2022-09-08
2
-0
/
+21
|
*
|
tpm2-util: add common parser for the LUKS2 TPM2 JSON structure
Lennart Poettering
2022-09-08
7
-176
/
+229
|
*
|
cryptsetup: hook up signed PCR policies
Lennart Poettering
2022-09-08
3
-25
/
+93
|
*
|
repart: hook up new TPM2 signed policies with repart
Lennart Poettering
2022-09-08
1
-24
/
+64
|
*
|
cryptenroll: hook up new TPM2 signed policies with cryptenroll
Lennart Poettering
2022-09-08
6
-50
/
+156
|
*
|
creds-tool: expose new signed PCR policies in creds tool, too
Lennart Poettering
2022-09-08
1
-22
/
+68
|
*
|
creds-util: hook up new signed PCR policies
Lennart Poettering
2022-09-08
6
-28
/
+167
|
*
|
tpm2-util: extend TPM2 policies to optionally check PCR values against signed...
Lennart Poettering
2022-09-08
9
-78
/
+499
|
*
|
measure: add 'sign' verb
Lennart Poettering
2022-09-08
1
-10
/
+301
|
*
|
openssl-util: add helper for calculating fingerprint of a DER public key
Lennart Poettering
2022-09-08
2
-0
/
+61
|
*
|
tpm2-util: allow external code to create tpm2 contexts
Lennart Poettering
2022-09-08
2
-24
/
+33
|
*
|
tpm2-util: pick up 4 more symbols of tpm2-tss
Lennart Poettering
2022-09-08
2
-1
/
+13
*
|
|
measure: print a helpful message if TPM2 PCR sysfs attributes are missing
Lennart Poettering
2022-09-08
1
-0
/
+2
*
|
|
basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IO
Guillaume W. Bres
2022-09-08
1
-1
/
+6
*
|
|
bootctl: don't start "bootctl list" output with a title line
Lennart Poettering
2022-09-08
1
-2
/
+2
*
|
|
bootspec: don't follow symlinks when opening type1/type2 files
Lennart Poettering
2022-09-08
1
-2
/
+2
*
|
|
bootspec: use chase_symlinks() where appropriate
Lennart Poettering
2022-09-08
1
-52
/
+43
|
/
/
*
|
Merge pull request #24572 from DaanDeMeyer/repart-verity
Lennart Poettering
2022-09-08
1
-25
/
+356
|
\
\
|
*
|
repart: Add support for formatting verity partitions
Daan De Meyer
2022-09-08
1
-11
/
+323
|
*
|
repart: Invert no_dropin_files boolean
Daan De Meyer
2022-09-07
1
-3
/
+3
|
*
|
repart: Extract context dump into a separate function
Daan De Meyer
2022-09-07
1
-15
/
+34
*
|
|
Merge pull request #24434 from medhefgo/boot-fixes
Lennart Poettering
2022-09-08
8
-110
/
+135
|
\
\
\
|
*
|
|
boot: Avoid magic values in timeout EFI vars
Jan Janssen
2022-09-07
1
-9
/
+46
|
*
|
|
boot: Use proper scan codes
Jan Janssen
2022-09-07
1
-4
/
+4
|
*
|
|
boot: Accept Ctrl+Del for deleting words
Jan Janssen
2022-09-07
1
-0
/
+1
|
*
|
|
boot: Correctly handle shift keys
Jan Janssen
2022-09-07
1
-2
/
+7
|
*
|
|
boot: Refuse GPT with invalid entry size
Jan Janssen
2022-09-07
1
-12
/
+6
|
*
|
|
boot: Fix device path unaligned access
Jan Janssen
2022-09-07
3
-44
/
+48
|
*
|
|
boot: Use mempcpy
Jan Janssen
2022-09-07
4
-40
/
+17
[next]