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
*
tree-wide: yet another batch of coccinelle recommendations
Frantisek Sumsal
2020-01-02
1
-4
/
+4
*
cryptsetup-pkcs11: just return zero on success, no need to return anything else
Lennart Poettering
2019-12-17
1
-1
/
+1
*
cryptsetup-pkcs11: line break some overly long lines
Lennart Poettering
2019-12-17
1
-2
/
+18
*
cryptsetup-pkcs11: refuse keys above 16MiB size
Lennart Poettering
2019-12-17
1
-2
/
+10
*
Merge pull request #14267 from poettering/pkcs11-cryptsetup
Lennart Poettering
2019-12-17
3
-24
/
+374
|
\
|
*
cryptsetup: add native pkcs#11 support to cryptsetup
Lennart Poettering
2019-12-09
3
-24
/
+374
*
|
Merge pull request #14241 from keszybz/resume-timeout
Lennart Poettering
2019-12-17
1
-13
/
+9
|
\
\
|
|
/
|
/
|
|
*
cryptsetup-generator: unconfuse writing of the device timeout
Zbigniew Jędrzejewski-Szmek
2019-12-03
1
-13
/
+9
*
|
crypsetup: introduce x-initrd.attach option
Franck Bui
2019-12-05
2
-3
/
+7
|
/
*
cryptsetup: reduce the chance that we will be OOM killed
Michal Sekletár
2019-11-27
1
-0
/
+6
*
cryptsetup: use STR_IN_SET() where appropriate
Lennart Poettering
2019-11-19
1
-10
/
+6
*
cryptsetup: minor coding style clean-ups
Lennart Poettering
2019-11-19
1
-14
/
+13
*
Allow overriding /etc/fstab with $SYSTEMD_FSTAB
Zbigniew Jędrzejewski-Szmek
2019-11-13
1
-1
/
+2
*
cryptsetup-generator: guess whether the keyfile argument is two items or one
Zbigniew Jędrzejewski-Szmek
2019-11-13
1
-15
/
+30
*
cryptsetup-generator: allow overriding /run/systemd/cryptsetup with $RUNTIME_...
Zbigniew Jędrzejewski-Szmek
2019-11-13
1
-3
/
+5
*
cryptsetup-generator: allow overriding crypttab path with $SYSTEMD_CRYPTAB
Zbigniew Jędrzejewski-Szmek
2019-11-13
1
-6
/
+10
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
cryptsetup: bump minimum libcryptsetup version to v2.0.1
Jay Strict
2019-10-01
1
-31
/
+3
*
cryptsetup: don't assert on variable which is optional
Zbigniew Jędrzejewski-Szmek
2019-08-01
1
-2
/
+6
*
cryptsetup: use unabbrieviated variable names
Zbigniew Jędrzejewski-Szmek
2019-08-01
1
-9
/
+9
*
cryptsetup-generator: fix coverity issue
Lennart Poettering
2019-07-31
1
-8
/
+8
*
cryptsetup: add keyfile-timeout to allow a keydev timeout and allow to fallba...
shinygold
2019-07-17
2
-35
/
+89
*
cryptsetup: no need to zero-initialize zero-initialized structures
Lennart Poettering
2019-07-16
1
-3
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-2
/
+2
*
cryptsetup: enable libcryptsetup debug logging if we want it
Ivan Shapovalov
2019-07-08
1
-0
/
+4
*
cryptsetup: set libcryptsetup global log callback too
Ivan Shapovalov
2019-07-06
1
-0
/
+1
*
cryptsetup-generator: fix luks-* entry parsing from crypttab
Lubomir Rintel
2019-06-28
1
-1
/
+3
*
cryptsetup: comment: crypt_setup → crypt_format
Michael Stapelberg
2019-06-27
1
-1
/
+1
*
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-1
/
+1
*
Merge pull request #12636 from mbroz/master
Zbigniew Jędrzejewski-Szmek
2019-05-30
1
-14
/
+27
|
\
|
*
cryptsetup: Add LUKS2 token support.
Milan Broz
2019-05-28
1
-0
/
+12
|
*
cryptsetup: call crypt_load() for LUKS only once
Milan Broz
2019-05-28
1
-14
/
+12
|
*
cryptsetup: Do not fallback to PLAIN mapping if LUKS data device set fails.
Milan Broz
2019-05-28
1
-4
/
+7
*
|
cryptsetup: Add dependency for detached header
Roberto Santalla
2019-05-30
1
-24
/
+56
|
/
*
Add fopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-5
/
+2
*
cryptsetup-generator: set high OOM score for systemd-cryptsetup instances
Michal Sekletar
2019-03-28
1
-0
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
2
-0
/
+6
*
cryptsetup: small refactoring
Lennart Poettering
2019-03-20
1
-11
/
+19
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-2
/
+2
*
cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus options
Yu Watanabe
2019-03-13
1
-0
/
+12
*
cryptsetup: Treat key file errors as a failed password attempt
Ryan Gonzalez
2019-02-26
1
-0
/
+4
*
mount/generators: do not make unit wanted by its device unit
Tom Yan
2019-02-14
1
-4
/
+0
*
cryptsetup: rework how we log about activation failures
Lennart Poettering
2019-01-23
1
-18
/
+28
*
cryptsetup: add comment what EAGAIN means when activating
Lennart Poettering
2019-01-23
1
-1
/
+1
*
cryptsetup: downgrade a log message we ignore
Lennart Poettering
2019-01-23
1
-1
/
+1
*
cryptsetup: don't line-break so aggressively
Lennart Poettering
2019-01-23
1
-10
/
+3
*
cryptsetup: add some commenting about EAGAIN generation
Lennart Poettering
2019-01-23
1
-1
/
+1
*
cryptsetup: modernize some log message invocations
Lennart Poettering
2019-01-23
1
-16
/
+8
*
cryptsetup: use free_and_replace() where appropriate
Lennart Poettering
2019-01-23
1
-2
/
+1
*
generators: define custom main func definer and use it where applicable
Zbigniew Jędrzejewski-Szmek
2018-12-12
1
-11
/
+4
[next]