index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptsetup
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect option 'silent' on cryptsetup FIDO2 pin entry
Sebastian Blunt
2021-05-31
3
-5
/
+9
*
cryptsetup: revert to systemd 248 up/pin/uv FIDO2 settings when we don't have...
Lennart Poettering
2021-05-28
2
-6
/
+12
*
Add crypttab option silent
Sebastian Blunt
2021-05-15
1
-2
/
+6
*
cryptsetup: fix flags check
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-1
/
+1
*
cryptsetup: initialize variable
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-1
/
+4
*
FIDO2: ask and record whether user verification was used to lock the volume
Luca Boccassi
2021-05-07
2
-1
/
+12
*
FIDO2: ask and record whether user presence was used to lock the volume
Luca Boccassi
2021-05-07
2
-4
/
+15
*
FIDO2: support pin-less LUKS enroll/unlock
Luca Boccassi
2021-05-07
3
-17
/
+48
*
cryptsetup: add 'headless' parameter to skip password/pin query
Luca Boccassi
2021-05-07
5
-0
/
+29
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
tree-wide: update comment about unnecessary initialization
Yu Watanabe
2021-04-13
1
-1
/
+1
*
cryptsetup: silence gcc maybe-unused warning
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-9
/
+7
*
ask-password: when querying for a password, try to read from credential store...
Lennart Poettering
2021-03-26
3
-3
/
+4
*
shared/fstab-util: teach fstab_filter_options() a mode where all values are r...
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-3
/
+6
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
4
-6
/
+6
*
tree-wide: use usec_add() and usec_sub_unsigned()
Yu Watanabe
2021-03-04
1
-3
/
+2
*
cryptsetup: unescape ID_PART_ENTRY_NAME udev property before using it
Lennart Poettering
2021-02-22
1
-1
/
+19
*
tree-wide: use sd_device_new_from_stat_rdev() whereever appropriate
Lennart Poettering
2021-02-22
1
-1
/
+1
*
tree-wide: use free_and_strdup_warn()
Yu Watanabe
2021-02-11
1
-6
/
+3
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-5
/
+4
*
meson: move source file list for systemd-cryptsetup
Yu Watanabe
2021-01-18
1
-0
/
+21
*
cryptsetup: use crypt_token_max if available
Luca Boccassi
2021-01-05
3
-3
/
+3
*
cryptsetup: add support for workqueue options
Jonathan G. Underwood
2020-12-23
1
-0
/
+12
*
tree-wide: fix typo
Yu Watanabe
2020-12-18
2
-2
/
+2
*
cryptsetup: add support for TPM2 unlocking of volumes
Lennart Poettering
2020-12-17
3
-4
/
+470
*
cryptsetup: add fido2 support
Lennart Poettering
2020-12-17
3
-4
/
+454
*
cryptsetup: split up attach_luks_or_plain_or_bitlk() into smaller functions
Lennart Poettering
2020-12-17
1
-180
/
+250
*
cryptsetup: read PKCS#11 key and token info from LUKS2 metadata
Lennart Poettering
2020-12-17
3
-13
/
+138
*
cryptsetup: be more careful with erasing key material from memory
Lennart Poettering
2020-12-17
1
-4
/
+5
*
cryptsetup: split code that allocates udev security device monitor into its o...
Lennart Poettering
2020-12-17
1
-14
/
+28
*
cryptsetup: give command line parameters proper names
Lennart Poettering
2020-12-04
1
-36
/
+45
*
cryptsetup: modify keyfile search logic to use read_file_full() too
Lennart Poettering
2020-12-01
3
-92
/
+44
*
cryptsetup: port cryptsetup's main key file logic over to read_full_file_full()
Lennart Poettering
2020-12-01
1
-5
/
+32
*
cryptsetup: port PKCS#11 code to read key file with read_full_file()
Lennart Poettering
2020-12-01
3
-2
/
+19
*
cryptsetup: drop unnecessary bracket
Yu Watanabe
2020-11-27
1
-2
/
+1
*
cryptsetup: use log_warning_errno() where we can, instead of log_warning()
Lennart Poettering
2020-11-25
1
-4
/
+3
*
cryptsetup: use strjoin() for concatenating strings
Lennart Poettering
2020-11-25
1
-1
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
6
-6
/
+6
*
Revert "units: add initrd-cryptsetup.target"
Zbigniew Jędrzejewski-Szmek
2020-10-27
1
-10
/
+5
*
units: add initrd-cryptsetup.target
Jonathan Lebon
2020-10-21
1
-5
/
+10
*
Merge pull request #16444 from oniko/luks-detached-header
Lennart Poettering
2020-10-21
1
-59
/
+222
|
\
|
*
cryptsetup-generator: Add support for header device in crypttab
Ondrej Kozina
2020-09-25
1
-2
/
+16
|
*
cryptsetup-generator: add detached LUKS header support
Ondrej Kozina
2020-09-25
1
-11
/
+140
|
*
cryptsetup-generator: rename split_keyspec to split_locationspec
Ondrej Kozina
2020-09-25
1
-25
/
+25
|
*
cryptsetup-generator: Add warn_uuid_invalid helper
Ondrej Kozina
2020-09-25
1
-3
/
+12
|
*
cryptsetup-generator: rename and extend device mount helpers.
Ondrej Kozina
2020-09-25
1
-18
/
+29
|
*
cryptsetup-generator: use proper constant for uuid alphabet
Ondrej Kozina
2020-09-25
1
-1
/
+1
*
|
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
2
-6
/
+4
*
|
Merge pull request #17154 from keszybz/crypttab-commas
Lennart Poettering
2020-10-01
2
-8
/
+5
|
\
\
|
|
/
|
/
|
[next]