summaryrefslogtreecommitdiffstats
path: root/presets (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02efi: drop const qualifiers from arguments in uefi_call_wrapper()Yu Watanabe2-7/+7
2021-06-02efi: add const qualifier to EFI variable handling functionsYu Watanabe2-8/+8
2021-06-02efi: add const qualifier to string utilsYu Watanabe2-8/+8
2021-06-02efi: include endian.h to handle endian correctlyYu Watanabe1-0/+2
2021-06-02efi: do not use _STRING_ARCH_unaligned macroYu Watanabe1-3/+6
2021-06-02string-util: trivial optimizations for strverscmp_improved()Yu Watanabe1-5/+5
2021-06-01dissect: if dissecting without udev, don't look for usec timestamp on db recordLennart Poettering1-11/+15
2021-06-01pam: do not require a non-expired password for user@.serviceZbigniew Jędrzejewski-Szmek1-1/+1
2021-06-01logind-dbus: correctly calculate when to create /etc/nologin file in all casesLennart Poettering1-2/+7
2021-06-01cryptsetup: add missing error branchLennart Poettering1-0/+2
2021-06-01cryptsetup: don't bother waiting for TPM2 devices if we are on EFI and EFI sa...Lennart Poettering1-0/+5
2021-06-01cryptsetup: if TPM2 support is not compiled in, fallback to non-TPM2 mode gra...Lennart Poettering1-0/+4
2021-06-01cryptsetup-util: disable pbkdf benchmark in cryptsetup_set_minimal_pbkdf.Ondrej Kozina1-2/+6
2021-06-01dissect: the libcryptsetup code for Verity crypt_device objects tooLennart Poettering1-0/+2
2021-06-01cryptsetup: explicitl set default log functions wherever neededLennart Poettering3-1/+5
2021-06-01cryptsetup: implicitly set global log functions when loading libcryptsetup dy...Lennart Poettering1-7/+18
2021-06-01homework: only default to LUKS storage if libcryptsetup is installedLennart Poettering1-8/+14
2021-06-01homework: make libcryptsetup dep runtime optionalLennart Poettering6-73/+151
2021-06-01homework: fix return codes when using fido2/pkcs11 cached passwordsLennart Poettering1-2/+2
2021-06-01userdb: make most loading of JSON user record data "permissive"Lennart Poettering20-43/+47
2021-06-01homectl: store FIDO2 up/uv/clientPin fields in user records tooLennart Poettering15-28/+241
2021-06-01udevadm: output trigger UUID in UUID format, instead of ID128Lennart Poettering1-2/+2
2021-05-31ask-password: use FLAGS_SET()Christian Hesse1-26/+26
2021-05-31ask-password: allow to control lock and key emojiChristian Hesse4-1/+33
2021-05-31fuzz-journal-remote: print some kinds of errorsZbigniew Jędrzejewski-Szmek1-1/+2
2021-05-31journal-remote: downgrade messages about input data to warningsZbigniew Jędrzejewski-Szmek2-9/+9
2021-05-31systemctl: unset const char* arguments in static destructorsZbigniew Jędrzejewski-Szmek6-8/+24
2021-05-31pid1: remove dot from initial announcementZbigniew Jędrzejewski-Szmek1-1/+1
2021-05-31tty-ask-password-agent: log when starting a query on the consoleZbigniew Jędrzejewski-Szmek1-2/+5
2021-05-31tty-ask-password-agent: highlight summary in helpZbigniew Jędrzejewski-Szmek1-1/+3
2021-05-31tty-ask-password-agent: mention optional argument in helpZbigniew Jędrzejewski-Szmek2-12/+13
2021-05-31Respect option 'silent' on cryptsetup FIDO2 pin entrySebastian Blunt4-7/+12
2021-05-31systemctl: put static destructor in the order of variablesZbigniew Jędrzejewski-Szmek1-2/+2
2021-05-28cryptenroll: remove a tiny bit of whitespaceLennart Poettering1-3/+0
2021-05-28fido2: add emoji to log message whenever "up" or "uv" is requestedLennart Poettering1-15/+30
2021-05-28man: document that FIDO2 uv/up/clientPin feature support is now handled grace...Lennart Poettering1-5/+10
2021-05-28cryptsetup: revert to systemd 248 up/pin/uv FIDO2 settings when we don't have...Lennart Poettering4-19/+106
2021-05-28fido2: properly handle case when no PINs are specified during authLennart Poettering1-9/+9
2021-05-28fido2: make misadvertised clientPin feature fatalLennart Poettering1-3/+5
2021-05-28cryptenroll: handle FIDO2 tokens gracefully that lack requested featuresLennart Poettering4-21/+97
2021-05-28tree-wide: fix typoYu Watanabe4-5/+5
2021-05-28basic/unit-file: fix use-after-freeYu Watanabe1-3/+3
2021-05-28network,sd-hwdb: voidify fchmod()Yu Watanabe2-2/+2
2021-05-28path-util: add missing varargs cleanupYu Watanabe1-2/+3
2021-05-28path-util: make path_simplify() use path_find_first_component()Yu Watanabe2-65/+82
2021-05-28tree-wide: always drop unnecessary dot in pathYu Watanabe41-98/+91
2021-05-28path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe4-64/+71
2021-05-28path-util: introduce path_find_last_component()Yu Watanabe3-0/+184
2021-05-28path-util: use path_equal() in empty_or_root()Yu Watanabe2-4/+4
2021-05-28fs-util: make chase_symlinks() use path_find_first_component()Yu Watanabe2-111/+58