index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pcrlock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: check meson feature flag early
Mike Yuan
2024-11-13
1
-19
/
+17
*
pcrlock: Move pe_hash() and uki_hash() to pe-binary.h
Daan De Meyer
2024-11-05
4
-277
/
+1
*
pcrlock: Pad pe hash to a multiple of 8 bytes
Daan De Meyer
2024-11-04
1
-0
/
+4
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-9
/
+9
*
pcrlock: Take VirtualSize > SizeOfRawData into account
Daan De Meyer
2024-10-21
1
-1
/
+15
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
tree-wide: Fix Wformat warnings
Daan De Meyer
2024-10-02
1
-1
/
+1
*
pcrlock: remove empty components from our list
Lennart Poettering
2024-09-11
1
-14
/
+30
*
pcrlock: correct --help text regarding recovery pin
Lennart Poettering
2024-09-11
1
-1
/
+1
*
pcrlock: log if we generate an "empty" policy
Lennart Poettering
2024-09-11
1
-0
/
+3
*
pcrlock: be more careful when preparing credential name for pcrlock policy
Lennart Poettering
2024-09-06
1
-23
/
+36
*
src/pcrlock/pcrlock.c: Handle empty pcrlock.d directories
Arnaud Patard
2024-08-05
1
-1
/
+15
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
1
-18
/
+18
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-89
/
+78
*
creds-util: add common helper for determinign global boot credentials path
Lennart Poettering
2024-06-15
1
-29
/
+7
*
pcrlock: move event_log_reduce_to_safe_pcrs() down a bit
Lennart Poettering
2024-06-14
1
-63
/
+63
*
pcrlock: don't override conf_root parameter for boot_entry_token_ensure()
Lennart Poettering
2024-06-14
1
-1
/
+1
*
fileio: add new helper write_base64_file_at() which encodes a binary object i...
Lennart Poettering
2024-06-14
1
-8
/
+3
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-205
/
+207
*
pcrlock: tweak error messages when we are not looking at a TPM2 event log
Lennart Poettering
2024-05-30
1
-4
/
+4
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-21
/
+21
*
treewide: fix a few typos in NEWS, docs, comments, and log messages
Dmitry V. Levin
2024-04-27
1
-1
/
+1
*
tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...
Lennart Poettering
2024-04-22
1
-4
/
+4
*
pcrlock: add make_pcrlock_record_from_stream
Alberto Planas
2024-04-19
1
-35
/
+104
*
Merge pull request #31790 from poettering/pcrlock-policy-fix
Lennart Poettering
2024-04-18
1
-25
/
+51
|
\
|
*
pcrlock: rework --recovery-pin= to take three different arguments
Lennart Poettering
2024-04-18
1
-7
/
+31
|
*
pcrlock: generate recovery PINs via make_recovery_key()
Lennart Poettering
2024-04-18
1
-8
/
+1
|
*
tpm2-util: now that we don't use PolicyAuthValue anymore, let's not set an au...
Lennart Poettering
2024-04-18
1
-2
/
+0
|
*
pcrlock: switch access policy for nvindex to store policy in from PolicyAuthV...
Lennart Poettering
2024-04-18
1
-8
/
+19
|
*
tpm2-util: rename tpm2_get_pin_auth() → tpm2_auth_value_from_pin()
Lennart Poettering
2024-04-18
1
-1
/
+1
*
|
use FOREACH_ELEMENT
Matteo Croce
2024-04-18
1
-1
/
+1
|
/
*
pcrlock: handle measurement logs where hash algs in header are announced in d...
Lennart Poettering
2024-02-21
1
-7
/
+14
*
pcrlock: normalize credential name for TPM2 PIN
Lennart Poettering
2024-02-20
1
-1
/
+1
*
ask-password: rework how we pass request meta info when asking passwords
Lennart Poettering
2024-02-20
1
-5
/
+7
*
pcrlock: add basic Varlink interface
Lennart Poettering
2024-02-12
1
-6
/
+135
*
pcrlock: split out generation of CEL objects into helper func
Lennart Poettering
2024-02-12
1
-56
/
+74
*
pcrlock: use log_setup()
Lennart Poettering
2024-02-12
1
-3
/
+1
*
creds-util: add a concept of "user-scoped" credentials
Lennart Poettering
2024-01-30
1
-0
/
+1
*
pcrlock: also write pcrlock policy as unencrypted credential to XBOOTLDR/ESP
Lennart Poettering
2024-01-22
1
-12
/
+156
*
Measure empty PK and KEK EFI vars
Alberto Planas
2024-01-19
1
-2
/
+2
*
Merge pull request #30728 from polarina/noda
Lennart Poettering
2024-01-05
1
-1
/
+1
|
\
|
*
pcrlock: Print correct NV index when writing new policy
Gabríel Arthúr Pétursson
2024-01-04
1
-1
/
+1
*
|
Use .d path for PCRLOCK_KERNEL_*_PATH
Alberto Planas
2024-01-05
1
-2
/
+2
*
|
Fix typo in verb_make_policy explanation
Alberto Planas
2024-01-04
1
-1
/
+1
|
/
*
format-table: introduce table_isempty and use it where appropriate
Mike Yuan
2023-12-25
1
-4
/
+4
*
color-util: split out HSV color conversion into color-util.[ch]
Lennart Poettering
2023-12-21
1
-34
/
+1
*
pcrlock: use empty_or_dash() more
Frantisek Sumsal
2023-12-18
1
-2
/
+2
*
pcrlock: check for embedded NUL bytes
Lennart Poettering
2023-11-20
1
-0
/
+5
*
pcrlock: make sure we don't choke on empty records
Lennart Poettering
2023-11-20
1
-1
/
+5
*
pcrlock: show emojis for each PCR line
Lennart Poettering
2023-11-06
1
-15
/
+25
[next]