Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-26 | cryptsetup: fix keyfile size option processing | Milan 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-21 | Revert "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-20 | cryptsetup: pass 0 as key size to crypt_activate_by_keyfile() | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=36264 | |||
2011-04-16 | crypto: let the cryptsetup binary handles its own configurable timeouts | Lennart Poettering | |
2011-04-13 | ask-password: support passwords without timeouts | Lennart Poettering | |
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering | |
2011-02-25 | cryptsetup: add a terse help | Lennart Poettering | |
2011-02-23 | cryptsetup: try to show the mount point for a crypto disk if we can | Lennart Poettering | |
2011-02-23 | ask-password: supported plymouth cached passwords | Lennart Poettering | |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering | |
2010-11-18 | cryptsetup: actually show disk name | Lennart Poettering | |
2010-11-18 | cryptsetup: show udev device name when asking for password | Lennart Poettering | |
2010-11-16 | cryptsetup: reword questions a little | Lennart Poettering | |
2010-11-16 | cryptsetup: include device name in password question | Lennart Poettering | |
2010-11-16 | cryptsetup: lock ourselves into memory as long as we deal with passwords | Lennart Poettering | |
2010-11-14 | cryptsetup: handle password=none properly | Lennart Poettering | |
2010-11-14 | cryptsetup: properly parse cipher= switch | Lennart Poettering | |
2010-11-14 | cryptsetup: support non-LUKS crypto partitions | Lennart Poettering | |
2010-11-12 | log: add automatic log target | Lennart Poettering | |
2010-11-12 | cryptsetup: hook up tool with ask-password | Lennart Poettering | |
2010-11-10 | cryptsetup: minimal cryptsetup unit generator | Lennart Poettering | |