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
*
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
2
-2
/
+2
*
meson: move declarations of cryptsetup and friends
Yu Watanabe
2023-07-31
1
-0
/
+18
*
meson: move declaration of cryptsetup token modules
Yu Watanabe
2023-07-31
2
-3
/
+53
*
Merge pull request #28428 from ldv-alt/ERRNO_IS
Luca Boccassi
2023-07-30
1
-3
/
+4
|
\
|
*
cryptsetup: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
2023-07-28
1
-3
/
+4
*
|
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-2
/
+2
|
/
*
tpm2: replace _cleanup_tpm2_* macros with _cleanup_()
Dan Streetman
2023-06-08
1
-1
/
+1
*
generators: change TimeoutSec=0 to TimeoutSec=infinity
Lennart Poettering
2023-06-06
1
-1
/
+2
*
cryptsetup: avoid calling strv_find() on a NULL pointer
Frantisek Sumsal
2023-06-05
1
-1
/
+1
*
{crypt|verity}setup: mention volume name in some error messages
Lennart Poettering
2023-06-01
1
-2
/
+2
*
{crypt|verity}setup: replace dep on systemd-tmpfiles-setup-dev.service by mod...
Lennart Poettering
2023-06-01
1
-5
/
+5
*
cryptsetup-generator: imply x-initrd.attach for "usr" and "root" volumes
Lennart Poettering
2023-06-01
1
-6
/
+18
*
cryptsetup: fix whitespace issue
Lennart Poettering
2023-06-01
1
-1
/
+1
*
tpm: remove external calls to dlopen_tpm2()
Dan Streetman
2023-05-31
1
-4
/
+0
*
crypttab: Support for VeraCrypt PIM and detached headers for TrueCrypt/VeraCr...
Klaus Zipfel
2023-05-06
1
-3
/
+20
*
cryptsetup: downgrade a bunch of log messages that to LOG_WARNING
Lennart Poettering
2023-05-03
1
-38
/
+24
*
cryptsetup: fix build without TPM2
Luca Boccassi
2023-04-04
1
-0
/
+4
*
tpm2: add support for a trusted SRK
William Roberts
2023-04-03
6
-8
/
+38
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-0
/
+1
*
tpm2: add/rename functions to manage pcr selections
Dan Streetman
2023-03-09
1
-6
/
+6
*
tpm2: add TPM2_PCR_VALID()
Dan Streetman
2023-03-09
2
-2
/
+2
*
cryptsetup: check the existence of salt by salt_size > 0
Yu Watanabe
2023-02-17
1
-1
/
+1
*
cryptsetup: do not assert when unsealing token without salt
Luca Boccassi
2023-02-15
2
-2
/
+5
*
tpm2: use Tpm2Context* instead of ESYS_CONTEXT*
Dan Streetman
2023-02-01
1
-2
/
+2
*
tpm2: use ref counter for Tpm2Context
Dan Streetman
2023-02-01
1
-4
/
+4
*
tpm2: rename struct tpm2_context to Tpm2Context
Dan Streetman
2023-02-01
1
-1
/
+1
*
tpm2: rename tpm2 alg id<->string functions
Dan Streetman
2023-02-01
1
-4
/
+4
*
shared/efi-loader: fix compilation with !ENABLE_EFI, improve messages
Zbigniew Jędrzejewski-Szmek
2023-01-25
1
-2
/
+2
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
2
-9
/
+5
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-17
/
+3
*
tree-wide: fix typo
Yu Watanabe
2023-01-20
1
-1
/
+1
*
tpm2: add salt to pin
William Roberts
2023-01-18
6
-10
/
+74
*
tpm2: add common helper for checking if we are running on UKI with TPM measur...
Lennart Poettering
2023-01-17
1
-0
/
+9
*
cryptsetup: add tpm2-measure-pcr= and tpm2-measure-bank= crypttab options
Lennart Poettering
2023-01-17
1
-14
/
+212
*
tree-wide: fix return value handling of base64mem()
Lennart Poettering
2023-01-11
4
-21
/
+27
*
cryptsetup-fido2: Remove plain mode parameters from `acquire_fido2_key_auto()`
Peter Cai
2022-12-22
1
-1
/
+0
*
cryptsetup-fido2: Relocate to libsystemd-shared
Peter Cai
2022-12-22
3
-370
/
+0
*
cryptsetup-fido2: Try all FIDO2 key slots when opening LUKS volume
Peter Cai
2022-12-12
3
-115
/
+123
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: set description for device manager
Yu Watanabe
2022-10-18
1
-0
/
+4
*
cryptsetup: drop redundant parens/drop ternary op
Lennart Poettering
2022-10-17
1
-1
/
+2
*
cryptsetup: use errno-flavoured logging where we have an errno
Lennart Poettering
2022-10-17
1
-7
/
+4
*
cryptsetup: use TPM flags over bool
William Roberts
2022-09-20
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
[next]