summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ask-password: make password echo fully configurableLennart Poettering2021-06-031-12/+31
* efi: drop glibc header and use pre-defined macrosYu Watanabe2021-06-032-3/+1
* sd-device: do not use ::subsystem member directlyYu Watanabe2021-06-021-3/+7
* Merge pull request #19792 from keszybz/more-logging-stuffYu Watanabe2021-06-0212-91/+119
|\
| * various: don't say that the timestamp 'changed' on initial loadZbigniew Jędrzejewski-Szmek2021-06-021-3/+5
| * core: show manager version in dumpZbigniew Jędrzejewski-Szmek2021-06-021-0/+4
| * core: split out core/manager-dump.[ch]Zbigniew Jędrzejewski-Szmek2021-06-0210-84/+106
| * varlink: remove duplicated "varlink:" prefixZbigniew Jędrzejewski-Szmek2021-06-021-2/+2
| * varlink: say "varlink:" instead of "n/a:" when no description is availableZbigniew Jędrzejewski-Szmek2021-06-021-2/+2
* | Merge pull request #19791 from yuwata/udev-node-logsYu Watanabe2021-06-023-10/+29
|\ \
| * | udev: upgrade log level about failure in updating devlinksYu Watanabe2021-06-021-3/+11
| * | udev: check that passed symbolic link path starts with /devYu Watanabe2021-06-021-2/+7
| * | udev: explicitly mention that the error will be ignoredYu Watanabe2021-06-021-3/+6
| * | udev: ignore the case that the device is already removedYu Watanabe2021-06-021-2/+5
* | | Merge pull request #19783 from yuwata/efi-build-optionsLuca Boccassi2021-06-028-66/+74
|\ \ \
| * | | meson: enable more warnings when building efi binaryYu Watanabe2021-06-021-14/+18
| * | | efi: constify several arguments of functions which handle loader entriesYu Watanabe2021-06-021-21/+20
| * | | efi: drop const qualifiers from arguments in uefi_call_wrapper()Yu Watanabe2021-06-022-7/+7
| * | | efi: add const qualifier to EFI variable handling functionsYu Watanabe2021-06-022-8/+8
| * | | efi: add const qualifier to string utilsYu Watanabe2021-06-022-8/+8
| * | | efi: include endian.h to handle endian correctlyYu Watanabe2021-06-021-0/+2
| * | | efi: do not use _STRING_ARCH_unaligned macroYu Watanabe2021-06-021-3/+6
| * | | string-util: trivial optimizations for strverscmp_improved()Yu Watanabe2021-06-021-5/+5
| | |/ | |/|
* | | Merge pull request #19779 from poettering/unit-name-length-tweakLuca Boccassi2021-06-025-8/+25
|\ \ \ | |_|/ |/| |
| * | mount: be more descriptive when logging about overly long mount point pathsLennart Poettering2021-06-011-1/+8
| * | core: when looping over mount/swap names, continue if we find one which doesn...Lennart Poettering2021-06-012-5/+9
| * | unit-name: generate a clear error code when converting an overly long fs path...Lennart Poettering2021-06-012-2/+8
| |/
* / cryptsetup: fix typoYu Watanabe2021-06-021-1/+1
|/
* dissect: if dissecting without udev, don't look for usec timestamp on db recordLennart Poettering2021-06-011-11/+15
* pam: do not require a non-expired password for user@.serviceZbigniew Jędrzejewski-Szmek2021-06-011-1/+1
* Merge pull request #19774 from poettering/tpm2-tweaksLennart Poettering2021-06-011-0/+9
|\
| * cryptsetup: don't bother waiting for TPM2 devices if we are on EFI and EFI sa...Lennart Poettering2021-06-011-0/+5
| * cryptsetup: if TPM2 support is not compiled in, fallback to non-TPM2 mode gra...Lennart Poettering2021-06-011-0/+4
* | logind-dbus: correctly calculate when to create /etc/nologin file in all casesLennart Poettering2021-06-011-2/+7
* | cryptsetup: add missing error branchLennart Poettering2021-06-011-0/+2
|/
* Merge pull request #19768 from poettering/homectl-fido2-lock-withLennart Poettering2021-06-0134-153/+433
|\
| * dissect: the libcryptsetup code for Verity crypt_device objects tooLennart Poettering2021-06-011-0/+2
| * cryptsetup: explicitl set default log functions wherever neededLennart Poettering2021-06-013-1/+5
| * cryptsetup: implicitly set global log functions when loading libcryptsetup dy...Lennart Poettering2021-06-011-7/+18
| * homework: only default to LUKS storage if libcryptsetup is installedLennart Poettering2021-06-011-8/+14
| * homework: make libcryptsetup dep runtime optionalLennart Poettering2021-06-015-72/+151
| * homework: fix return codes when using fido2/pkcs11 cached passwordsLennart Poettering2021-06-011-2/+2
| * userdb: make most loading of JSON user record data "permissive"Lennart Poettering2021-06-0120-43/+47
| * homectl: store FIDO2 up/uv/clientPin fields in user records tooLennart Poettering2021-06-0113-20/+194
* | cryptsetup-util: disable pbkdf benchmark in cryptsetup_set_minimal_pbkdf.Ondrej Kozina2021-06-011-2/+6
|/
* Merge pull request #17096 from eworm-de/ask-passwordLennart Poettering2021-06-013-27/+50
|\
| * ask-password: use FLAGS_SET()Christian Hesse2021-05-311-26/+26
| * ask-password: allow to control lock and key emojiChristian Hesse2021-05-313-1/+24
* | Merge pull request #19766 from keszybz/fuzz-fixesYu Watanabe2021-06-018-20/+37
|\ \
| * | fuzz-journal-remote: print some kinds of errorsZbigniew Jędrzejewski-Szmek2021-05-311-1/+2