summaryrefslogtreecommitdiffstats
path: root/src/cryptsetup (follow)
Commit message (Expand)AuthorAgeFilesLines
* Respect option 'silent' on cryptsetup FIDO2 pin entrySebastian Blunt2021-05-313-5/+9
* cryptsetup: revert to systemd 248 up/pin/uv FIDO2 settings when we don't have...Lennart Poettering2021-05-282-6/+12
* Add crypttab option silentSebastian Blunt2021-05-151-2/+6
* cryptsetup: fix flags checkZbigniew Jędrzejewski-Szmek2021-05-101-1/+1
* cryptsetup: initialize variableZbigniew Jędrzejewski-Szmek2021-05-101-1/+4
* FIDO2: ask and record whether user verification was used to lock the volumeLuca Boccassi2021-05-072-1/+12
* FIDO2: ask and record whether user presence was used to lock the volumeLuca Boccassi2021-05-072-4/+15
* FIDO2: support pin-less LUKS enroll/unlockLuca Boccassi2021-05-073-17/+48
* cryptsetup: add 'headless' parameter to skip password/pin queryLuca Boccassi2021-05-075-0/+29
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: update comment about unnecessary initializationYu Watanabe2021-04-131-1/+1
* cryptsetup: silence gcc maybe-unused warningZbigniew Jędrzejewski-Szmek2021-03-311-9/+7
* ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-263-3/+4
* shared/fstab-util: teach fstab_filter_options() a mode where all values are r...Zbigniew Jędrzejewski-Szmek2021-03-111-3/+6
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-044-6/+6
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-041-3/+2
* cryptsetup: unescape ID_PART_ENTRY_NAME udev property before using itLennart Poettering2021-02-221-1/+19
* tree-wide: use sd_device_new_from_stat_rdev() whereever appropriateLennart Poettering2021-02-221-1/+1
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-111-6/+3
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+4
* meson: move source file list for systemd-cryptsetupYu Watanabe2021-01-181-0/+21
* cryptsetup: use crypt_token_max if availableLuca Boccassi2021-01-053-3/+3
* cryptsetup: add support for workqueue optionsJonathan G. Underwood2020-12-231-0/+12
* tree-wide: fix typoYu Watanabe2020-12-182-2/+2
* cryptsetup: add support for TPM2 unlocking of volumesLennart Poettering2020-12-173-4/+470
* cryptsetup: add fido2 supportLennart Poettering2020-12-173-4/+454
* cryptsetup: split up attach_luks_or_plain_or_bitlk() into smaller functionsLennart Poettering2020-12-171-180/+250
* cryptsetup: read PKCS#11 key and token info from LUKS2 metadataLennart Poettering2020-12-173-13/+138
* cryptsetup: be more careful with erasing key material from memoryLennart Poettering2020-12-171-4/+5
* cryptsetup: split code that allocates udev security device monitor into its o...Lennart Poettering2020-12-171-14/+28
* cryptsetup: give command line parameters proper namesLennart Poettering2020-12-041-36/+45
* cryptsetup: modify keyfile search logic to use read_file_full() tooLennart Poettering2020-12-013-92/+44
* cryptsetup: port cryptsetup's main key file logic over to read_full_file_full()Lennart Poettering2020-12-011-5/+32
* cryptsetup: port PKCS#11 code to read key file with read_full_file()Lennart Poettering2020-12-013-2/+19
* cryptsetup: drop unnecessary bracketYu Watanabe2020-11-271-2/+1
* cryptsetup: use log_warning_errno() where we can, instead of log_warning()Lennart Poettering2020-11-251-4/+3
* cryptsetup: use strjoin() for concatenating stringsLennart Poettering2020-11-251-1/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-096-6/+6
* Revert "units: add initrd-cryptsetup.target"Zbigniew Jędrzejewski-Szmek2020-10-271-10/+5
* units: add initrd-cryptsetup.targetJonathan Lebon2020-10-211-5/+10
* Merge pull request #16444 from oniko/luks-detached-headerLennart Poettering2020-10-211-59/+222
|\
| * cryptsetup-generator: Add support for header device in crypttabOndrej Kozina2020-09-251-2/+16
| * cryptsetup-generator: add detached LUKS header supportOndrej Kozina2020-09-251-11/+140
| * cryptsetup-generator: rename split_keyspec to split_locationspecOndrej Kozina2020-09-251-25/+25
| * cryptsetup-generator: Add warn_uuid_invalid helperOndrej Kozina2020-09-251-3/+12
| * cryptsetup-generator: rename and extend device mount helpers.Ondrej Kozina2020-09-251-18/+29
| * cryptsetup-generator: use proper constant for uuid alphabetOndrej Kozina2020-09-251-1/+1
* | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-6/+4
* | Merge pull request #17154 from keszybz/crypttab-commasLennart Poettering2020-10-012-8/+5
|\ \ | |/ |/|