summaryrefslogtreecommitdiffstats
path: root/storage/formats/luks.py
Commit message (Expand)AuthorAgeFilesLines
* Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS".David Lehman2009-07-211-0/+11
* Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.David Lehman2009-04-141-0/+6
* Default to a name based on the uuid for existing luks mappings.David Lehman2009-03-131-1/+3
* LUKS is not supported in the sense that _supported implies.David Lehman2009-03-041-1/+1
* Separate checks for mapName and key/passphrase, add a destroy method.David Lehman2009-03-031-12/+17
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-7/+11
* Make it easy to specify a format's device at creation/setup time.David Lehman2009-02-241-9/+2
* Clean up imports and various typos, add header blocks as needed.David Lehman2009-02-231-5/+5
* Replace old storage modules.David Lehman2009-02-231-0/+223