index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
CGROUP_DELEGATION.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
repart: check if existing partitions can grow
Yu Watanabe
1
-0
/
+6
2022-09-08
repart: split out free_area_{current,min}_end() from free_area_available_for_...
Yu Watanabe
1
-19
/
+26
2022-09-08
repart: reset assignments by previous context_allocate_partitions()
Yu Watanabe
1
-0
/
+7
2022-09-08
repart: do not assign new size larger than acquired or the specified maximum
Yu Watanabe
1
-2
/
+4
2022-09-08
repart: set new size for foreign partitions at first
Yu Watanabe
1
-7
/
+11
2022-09-08
repart: anyway run loop at the end even if the loop will be restarted later
Yu Watanabe
1
-9
/
+5
2022-09-08
repart: make scale_by_weight() always succeed
Yu Watanabe
1
-32
/
+26
2022-09-08
repart: split out context_grow_partition_one()
Yu Watanabe
1
-33
/
+35
2022-09-08
repart: introduce partition_{min,max}_padding()
Yu Watanabe
1
-14
/
+20
2022-09-08
repart: ensure partition_max_size() >= partition_min_size()
Yu Watanabe
1
-2
/
+2
2022-09-08
repart: make partition_max_size() return UINT64_MAX if not specified
Yu Watanabe
1
-3
/
+6
2022-09-08
repart: constify partition_min_size()
Yu Watanabe
1
-1
/
+1
2022-09-08
repart: rename variables in config_parse_weight()
Yu Watanabe
1
-3
/
+2
2022-09-08
measure: print a helpful message if TPM2 PCR sysfs attributes are missing
Lennart Poettering
1
-0
/
+2
2022-09-08
basic/missing_loop.h: fix missing lo_flags LO_FLAGS_DIRECT_IO
Guillaume W. Bres
1
-1
/
+6
2022-09-08
docs: mention tmpfiles.d in CREDENTIALS.md and add example
Luca Boccassi
1
-0
/
+21
2022-09-08
man: add example with one-liner for ssh provisioning via tmpfiles.d + Creds
Luca Boccassi
1
-0
/
+13
2022-09-08
test: check the numa-test.service status directly
Frantisek Sumsal
1
-3
/
+3
2022-09-08
TEST-70-TPM2: add test for new signed TPM2 PCR policies
Lennart Poettering
2
-1
/
+61
2022-09-08
cryptsetup: hook up TPM2 token code with policies based on PCR signatures, too
Lennart Poettering
5
-179
/
+115
2022-09-08
tpm2-util: add helper for formatting PCR masks as string
Lennart Poettering
2
-0
/
+21
2022-09-08
tpm2-util: add common parser for the LUKS2 TPM2 JSON structure
Lennart Poettering
7
-176
/
+229
2022-09-08
cryptsetup: hook up signed PCR policies
Lennart Poettering
4
-25
/
+108
2022-09-08
repart: hook up new TPM2 signed policies with repart
Lennart Poettering
2
-24
/
+73
2022-09-08
cryptenroll: hook up new TPM2 signed policies with cryptenroll
Lennart Poettering
7
-58
/
+201
2022-09-08
creds-tool: expose new signed PCR policies in creds tool, too
Lennart Poettering
2
-23
/
+104
2022-09-08
creds-util: hook up new signed PCR policies
Lennart Poettering
6
-28
/
+167
2022-09-08
tpm2-util: extend TPM2 policies to optionally check PCR values against signed...
Lennart Poettering
9
-78
/
+499
2022-09-08
measure: add 'sign' verb
Lennart Poettering
2
-31
/
+398
2022-09-08
openssl-util: add helper for calculating fingerprint of a DER public key
Lennart Poettering
2
-0
/
+61
2022-09-08
tpm2-util: allow external code to create tpm2 contexts
Lennart Poettering
2
-24
/
+33
2022-09-08
tpm2-util: pick up 4 more symbols of tpm2-tss
Lennart Poettering
2
-1
/
+13
2022-09-08
CODING_STYLE: fix header level
Lennart Poettering
1
-1
/
+1
2022-09-08
bootctl: don't start "bootctl list" output with a title line
Lennart Poettering
1
-2
/
+2
2022-09-08
bootspec: don't follow symlinks when opening type1/type2 files
Lennart Poettering
1
-2
/
+2
2022-09-08
bootspec: use chase_symlinks() where appropriate
Lennart Poettering
1
-52
/
+43
2022-09-08
update TODO
Lennart Poettering
1
-0
/
+11
2022-09-08
tpm2: add bind key
William Roberts
1
-59
/
+74
2022-09-08
test: add test for sd_device_enumerator_add_match_parent()
Yu Watanabe
1
-0
/
+71
2022-09-08
sd-device-enumerator: rewrite child enumeration without recursion
Yu Watanabe
1
-8
/
+18
2022-09-08
sd-device-enumerator: do not fail when a directory vanishes on enumerate
Yu Watanabe
1
-2
/
+5
2022-09-08
sd-device-enumerator: use test_matches() more
Yu Watanabe
1
-96
/
+60
2022-09-08
update TODO
Daan De Meyer
1
-0
/
+2
2022-09-08
repart: Add support for formatting verity partitions
Daan De Meyer
4
-11
/
+425
2022-09-08
sd-device-monitor: relax sender uid check when running in user namespace
Yu Watanabe
1
-1
/
+35
2022-09-08
uid-range: move to src/basic/
Yu Watanabe
4
-2
/
+2
2022-09-07
uid-range: error code tweak for uid_range_load_userns()
Lennart Poettering
1
-2
/
+2
2022-09-07
repart: Invert no_dropin_files boolean
Daan De Meyer
1
-3
/
+3
2022-09-07
repart: Extract context dump into a separate function
Daan De Meyer
1
-15
/
+34
2022-09-07
dissect-image: drop unnecessary duplication of partition device node
Yu Watanabe
1
-12
/
+4
[next]