summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-03ask-password: make password echo fully configurableLennart Poettering1-12/+31
2021-06-03efi: drop glibc header and use pre-defined macrosYu Watanabe2-3/+1
2021-06-02sd-device: do not use ::subsystem member directlyYu Watanabe1-3/+7
2021-06-02TODO: mention the new Landlock LSM as a way to implement sandboxing for syste...Luca Boccassi1-0/+3
2021-06-02TODO: remove some features that have been implementedLuca Boccassi1-2/+0
2021-06-02po: Translated using Weblate (Danish)scootergrisen1-12/+6
2021-06-02various: don't say that the timestamp 'changed' on initial loadZbigniew Jędrzejewski-Szmek1-3/+5
2021-06-02udev: upgrade log level about failure in updating devlinksYu Watanabe1-3/+11
2021-06-02udev: check that passed symbolic link path starts with /devYu Watanabe1-2/+7
2021-06-02udev: explicitly mention that the error will be ignoredYu Watanabe1-3/+6
2021-06-02udev: ignore the case that the device is already removedYu Watanabe1-2/+5
2021-06-02cryptsetup: fix typoYu Watanabe1-1/+1
2021-06-02core: show manager version in dumpZbigniew Jędrzejewski-Szmek1-0/+4
2021-06-02core: split out core/manager-dump.[ch]Zbigniew Jędrzejewski-Szmek10-84/+106
2021-06-02TODO: add entry about alias loggingZbigniew Jędrzejewski-Szmek1-0/+4
2021-06-02varlink: remove duplicated "varlink:" prefixZbigniew Jędrzejewski-Szmek1-2/+2
2021-06-02varlink: say "varlink:" instead of "n/a:" when no description is availableZbigniew Jędrzejewski-Szmek1-2/+2
2021-06-02meson: sort compiler flagsYu Watanabe1-18/+18
2021-06-02meson: enable more warnings when building efi binaryYu Watanabe2-22/+29
2021-06-02efi: constify several arguments of functions which handle loader entriesYu Watanabe1-21/+20
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-01mount: be more descriptive when logging about overly long mount point pathsLennart Poettering1-1/+8
2021-06-01core: when looping over mount/swap names, continue if we find one which doesn...Lennart Poettering2-5/+9
2021-06-01unit-name: generate a clear error code when converting an overly long fs path...Lennart Poettering2-2/+8
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