index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptenroll
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cryptenroll: don't try to get PCR bank if we know the device key
Lennart Poettering
2024-09-11
1
-1
/
+2
*
cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policy
Lennart Poettering
2024-09-06
1
-33
/
+122
*
crypenroll: make slot wiping on pin change a bit more explicit
Lennart Poettering
2024-08-30
2
-1
/
+3
*
cryptenroll: don't return slot 0 when we have no policy to search for
Lennart Poettering
2024-08-30
1
-1
/
+1
*
cryptenroll: iovec'ify a few more things
Lennart Poettering
2024-08-30
11
-65
/
+57
*
treewide: use sd_json_variant_un{hex|base64}() pervasively
Lennart Poettering
2024-08-30
1
-4
/
+3
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
1
-0
/
+1
*
cryptenroll: add --list-devices switch that shows candidate block devices
Lennart Poettering
2024-07-01
1
-0
/
+11
*
cryptenroll: support for enrolling FIDO2 tokens in manual mode
Kamil Szczęk
2024-06-20
3
-48
/
+133
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
3
-20
/
+17
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
6
-60
/
+66
*
cryptenroll: upgrade log level of critical failure
Yu Watanabe
2024-05-25
1
-1
/
+1
*
cryptenroll: do not pass an empty pcrlock policy
Yu Watanabe
2024-05-25
1
-0
/
+2
*
cryptenroll: explicitly pick PCR bank if literal PCR binding is off, but sign...
Lennart Poettering
2024-05-23
1
-0
/
+13
*
cryptenroll: determine TPM enrollment parmaeters only if we actually do TPM e...
Lennart Poettering
2024-05-06
1
-22
/
+24
*
cryptenroll: do not combine pcrlock and signed PCR policies in TPM mode
Lennart Poettering
2024-05-06
2
-8
/
+12
*
cryptenroll: disable loading public key if --tpm2-public-key= is empty
Sam Leonard
2024-05-02
3
-20
/
+32
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
2
-3
/
+3
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
1
-3
/
+1
*
cryptenroll: fix typo (close parenthesis out of nowhere)
Mike Yuan
2024-04-24
1
-1
/
+1
*
Merge pull request #32434 from poettering/cryptenroll-prefer-var
Luca Boccassi
2024-04-23
1
-16
/
+67
|
\
|
*
cryptenroll: use [] in --help text to indicate block device argument is now o...
Lennart Poettering
2024-04-23
1
-1
/
+1
|
*
cryptenroll: default to block device backing /var/ rather than /
Lennart Poettering
2024-04-23
1
-15
/
+66
*
|
cryptenroll: sort includes
Mike Yuan
2024-04-23
1
-1
/
+1
|
/
*
cryptenroll: use root device by default
Ludwig Nussel
2024-04-23
1
-8
/
+25
*
tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...
Lennart Poettering
2024-04-22
1
-2
/
+2
*
cryptsetup: drop "headless" bool, make it a flag in AskPasswordFlags instead
Lennart Poettering
2024-02-20
3
-3
/
+8
*
cryptenroll,cryptsetup: clean up unlock credential for TPM2 + FIDO2
Lennart Poettering
2024-02-20
2
-3
/
+5
*
pkcs11-util: clean up credential handling for PKCS11 PIN
Lennart Poettering
2024-02-20
1
-1
/
+1
*
cryptenroll: use a different credential for new new PIN
Lennart Poettering
2024-02-20
1
-1
/
+1
*
libfido2: tweak credential to read fido2 PIN from
Lennart Poettering
2024-02-20
1
-0
/
+1
*
cryptenroll: use correct askpw id for pw request
Lennart Poettering
2024-02-20
1
-2
/
+2
*
cryptenroll: fix type confusion on acquire_tpm2_key() parameter
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
2
-25
/
+44
*
Merge pull request #30766 from polarina/cryptenroll-tpm2-unlock
Lennart Poettering
2024-02-08
4
-10
/
+182
|
\
|
*
cryptenroll: Support rotating PIN on an existing TPM2 enrollment
Gabríel Arthúr Pétursson
2024-02-01
3
-7
/
+27
|
*
cryptenroll: Add support for unlocking through TPM2 enrollments
Gabríel Arthúr Pétursson
2024-02-01
4
-3
/
+151
|
*
cryptenroll: Lock memory pages before operating on the device
Gabríel Arthúr Pétursson
2024-02-01
1
-0
/
+4
*
|
cryptenroll: Fix reading keyfile from socket
Felix Riemann
2024-02-06
1
-1
/
+1
*
|
cryptenroll: allow to use a public key on a token
Vladimir Stoiakin
2024-02-02
1
-5
/
+6
|
/
*
pcrlock: when unlocking try to pick up pcrlock policy from system credentials
Lennart Poettering
2024-01-22
1
-0
/
+1
*
Fix gcc14 -Wcalloc-transposed-args warnings
Cristian Rodríguez
2024-01-14
1
-1
/
+1
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-1
/
+1
*
Merge pull request #30754 from poettering/iovecification
Lennart Poettering
2024-01-05
1
-30
/
+26
|
\
|
*
tpm2-util: more iovec'ification
Lennart Poettering
2024-01-05
1
-30
/
+26
*
|
Merge pull request #29692 from H5117/fix_pkcs11_uri
Lennart Poettering
2024-01-05
1
-8
/
+38
|
\
\
|
|
/
|
/
|
|
*
cryptenroll: change class in provided PKCS#11 URI if necessary
Vladimir Stoiakin
2024-01-05
1
-8
/
+38
*
|
Merge pull request #30628 from YHNdnzj/format-table-improvement
Yu Watanabe
2023-12-25
1
-1
/
+1
|
\
\
|
*
|
format-table: introduce table_isempty and use it where appropriate
Mike Yuan
2023-12-25
1
-1
/
+1
|
|
/
*
/
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
2
-2
/
+2
|
/
[next]