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
*
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
|
\
\
|
|
/
|
/
|
|
*
fstab,crypttab: allow escaping of commas
Zbigniew Jędrzejewski-Szmek
2020-09-25
1
-1
/
+4
|
*
cryptsetup: upgrade log line for option parsing error
Zbigniew Jędrzejewski-Szmek
2020-09-24
1
-1
/
+1
|
*
cryptsetup-generator: drop unused fstat()
Zbigniew Jędrzejewski-Szmek
2020-09-24
1
-6
/
+0
*
|
cryptsetup-generator: avoid magic value in ternary
Jonathan Lebon
2020-09-24
1
-1
/
+1
*
|
cryptsetup-generator: use "/proc/cmdline" as source when appropriate
Jonathan Lebon
2020-09-23
1
-4
/
+6
|
/
*
cryptsetup: generate the unit to umount keydev filesystem
Michal Sekletár
2020-09-11
1
-6
/
+55
*
Merge pull request #16635 from keszybz/do-not-for-each-word
Lennart Poettering
2020-09-09
1
-10
/
+10
|
\
|
*
cryptsetup: use extract_first_word()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-10
/
+10
*
|
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
|
/
*
shared: rename crypt-util.c → cryptsetup-util.c
Lennart Poettering
2020-09-02
4
-3
/
+3
*
tree-wide: enable/disable libcrypsetup debug output depending on our level
Luca Boccassi
2020-08-14
1
-6
/
+3
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-4
/
+4
*
cryptsetup: pass selected mode to crypt_load() when doing LUKS
Lennart Poettering
2020-06-09
1
-2
/
+2
*
cryptsetup: try to load bitlocker superblock only if requested
Lennart Poettering
2020-06-09
1
-1
/
+1
*
Add 'bitlk' option to mount Bitlocker drives with cryptsetup.
Maxim Fomin
2020-06-09
1
-3
/
+17
*
cryptsetup: support tmp= file system argument
Lennart Poettering
2020-05-26
2
-9
/
+22
*
cryptsetup: fix minor indentation issue
Lennart Poettering
2020-05-19
1
-1
/
+1
*
cryptsetup: optionally, see if empty password works for unlocking the file sy...
Lennart Poettering
2020-05-19
1
-6
/
+44
*
cryptsetup: fix minor memory leak
Lennart Poettering
2020-05-19
1
-2
/
+3
*
cryptsetup: also check for /dev/hwrng as random device node
Lennart Poettering
2020-05-19
1
-2
/
+8
*
cryptsetup: make sure to return EAGAIN on wrong tcrypt password too
Lennart Poettering
2020-05-19
1
-6
/
+4
*
cryptsetup: automatically load luks keys off disk
Lennart Poettering
2020-05-19
3
-28
/
+102
[next]