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: Add dependency on loopback setup to generated units
Lorenz Hübschle-Schneider
2018-06-27
1
-1
/
+6
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
2
-6
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
2
-4
/
+0
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
2
-26
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
log: remove LOG_TARGET_SAFE pseudo log target
Lennart Poettering
2018-01-24
1
-1
/
+2
*
cryptsetup: small if check improvement (#7747)
Lennart Poettering
2017-12-27
1
-6
/
+10
*
cryptsetup: use uint64_t for keyfile-offset= (#7689)
Zbigniew Jędrzejewski-Szmek
2017-12-19
1
-2
/
+11
*
cryptsetup-generator: Don't mistake NULL input as OOM (#7688)
Jan Alexander Steffens
2017-12-18
1
-2
/
+2
*
generator: add helper function for writing unit files
Zbigniew Jędrzejewski-Szmek
2017-12-15
1
-16
/
+9
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-3
/
+8
*
cryptsetup: use more descriptive name for the variable and drop redundant fun...
Michal Sekletar
2017-12-12
1
-32
/
+7
*
cryptsetup: when unlocking always put path to the object into Id
Michal Sekletar
2017-12-12
1
-1
/
+1
*
Define CRYPT_LUKS in crypt-util.h
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-6
/
+0
*
util-lib: export cryptsetup logging glue function
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-6
/
+2
*
util-lib: add cleanup function for crypt_free
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-4
/
+2
*
generators: be more careful when writing unit settings that support specifier...
Lennart Poettering
2017-11-29
1
-7
/
+25
*
cryptsetup-generator: add helper function and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-13
/
+7
*
Replace free and reassignment with free_and_replace
Daniel Lockyer
2017-11-24
1
-3
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
2
-0
/
+2
*
Merge pull request #7089 from oniko/luks2-support
Lennart Poettering
2017-11-10
1
-6
/
+14
|
\
|
*
cryptsetup: support LUKS2 on-disk format
Ondrej Kozina
2017-10-13
1
-6
/
+14
*
|
cryptsetup: ignore _netdev, since it is used in generator (#7282)
Lukáš Nykrýn
2017-11-09
1
-1
/
+1
*
|
units: replace remote-cryptsetup-pre.target with remote-fs-pre.target
Zbigniew Jędrzejewski-Szmek
2017-10-17
1
-1
/
+1
|
/
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
cryptsetup: make sure we invoke the cryptsetup tools with a shared keyring
Lennart Poettering
2017-09-15
1
-0
/
+1
*
cryptsetup: fix unused variable (#6833)
Martin Pitt
2017-09-15
1
-0
/
+2
*
cryptsetup-generator: use remote-cryptsetup.target when _netdev is present
Zbigniew Jędrzejewski-Szmek
2017-09-05
1
-13
/
+17
*
6647 - use path_startswith("/dev") in cryptsetup (#6732)
ettavolt
2017-09-04
1
-2
/
+2
*
cryptsetup-generator: do not bind to the decrypted device unit (#6538)
Ivan Shapovalov
2017-08-30
1
-1
/
+0
*
cryptsetup: fix infinite timeout (#6486)
Andrew Soutar
2017-07-31
1
-4
/
+4
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
1
-14
/
+14
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
cryptsetup-generator: add a helper utility to create symlinks
Zbigniew Jędrzejewski-Szmek
2017-07-10
1
-37
/
+14
*
Parse "timeout=0" as infinity in various generators (#6264)
Zbigniew Jędrzejewski-Szmek
2017-07-03
1
-1
/
+1
*
cryptsetup-generator: run cryptsetup service before swap unit (#5480)
Mauricio Faria de Oliveira
2017-02-28
1
-2
/
+6
*
cryptsetup: do not return uninitialized value on error
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-3
/
+1
*
cryptsetup: fix unitialized variable
Zbigniew Jędrzejewski-Szmek
2017-01-15
1
-0
/
+1
*
cryptsetup: various coding style improvements
Lennart Poettering
2016-12-21
2
-59
/
+61
*
util-lib: various improvements to kernel command line parsing
Lennart Poettering
2016-12-21
1
-19
/
+27
*
tree-wide: always invoke setmntent() with "re" mode
Lennart Poettering
2016-12-20
1
-1
/
+1
*
minor code beautifications
Lennart Poettering
2016-12-07
1
-1
/
+1
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
2
-60
/
+57
|
\
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-6
/
+6
|
*
tree-wide: use startswith return value to avoid hardcoded offset
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-54
/
+51
*
|
Implement VeraCrypt volume handling in crypttab (#4501)
George Hilliard
2016-10-30
1
-0
/
+14
|
/
*
tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-7
/
+7
*
tree-wide: allow state to be passed through to parse_proc_cmdline_item
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-2
/
+2
[next]