Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree-wide: never link directly against p11kit | Lennart Poettering | 2023-11-02 | 1 | -3/+3 |
| | | | | | We go via dlopen() at most places, but forgot some. Cover the missing cases too. | ||||
* | tree-wide: use ASSERT_PTR more | David Tardon | 2022-09-13 | 1 | -2/+1 |
| | |||||
* | strv: make iterator in STRV_FOREACH() declaread in the loop | Yu Watanabe | 2022-03-19 | 1 | -1/+0 |
| | | | | This also avoids multiple evaluations in STRV_FOREACH_BACKWARDS() | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | user-record: rename JSON field "pkcs11Pin" to "tokenPin" | Lennart Poettering | 2020-07-01 | 1 | -3/+3 |
| | | | | | | | We'd like to use it for FIDO2 tokens too, and the concept is entirely generic, hence let's just reuse the field, but rename it. Read the old name for compatibility, and treat the old name and the new name as identical for most purposes. | ||||
* | home: fix several typos | Vito Caputo | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | home: add new systemd-homed service that can manage LUKS homes | Lennart Poettering | 2020-01-28 | 1 | -0/+104 |
Fixes more or less: https://bugs.freedesktop.org/show_bug.cgi?id=67474 |