index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptsetup
/
cryptsetup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cryptsetup: add debug message
Zbigniew Jędrzejewski-Szmek
2024-12-10
1
-1
/
+3
*
cryptsetup: convert pkcs11/fido2 to iovec for key handling
Luca Boccassi
2024-11-26
1
-12
/
+11
*
tree-wide: time-out → timeout
Zbigniew Jędrzejewski-Szmek
2024-11-05
1
-1
/
+1
*
cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policy
Lennart Poettering
2024-09-06
1
-5
/
+14
*
cryptsetup: handle parallel activation of volumes with another tool gracefully
Kamil Szczęk
2024-07-21
1
-2
/
+22
*
cryptsetup: allow customizing cache behavior
Kamil Szczęk
2024-06-27
1
-10
/
+42
*
cryptsetup: make key discovery more robust
Kamil Szczęk
2024-06-27
1
-73
/
+125
*
cryptsetup: minor coding style tweaks
Lennart Poettering
2024-06-21
1
-3
/
+5
*
cryptenroll: support for enrolling FIDO2 tokens in manual mode
Kamil Szczęk
2024-06-20
1
-0
/
+4
*
cryptsetup: downgrade log message to warning, when we ignore it
Lennart Poettering
2024-06-14
1
-1
/
+1
*
cryptsetup: merge two mostly equivalent functions
Lennart Poettering
2024-06-14
1
-19
/
+5
*
cryptsetup: manual FIDO2 PIN, UP and UV configuration
Kamil Szczęk
2024-06-13
1
-23
/
+45
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-9
/
+11
*
cryptsetup: check keyring cache passphrase at least once
Luca Boccassi
2024-06-05
1
-1
/
+3
*
cryptsetup: unset an unlock path on each unlock retry
Lennart Poettering
2024-06-04
1
-12
/
+42
*
cryptsetup: mention correct action in log message
Daniel Winzen
2024-05-27
1
-1
/
+1
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-3
/
+3
*
tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...
Lennart Poettering
2024-04-22
1
-2
/
+2
*
Use IN_SET() more
Frantisek Sumsal
2024-04-02
1
-1
/
+1
*
cryptsetup: drop "headless" bool, make it a flag in AskPasswordFlags instead
Lennart Poettering
2024-02-20
1
-21
/
+7
*
cryptsetup-pkcs11: also plug credential name to use to credential plugin
Lennart Poettering
2024-02-20
1
-1
/
+10
*
cryptenroll,cryptsetup: clean up unlock credential for TPM2 + FIDO2
Lennart Poettering
2024-02-20
1
-4
/
+10
*
ask-password: rework how we pass request meta info when asking passwords
Lennart Poettering
2024-02-20
1
-12
/
+38
*
cryptsetup: fix typo
Yu Watanabe
2024-02-13
1
-1
/
+1
*
cryptsetup: Add optional support for linking volume key in keyring.
Ondrej Kozina
2024-02-13
1
-0
/
+65
*
cryptsetup: Fix memory leak when iterating over systemd-tpm2 tokens
Gabríel Arthúr Pétursson
2024-02-01
1
-1
/
+1
*
pcrlock: when unlocking try to pick up pcrlock policy from system credentials
Lennart Poettering
2024-01-22
1
-1
/
+4
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-1
/
+1
*
tpm2-util: more iovec'ification
Lennart Poettering
2024-01-05
1
-30
/
+25
*
tcrypt: try all entered passphrases instead of just the first one (#29837)
jjimbo137
2023-11-06
1
-16
/
+22
*
cryptsetup: do not print (null) if pkcs11 uri not set
Antonio Alvarez Feijoo
2023-11-03
1
-2
/
+2
*
Merge pull request #28891 from poettering/pcrlock
Luca Boccassi
2023-11-03
1
-0
/
+15
|
\
|
*
tree-wide: hook everything up with pcrlock policy
Lennart Poettering
2023-11-03
1
-0
/
+15
*
|
cryptsetup: pass AskPasswordFlags down into pkcs11 module
Lennart Poettering
2023-11-03
1
-1
/
+2
*
|
cryptsetup: disable activation via token plugin if we shall measure the volum...
Lennart Poettering
2023-11-02
1
-1
/
+15
*
|
cryptsetup: honour configured ask password flags also when activating via token
Lennart Poettering
2023-11-02
1
-1
/
+1
*
|
cryptsetup: rename usrptr to userdata
Lennart Poettering
2023-11-02
1
-12
/
+12
|
/
*
tpm2: downgrade most log functions from error to debug
Dan Streetman
2023-10-03
1
-3
/
+3
*
Merge pull request #29345 from poettering/measured-uki-condition
Lennart Poettering
2023-09-27
1
-1
/
+1
|
\
|
*
efi-loader: rename efi_stub_measured() → efi_measured_uki()
Lennart Poettering
2023-09-27
1
-1
/
+1
*
|
cryptsetup: fail with error if extraneous arguments are specified
Zbigniew Jędrzejewski-Szmek
2023-09-26
1
-0
/
+5
*
|
cryptsetup: add parse_argv() and implement --version
Zbigniew Jędrzejewski-Szmek
2023-09-26
1
-29
/
+68
|
/
*
tpm2: whenever we measure, also write a tpm log record
Lennart Poettering
2023-08-30
1
-1
/
+1
*
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
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-4
/
+5
*
tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue array
Dan Streetman
2023-08-04
1
-1
/
+1
*
tpm2: add Tpm2PCRValue struct and associated functions
Dan Streetman
2023-08-04
1
-1
/
+1
*
cryptsetup: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
2023-07-28
1
-3
/
+4
*
tpm2: replace _cleanup_tpm2_* macros with _cleanup_()
Dan Streetman
2023-06-08
1
-1
/
+1
[next]