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
*
cryptsetup: fix build with -Db_ndebug=true
Frantisek Sumsal
2022-05-21
2
-2
/
+4
*
Merge pull request #22919 from poettering/cryptsetup-tweaks
Lennart Poettering
2022-03-31
1
-17
/
+19
|
\
|
*
tree-wide: unify some code that looks for --help in the command line
Lennart Poettering
2022-03-31
1
-1
/
+2
|
*
cryptsetup: adjust some log levels
Lennart Poettering
2022-03-31
1
-7
/
+8
|
*
cryptsetup: add helper for mangling "none" option strings
Lennart Poettering
2022-03-31
1
-2
/
+2
|
*
cryptsetup: rename functions that try to do FIDO2/TPM2/PKCS#11 via cryptsetup...
Lennart Poettering
2022-03-31
1
-7
/
+7
*
|
cryptsetup: fall back to traditional unlocking if any TPM2 operation fails
Antonio Alvarez Feijoo
2022-03-31
1
-6
/
+14
|
/
*
cryptsetup: shorten message a bit
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
efi-loader: split efi-api.[ch] from efi-loader.[ch]
Lennart Poettering
2022-03-24
1
-1
/
+1
*
cryptsetup: fix typo
Antonio Alvarez Feijoo
2022-03-24
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
2
-4
/
+1
*
tree-wide: fix duplicated words
Michael Biebl
2022-03-18
1
-1
/
+1
*
cryptsetup: add manual TPM2 PIN configuration
Grigori Goronzy
2022-03-15
1
-1
/
+12
*
cryptsetup: add libcryptsetup TPM2 PIN support
Grigori Goronzy
2022-03-15
3
-5
/
+51
*
cryptsetup: add support for TPM2 pin
Grigori Goronzy
2022-03-15
3
-5
/
+135
*
tpm2: support policies with PIN
Grigori Goronzy
2022-03-15
2
-2
/
+2
*
env-util: replace unsetenv_erase() by new getenv_steal_erase() helper
Lennart Poettering
2022-02-20
2
-14
/
+13
*
generator: Rename password arg
Jan Janssen
2022-02-19
2
-12
/
+12
*
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
[next]