index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptenroll
/
cryptenroll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cryptenroll: it's called PKCS#11, not PKCS11
Lennart Poettering
10 days
1
-1
/
+1
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-5
/
+1
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
crypenroll: make slot wiping on pin change a bit more explicit
Lennart Poettering
2024-08-30
1
-0
/
+2
*
cryptenroll: iovec'ify a few more things
Lennart Poettering
2024-08-30
1
-23
/
+20
*
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
1
-24
/
+53
*
cryptenroll: determine TPM enrollment parmaeters only if we actually do TPM e...
Lennart Poettering
2024-05-06
1
-22
/
+24
*
cryptenroll: disable loading public key if --tpm2-public-key= is empty
Sam Leonard
2024-05-02
1
-1
/
+10
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-1
/
+1
*
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
*
Merge pull request #30766 from polarina/cryptenroll-tpm2-unlock
Lennart Poettering
2024-02-08
1
-5
/
+51
|
\
|
*
cryptenroll: Support rotating PIN on an existing TPM2 enrollment
Gabríel Arthúr Pétursson
2024-02-01
1
-3
/
+15
|
*
cryptenroll: Add support for unlocking through TPM2 enrollments
Gabríel Arthúr Pétursson
2024-02-01
1
-2
/
+32
|
*
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
|
/
*
Fix gcc14 -Wcalloc-transposed-args warnings
Cristian Rodríguez
2024-01-14
1
-1
/
+1
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
repart,cryptenroll: bring tpm2 switches/--help/handling in a single, canonica...
Lennart Poettering
2023-11-09
1
-19
/
+19
*
cryptenroll: add support for calculated TPM2 enrollment
Dan Streetman
2023-11-07
1
-1
/
+20
*
tree-wide: hook everything up with pcrlock policy
Lennart Poettering
2023-11-03
1
-3
/
+28
*
cryptenroll: fix bind default TPM2 signed policy to PCR 11
Antonio Alvarez Feijoo
2023-10-26
1
-1
/
+1
*
cryptenroll: validate positional arguments before looking at detail parameters
Lennart Poettering
2023-10-25
1
-12
/
+12
*
cryptenroll: add section headers to --help text
Lennart Poettering
2023-10-25
1
-11
/
+18
*
cryptenroll: add addition asserts
Lennart Poettering
2023-10-25
1
-7
/
+13
*
cryptenroll: merge two if checks with same condition
Lennart Poettering
2023-10-23
1
-9
/
+11
*
cryptenroll: reduce scope of two global variables
Lennart Poettering
2023-10-23
1
-6
/
+5
*
cryptenroll: allow specifying handle index of key to use for sealing
Dan Streetman
2023-10-10
1
-1
/
+13
*
cryptenroll: align tables
Zbigniew Jędrzejewski-Szmek
2023-09-26
1
-7
/
+6
*
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
1
-1
/
+1
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-1
/
+1
*
tpm2: move policy calculation out of tpm2_seal()
Dan Streetman
2023-08-04
1
-9
/
+19
*
tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue array
Dan Streetman
2023-08-04
1
-2
/
+2
*
cryptenroll: actually allow using multiple "special" strings when wiping
Frantisek Sumsal
2023-05-11
1
-5
/
+5
*
various: simplify calls to parse_boolean_argument()
Zbigniew Jędrzejewski-Szmek
2023-04-05
1
-18
/
+9
*
cryptenroll: Implement support for unlocking via FIDO2 tokens
Peter Cai
2022-12-22
1
-94
/
+100
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
cryptenroll: hook up new TPM2 signed policies with cryptenroll
Lennart Poettering
2022-09-08
1
-16
/
+58
*
tpm2-util: introduce tpm2_parse_pcr_argument() helper
Lennart Poettering
2022-08-19
1
-15
/
+2
*
cryptenroll: drop unnecessary {}
Lennart Poettering
2022-08-16
1
-2
/
+1
*
Merge pull request #24138 from Keksgesicht/rfe/cryptenroll-keyfile
Yu Watanabe
2022-08-12
1
-0
/
+43
|
\
|
*
cryptenroll: adding the option to use a keyfile to unlock the device
Jan B
2022-08-10
1
-0
/
+43
*
|
cryptenroll: fix memory leak
Lennart Poettering
2022-08-12
1
-0
/
+1
|
/
*
cryptenroll,homectl: Introduce --fido2-credential-algorithm option
MkfsSion
2022-04-22
1
-1
/
+16
[next]