summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll/cryptenroll.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30766 from polarina/cryptenroll-tpm2-unlockLennart Poettering2024-02-081-5/+51
|\
| * cryptenroll: Support rotating PIN on an existing TPM2 enrollmentGabríel Arthúr Pétursson2024-02-011-3/+15
| * cryptenroll: Add support for unlocking through TPM2 enrollmentsGabríel Arthúr Pétursson2024-02-011-2/+32
| * cryptenroll: Lock memory pages before operating on the deviceGabríel Arthúr Pétursson2024-02-011-0/+4
* | cryptenroll: Fix reading keyfile from socketFelix Riemann2024-02-061-1/+1
|/
* Fix gcc14 -Wcalloc-transposed-args warningsCristian Rodríguez2024-01-141-1/+1
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* repart,cryptenroll: bring tpm2 switches/--help/handling in a single, canonica...Lennart Poettering2023-11-091-19/+19
* cryptenroll: add support for calculated TPM2 enrollmentDan Streetman2023-11-071-1/+20
* tree-wide: hook everything up with pcrlock policyLennart Poettering2023-11-031-3/+28
* cryptenroll: fix bind default TPM2 signed policy to PCR 11Antonio Alvarez Feijoo2023-10-261-1/+1
* cryptenroll: validate positional arguments before looking at detail parametersLennart Poettering2023-10-251-12/+12
* cryptenroll: add section headers to --help textLennart Poettering2023-10-251-11/+18
* cryptenroll: add addition assertsLennart Poettering2023-10-251-7/+13
* cryptenroll: merge two if checks with same conditionLennart Poettering2023-10-231-9/+11
* cryptenroll: reduce scope of two global variablesLennart Poettering2023-10-231-6/+5
* cryptenroll: allow specifying handle index of key to use for sealingDan Streetman2023-10-101-1/+13
* cryptenroll: align tablesZbigniew Jędrzejewski-Szmek2023-09-261-7/+6
* 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
* tpm2: move policy calculation out of tpm2_seal()Dan Streetman2023-08-041-9/+19
* tpm2: change tpm2_parse_pcr_argument() parameters to parse to Tpm2PCRValue arrayDan Streetman2023-08-041-2/+2
* cryptenroll: actually allow using multiple "special" strings when wipingFrantisek Sumsal2023-05-111-5/+5
* various: simplify calls to parse_boolean_argument()Zbigniew Jędrzejewski-Szmek2023-04-051-18/+9
* cryptenroll: Implement support for unlocking via FIDO2 tokensPeter Cai2022-12-221-94/+100
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* cryptenroll: hook up new TPM2 signed policies with cryptenrollLennart Poettering2022-09-081-16/+58
* tpm2-util: introduce tpm2_parse_pcr_argument() helperLennart Poettering2022-08-191-15/+2
* cryptenroll: drop unnecessary {}Lennart Poettering2022-08-161-2/+1
* Merge pull request #24138 from Keksgesicht/rfe/cryptenroll-keyfileYu Watanabe2022-08-121-0/+43
|\
| * cryptenroll: adding the option to use a keyfile to unlock the deviceJan B2022-08-101-0/+43
* | cryptenroll: fix memory leakLennart Poettering2022-08-121-0/+1
|/
* cryptenroll,homectl: Introduce --fido2-credential-algorithm optionMkfsSion2022-04-221-1/+16
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* cryptenroll: add support for TPM2 pinGrigori Goronzy2022-03-151-1/+14
* env-util: replace unsetenv_erase() by new getenv_steal_erase() helperLennart Poettering2022-02-201-13/+7
* cryptenroll: politely refuse enrolling keys into homed volumesLennart Poettering2021-10-081-0/+26
* env-util: add unsetenv_erase() helperLennart Poettering2021-08-171-2/+2
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* cryptenroll: fix minor typo in --help (#19985)Lennart Poettering2021-06-211-1/+1
* cryptsetup: explicitl set default log functions wherever neededLennart Poettering2021-06-011-0/+2
* cryptenroll: remove a tiny bit of whitespaceLennart Poettering2021-05-281-3/+0
* tpm2: support "+" as separator for TPM PCR listsLennart Poettering2021-05-251-1/+1
* FIDO2: ask and record whether user verification was used to lock the volumeLuca Boccassi2021-05-071-0/+16
* FIDO2: ask and record whether user presence was used to lock the volumeLuca Boccassi2021-05-071-1/+17
* FIDO2: support pin-less LUKS enroll/unlockLuca Boccassi2021-05-071-10/+27
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-261-1/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* tree-wide: fix typoYu Watanabe2020-12-181-2/+2