summaryrefslogtreecommitdiffstats
path: root/storage/formats/luks.py
Commit message (Expand)AuthorAgeFilesLines
* Show the correct device path when formatting as swap or luks.David Lehman2010-02-161-1/+2
* Don't return the passphrase from hasKey. Should return a boolean.David Lehman2010-02-051-1/+1
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-221-0/+9
* Add __str__ methods to the DeviceFormat classes.David Lehman2009-12-161-0/+16
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+1
* Display progress or wait window when formatting devices.David Lehman2009-11-301-11/+23
* Missing volume_key shouldn't break LUKS support completely. (#526899)David Lehman2009-10-121-1/+7
* Add escrow supportMiloslav Trmač2009-09-141-0/+64
* 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