summaryrefslogtreecommitdiff
path: root/src/cryptsetup.c
AgeCommit message (Collapse)Author
2011-08-24cryptsetup: accept "none" optionFrederic Crozat
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-04-26cryptsetup: fix keyfile size option processingMilan Broz
/etc/crypttab uses "size" argument only for plain crypt mapping (and input is limited to volume key size) For LUKS it always read whole keyfile (no arguments except "luks" should be in crypttab). Because of bug in cryptsetup 1.2.0 (fixed in 1.3.0) library did not enforced keyfile size argument, so this bug was hidden for some time. Patch also converts size in bits to bytes like excepted by libcryptsetup api. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=36264
2011-04-21Revert "cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()"Lennart Poettering
This reverts commit 9402841ef197e485061ab328edcaa0e6d83051bd. This freezes boot-up when /dev/urandom is used as key source
2011-04-20cryptsetup: pass 0 as key size to crypt_activate_by_keyfile()Lennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=36264
2011-04-16crypto: let the cryptsetup binary handles its own configurable timeoutsLennart Poettering
2011-04-13ask-password: support passwords without timeoutsLennart Poettering
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-02-25cryptsetup: add a terse helpLennart Poettering
2011-02-23cryptsetup: try to show the mount point for a crypto disk if we canLennart Poettering
2011-02-23ask-password: supported plymouth cached passwordsLennart Poettering
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2010-11-18cryptsetup: actually show disk nameLennart Poettering
2010-11-18cryptsetup: show udev device name when asking for passwordLennart Poettering
2010-11-16cryptsetup: reword questions a littleLennart Poettering
2010-11-16cryptsetup: include device name in password questionLennart Poettering
2010-11-16cryptsetup: lock ourselves into memory as long as we deal with passwordsLennart Poettering
2010-11-14cryptsetup: handle password=none properlyLennart Poettering
2010-11-14cryptsetup: properly parse cipher= switchLennart Poettering
2010-11-14cryptsetup: support non-LUKS crypto partitionsLennart Poettering
2010-11-12log: add automatic log targetLennart Poettering
2010-11-12cryptsetup: hook up tool with ask-passwordLennart Poettering
2010-11-10cryptsetup: minimal cryptsetup unit generatorLennart Poettering