index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
/
formats
/
luks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show the correct device path when formatting as swap or luks.
David Lehman
2010-02-16
1
-1
/
+2
*
Don't return the passphrase from hasKey. Should return a boolean.
David Lehman
2010-02-05
1
-1
/
+1
*
Add a "dict" attribute to Device and DeviceFormat classes.
David Lehman
2009-12-22
1
-0
/
+9
*
Add __str__ methods to the DeviceFormat classes.
David Lehman
2009-12-16
1
-0
/
+16
*
Whenever storage code tries to log a method call, do so into the 'tmp/storage...
Ales Kozumplik
2009-12-03
1
-1
/
+1
*
Display progress or wait window when formatting devices.
David Lehman
2009-11-30
1
-11
/
+23
*
Missing volume_key shouldn't break LUKS support completely. (#526899)
David Lehman
2009-10-12
1
-1
/
+7
*
Add escrow support
Miloslav Trmač
2009-09-14
1
-0
/
+64
*
Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS".
David Lehman
2009-07-21
1
-0
/
+11
*
Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.
David Lehman
2009-04-14
1
-0
/
+6
*
Default to a name based on the uuid for existing luks mappings.
David Lehman
2009-03-13
1
-1
/
+3
*
LUKS is not supported in the sense that _supported implies.
David Lehman
2009-03-04
1
-1
/
+1
*
Separate checks for mapName and key/passphrase, add a destroy method.
David Lehman
2009-03-03
1
-12
/
+17
*
Lots of minor fixes and cleanups. A non-exhaustive list follows.
David Lehman
2009-02-27
1
-7
/
+11
*
Make it easy to specify a format's device at creation/setup time.
David Lehman
2009-02-24
1
-9
/
+2
*
Clean up imports and various typos, add header blocks as needed.
David Lehman
2009-02-23
1
-5
/
+5
*
Replace old storage modules.
David Lehman
2009-02-23
1
-0
/
+223