summaryrefslogtreecommitdiffstats
path: root/cryptodev.py
Commit message (Expand)AuthorAgeFilesLines
* Define a method to add a passphrase to an existing LUKS device.David Lehman2008-09-151-0/+24
* Use the LUKS UUID instead of device nodes in all references. (#460700)David Lehman2008-09-111-1/+11
* Don't try to close a dm-crypt mapping that is not open.David Lehman2008-08-261-0/+4
* Remove passphrase check hack from LUKSDevice.getScheme.David Lehman2008-08-131-2/+0
* Improve handling of logical volume device names when encrypted.David Lehman2008-03-281-4/+1
* Add support for retrieving LUKS UUIDs.David Lehman2008-03-281-0/+23
* Put in some handling for redundant method calls and devices containing '/'.David Lehman2008-03-261-1/+10
* Allow creation of LUKSDevice with no passphrase.David Lehman2008-02-051-2/+2
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-0/+21
* Add support for encryption via autopart.Jeremy Katz2007-12-141-0/+2
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-0/+165