index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
/
measure.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename src/boot/efi to just src/boot
Zbigniew Jędrzejewski-Szmek
2024-11-07
1
-0
/
+324
*
Move systemd-measure to its own source subdirectory
Zbigniew Jędrzejewski-Szmek
2024-11-07
1
-1171
/
+0
*
Introduce systemd-sbsign to do secure boot signing (#35021)
Daan De Meyer
2024-11-06
1
-1
/
+1
|
\
|
*
openssl-util: Set default UI method instead of setting engine method
Daan De Meyer
2024-11-05
1
-1
/
+1
*
|
tree-wide: use Device*T*ree spelling
Zbigniew Jędrzejewski-Szmek
2024-11-06
1
-1
/
+1
*
|
measure: Introduce .dtbauto support
anonymix007
2024-11-05
1
-2
/
+4
*
|
uki: add new .dtbauto PE section type
anonymix007
2024-11-05
1
-1
/
+1
*
|
measure: introduce support for a .hwids section
anonymix007
2024-11-05
1
-1
/
+4
|
/
*
openssl-util: Query engine/provider pin via ask-password
Daan De Meyer
2024-11-03
1
-43
/
+22
*
efivars: Remove STRINGIFY() helper macros
Daan De Meyer
2024-11-02
1
-1
/
+1
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-4
/
+4
*
measure: fix typo
Yu Watanabe
2024-10-23
1
-1
/
+1
*
measure: Take SizeOfImage into account as well for .linux section
Daan De Meyer
2024-10-20
1
-0
/
+33
*
tpm2-util: introduce tpm2_is_fully_supported()
Yu Watanabe
2024-09-19
1
-1
/
+1
*
measure: introduce support for a new ".profile" section
Lennart Poettering
2024-09-06
1
-2
/
+5
*
uki: add new ".profile" PE section type
Lennart Poettering
2024-09-06
1
-1
/
+1
*
measure: drop incomplete support for PCRs != 11
Lennart Poettering
2024-07-03
1
-67
/
+50
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-16
/
+13
*
tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()
Yu Watanabe
2024-06-17
1
-6
/
+3
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-46
/
+48
*
repart,measure: reword help descriptions
Zbigniew Jędrzejewski-Szmek
2024-05-08
1
-2
/
+2
*
Fix spelling errors found by Lintian
Luca Boccassi
2024-04-27
1
-1
/
+1
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
1
-3
/
+1
*
measure: Add .ucode UKI section support
Tobias Fleig
2024-04-19
1
-0
/
+3
*
measure: add support for --certificate and --private-key-source for engine/pr...
Luca Boccassi
2024-03-01
1
-28
/
+115
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-6
/
+5
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-2
/
+2
*
tpm2: downgrade most log functions from error to debug
Dan Streetman
2023-10-03
1
-1
/
+1
*
openssl-util: add common implementation of digest+sign
Lennart Poettering
2023-09-06
1
-23
/
+4
*
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
1
-1
/
+1
*
fundemental: split out UKI defines into its own header
Lennart Poettering
2023-08-24
1
-0
/
+1
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-24
/
+20
*
tree-wide: use json_variant_append_arrayb() at many places
Lennart Poettering
2023-08-24
1
-12
/
+7
*
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-1
/
+1
*
tpm2: add TPM2B_*_MAKE(), TPM2B_*_CHECK_SIZE() macros
Dan Streetman
2023-08-04
1
-11
/
+4
*
tpm2: change tpm2_calculate_policy_pcr(), tpm2_calculate_sealing_policy() to ...
Dan Streetman
2023-08-04
1
-9
/
+6
*
boot: measure .sbat section
Luca Boccassi
2023-06-30
1
-0
/
+3
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-4
/
+4
*
boot/measure: replace TPM PolicyPCR session with calculation
Dan Streetman
2023-05-27
1
-69
/
+16
*
stub/measure: document and measure .uname UKI section
Luca Boccassi
2023-05-24
1
-0
/
+3
*
tpm2: add/rename functions to manage pcr selections
Dan Streetman
2023-03-09
1
-1
/
+3
*
measure: wrap long lines and avoid one cast
Zbigniew Jędrzejewski-Szmek
2023-02-20
1
-11
/
+19
*
tpm2: add Tpm2Handle with automatic cleanup
Dan Streetman
2023-02-01
1
-74
/
+45
*
tpm2: use Tpm2Context* instead of ESYS_CONTEXT*
Dan Streetman
2023-02-01
1
-2
/
+2
*
tpm2: use ref counter for Tpm2Context
Dan Streetman
2023-02-01
1
-7
/
+7
*
tpm2: rename struct tpm2_context to Tpm2Context
Dan Streetman
2023-02-01
1
-1
/
+1
*
tpm2: rename tpm2 alg id<->string functions
Dan Streetman
2023-02-01
1
-1
/
+1
*
measure: fix the failures of compare_reported_pcr_nr()
Jia Zhang
2022-12-23
1
-3
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
measure: add --append= switch for merging signatures
Lennart Poettering
2022-12-15
1
-1
/
+24
[next]