summaryrefslogtreecommitdiff
path: root/src/shared/pkcs11-util.c
Commit message (Expand)AuthorAgeFilesLines
* p11kit: switch to dlopen()Luca Boccassi2022-12-191-55/+160
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* env-util: replace unsetenv_erase() by new getenv_steal_erase() helperLennart Poettering2022-02-201-5/+7
* tree-wide: assorted Coccinelle fixesFrantisek Sumsal2021-10-081-3/+3
* pkcs11-util: split pkcs11_token_login functionOndrej Kozina2021-08-191-37/+64
* cryptsetup-pkcs11: move pkcs11_callback and data in shared utils.Ondrej Kozina2021-08-191-0/+68
* env-util: add unsetenv_erase() helperLennart Poettering2021-08-171-3/+2
* cryptsetup: add 'headless' parameter to skip password/pin queryLuca Boccassi2021-05-071-2/+5
* Extend characters set for PKCS11 URI Oleg Popov2021-04-101-1/+1
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-261-3/+4
* homed: move code to list and resolve "auto" pkcs#11 URL into common codeLennart Poettering2020-12-171-0/+138
* homed: move pkcs11 LUKS glue into shared codeLennart Poettering2020-12-171-0/+88
* random-util: open /dev/urandom implicitly in random_write_entropy() if neededLennart Poettering2020-12-031-6/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-10/+9
* cryptsetup: Fix null pointer dereference (#16987)Mikael Szreder2020-09-091-2/+4
* homectl: add --pkcs11-uri=auto and --pkcs-11-uri=list supportLennart Poettering2020-07-011-11/+29
* pkcs11-util: reduce scope of a variableLennart Poettering2020-07-011-20/+21
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* pkcs11-util: don't mask return value of the first asprintf()Frantisek Sumsal2020-01-071-1/+1
* shared: add pkcs11-util.[ch]Lennart Poettering2019-12-091-0/+912