summaryrefslogtreecommitdiffstats
path: root/src/cryptsetup (follow)
Commit message (Expand)AuthorAgeFilesLines
* tpm2: whenever we measure, also write a tpm log recordLennart Poettering2023-08-301-1/+1
* fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering2023-08-241-1/+1
* tpm2: unify symbolic name infra for PCRsLennart Poettering2023-08-241-1/+1
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-4/+5
* tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue arrayDan Streetman2023-08-041-1/+1
* tpm2: add Tpm2PCRValue struct and associated functionsDan Streetman2023-08-042-2/+2
* meson: move declarations of cryptsetup and friendsYu Watanabe2023-07-311-0/+18
* meson: move declaration of cryptsetup token modulesYu Watanabe2023-07-312-3/+53
* Merge pull request #28428 from ldv-alt/ERRNO_ISLuca Boccassi2023-07-301-3/+4
|\
| * cryptsetup: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-3/+4
* | Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-2/+2
|/
* tpm2: replace _cleanup_tpm2_* macros with _cleanup_()Dan Streetman2023-06-081-1/+1
* generators: change TimeoutSec=0 to TimeoutSec=infinityLennart Poettering2023-06-061-1/+2
* cryptsetup: avoid calling strv_find() on a NULL pointerFrantisek Sumsal2023-06-051-1/+1
* {crypt|verity}setup: mention volume name in some error messagesLennart Poettering2023-06-011-2/+2
* {crypt|verity}setup: replace dep on systemd-tmpfiles-setup-dev.service by mod...Lennart Poettering2023-06-011-5/+5
* cryptsetup-generator: imply x-initrd.attach for "usr" and "root" volumesLennart Poettering2023-06-011-6/+18
* cryptsetup: fix whitespace issueLennart Poettering2023-06-011-1/+1
* tpm: remove external calls to dlopen_tpm2()Dan Streetman2023-05-311-4/+0
* crypttab: Support for VeraCrypt PIM and detached headers for TrueCrypt/VeraCr...Klaus Zipfel2023-05-061-3/+20
* cryptsetup: downgrade a bunch of log messages that to LOG_WARNINGLennart Poettering2023-05-031-38/+24
* cryptsetup: fix build without TPM2Luca Boccassi2023-04-041-0/+4
* tpm2: add support for a trusted SRKWilliam Roberts2023-04-036-8/+38
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* tpm2: add/rename functions to manage pcr selectionsDan Streetman2023-03-091-6/+6
* tpm2: add TPM2_PCR_VALID()Dan Streetman2023-03-092-2/+2
* cryptsetup: check the existence of salt by salt_size > 0Yu Watanabe2023-02-171-1/+1
* cryptsetup: do not assert when unsealing token without saltLuca Boccassi2023-02-152-2/+5
* tpm2: use Tpm2Context* instead of ESYS_CONTEXT*Dan Streetman2023-02-011-2/+2
* tpm2: use ref counter for Tpm2ContextDan Streetman2023-02-011-4/+4
* tpm2: rename struct tpm2_context to Tpm2ContextDan Streetman2023-02-011-1/+1
* tpm2: rename tpm2 alg id<->string functionsDan Streetman2023-02-011-4/+4
* shared/efi-loader: fix compilation with !ENABLE_EFI, improve messagesZbigniew Jędrzejewski-Szmek2023-01-251-2/+2
* meson: Do not include headers in source listsJan Janssen2023-01-242-9/+5
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-17/+3
* tree-wide: fix typoYu Watanabe2023-01-201-1/+1
* tpm2: add salt to pinWilliam Roberts2023-01-186-10/+74
* tpm2: add common helper for checking if we are running on UKI with TPM measur...Lennart Poettering2023-01-171-0/+9
* cryptsetup: add tpm2-measure-pcr= and tpm2-measure-bank= crypttab optionsLennart Poettering2023-01-171-14/+212
* tree-wide: fix return value handling of base64mem()Lennart Poettering2023-01-114-21/+27
* cryptsetup-fido2: Remove plain mode parameters from `acquire_fido2_key_auto()`Peter Cai2022-12-221-1/+0
* cryptsetup-fido2: Relocate to libsystemd-sharedPeter Cai2022-12-223-370/+0
* cryptsetup-fido2: Try all FIDO2 key slots when opening LUKS volumePeter Cai2022-12-123-115/+123
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: set description for device managerYu Watanabe2022-10-181-0/+4
* cryptsetup: drop redundant parens/drop ternary opLennart Poettering2022-10-171-1/+2
* cryptsetup: use errno-flavoured logging where we have an errnoLennart Poettering2022-10-171-7/+4
* cryptsetup: use TPM flags over boolWilliam Roberts2022-09-201-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1