index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptsetup
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: drop three more single-use convenience libraries
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-59
/
+23
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
3
-3
/
+3
*
cryptsetup: minor modernizations
Lennart Poettering
2021-10-11
1
-7
/
+13
*
cryptsetup: add a configurable token waiting timeout
Lennart Poettering
2021-10-11
1
-61
/
+95
*
cryptsetup: before querying user for a PIN, check if a FIDO2 device is actual...
Lennart Poettering
2021-10-11
1
-2
/
+19
*
cryptsetup: optionally turn off token module support in libcryptsetup
Lennart Poettering
2021-10-11
1
-1
/
+11
*
cryptsetup: don't repeat exact same code twice
Lennart Poettering
2021-10-11
1
-14
/
+2
*
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
2021-10-08
1
-2
/
+2
*
cryptsetup: handle more gracefully if "keyslots" LUKS2 JSON header field is i...
Lennart Poettering
2021-09-28
3
-15
/
+36
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECC
Lennart Poettering
2021-09-13
6
-9
/
+81
*
cryptsetup-tokens: fix typo in tpm2 token dump output
Anssi Hannula
2021-09-09
1
-2
/
+2
*
cryptsetup: drop an unused variable
Frantisek Sumsal
2021-08-26
1
-3
/
+2
*
tree-wide: fix typo
Yu Watanabe
2021-08-22
2
-2
/
+2
*
Add support for systemd-pkcs11 libcryptsetup plugin.
Ondrej Kozina
2021-08-19
6
-24
/
+514
*
cryptsetup-pkcs11: move pkcs11_callback and data in shared utils.
Ondrej Kozina
2021-08-19
1
-79
/
+2
*
Add support for systemd-fido2 libcryptsetup plugin.
Ondrej Kozina
2021-08-19
8
-21
/
+568
*
tree-wide: fix typo
Yu Watanabe
2021-08-18
1
-2
/
+2
*
env-util: add unsetenv_erase() helper
Lennart Poettering
2021-08-17
1
-3
/
+2
*
Merge pull request #20384 from keszybz/udev-code-modernization
Luca Boccassi
2021-08-07
1
-2
/
+2
|
\
|
*
cryptsetup-tokens: inline one interator variable declaration
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-2
/
+2
*
|
cryptsetup: validate optional tpm2 pcr bank field in token.
Ondrej Kozina
2021-08-06
1
-0
/
+16
|
/
*
cryptsetup: unbreak CI build
Lennart Poettering
2021-08-01
3
-5
/
+35
*
tpm2-util: auto-detect supported PCR banks
Lennart Poettering
2021-07-30
3
-1
/
+30
*
meson: add the versiondep to the static lib deplist as well
Frantisek Sumsal
2021-07-29
1
-1
/
+1
*
meson: use a/b instead of join_paths(a,b)
Zbigniew Jędrzejewski-Szmek
2021-07-27
1
-1
/
+1
*
Add support for systemd-tpm2 libcryptsetup plugin.
Ondrej Kozina
2021-07-26
9
-0
/
+546
*
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+4
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
cryptsetup: improve error message when key files to load are too large
Lennart Poettering
2021-06-10
2
-0
/
+10
*
cryptsetup: remove unitialized workaround
Zbigniew Jędrzejewski-Szmek
2021-06-09
1
-1
/
+1
*
cryptsetup-pkcs11: use erase_and_free for decrypted key cleanup.
Ondrej Kozina
2021-06-07
1
-1
/
+1
*
cryptsetup: Fix misplaced assert.
Ondrej Kozina
2021-06-07
1
-1
/
+1
*
Rename crypttab opt silent to password-echo
Sebastian Blunt
2021-06-07
3
-12
/
+24
*
Merge pull request #19774 from poettering/tpm2-tweaks
Lennart Poettering
2021-06-01
1
-0
/
+9
|
\
|
*
cryptsetup: don't bother waiting for TPM2 devices if we are on EFI and EFI sa...
Lennart Poettering
2021-06-01
1
-0
/
+5
|
*
cryptsetup: if TPM2 support is not compiled in, fallback to non-TPM2 mode gra...
Lennart Poettering
2021-06-01
1
-0
/
+4
*
|
cryptsetup: add missing error branch
Lennart Poettering
2021-06-01
1
-0
/
+2
|
/
*
cryptsetup: explicitl set default log functions wherever needed
Lennart Poettering
2021-06-01
1
-1
/
+1
*
Respect option 'silent' on cryptsetup FIDO2 pin entry
Sebastian Blunt
2021-05-31
3
-5
/
+9
*
cryptsetup: revert to systemd 248 up/pin/uv FIDO2 settings when we don't have...
Lennart Poettering
2021-05-28
2
-6
/
+12
*
Add crypttab option silent
Sebastian Blunt
2021-05-15
1
-2
/
+6
*
cryptsetup: fix flags check
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-1
/
+1
*
cryptsetup: initialize variable
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-1
/
+4
*
FIDO2: ask and record whether user verification was used to lock the volume
Luca Boccassi
2021-05-07
2
-1
/
+12
*
FIDO2: ask and record whether user presence was used to lock the volume
Luca Boccassi
2021-05-07
2
-4
/
+15
*
FIDO2: support pin-less LUKS enroll/unlock
Luca Boccassi
2021-05-07
3
-17
/
+48
*
cryptsetup: add 'headless' parameter to skip password/pin query
Luca Boccassi
2021-05-07
5
-0
/
+29
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
tree-wide: update comment about unnecessary initialization
Yu Watanabe
2021-04-13
1
-1
/
+1
[next]