mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Lock memory also in luksDump command.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@478 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
* Introduce maximum default keyfile size, add configure option.
|
* Introduce maximum default keyfile size, add configure option.
|
||||||
* Require the whole key read from keyfile in create command (broken in 1.2.0).
|
* Require the whole key read from keyfile in create command (broken in 1.2.0).
|
||||||
* Fix offset option for loopaesOpen.
|
* Fix offset option for loopaesOpen.
|
||||||
|
* Lock memory also in luksDump command.
|
||||||
|
|
||||||
2011-04-14 Milan Broz <mbroz@redhat.com>
|
2011-04-14 Milan Broz <mbroz@redhat.com>
|
||||||
* Version 1.3.0-rc1.
|
* Version 1.3.0-rc1.
|
||||||
|
|||||||
1
TODO
1
TODO
@@ -3,4 +3,3 @@ Version 1.4.0:
|
|||||||
- Support separation of metadata device
|
- Support separation of metadata device
|
||||||
- Wipe device flag
|
- Wipe device flag
|
||||||
- Add Natty crypto backend
|
- Add Natty crypto backend
|
||||||
- Limit maximum keyfile size when piping key in stdout
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ static struct action_type {
|
|||||||
{ "luksUUID", action_luksUUID, 0, 1, 0, N_("<device>"), N_("print UUID of LUKS device") },
|
{ "luksUUID", action_luksUUID, 0, 1, 0, N_("<device>"), N_("print UUID of LUKS device") },
|
||||||
{ "isLuks", action_isLuks, 0, 1, 0, N_("<device>"), N_("tests <device> for LUKS partition header") },
|
{ "isLuks", action_isLuks, 0, 1, 0, N_("<device>"), N_("tests <device> for LUKS partition header") },
|
||||||
{ "luksClose", action_remove, 0, 1, 1, N_("<name>"), N_("remove LUKS mapping") },
|
{ "luksClose", action_remove, 0, 1, 1, N_("<name>"), N_("remove LUKS mapping") },
|
||||||
{ "luksDump", action_luksDump, 0, 1, 0, N_("<device>"), N_("dump LUKS partition information") },
|
{ "luksDump", action_luksDump, 0, 1, 1, N_("<device>"), N_("dump LUKS partition information") },
|
||||||
{ "luksSuspend",action_luksSuspend, 0, 1, 1, N_("<device>"), N_("Suspend LUKS device and wipe key (all IOs are frozen).") },
|
{ "luksSuspend",action_luksSuspend, 0, 1, 1, N_("<device>"), N_("Suspend LUKS device and wipe key (all IOs are frozen).") },
|
||||||
{ "luksResume", action_luksResume, 0, 1, 1, N_("<device>"), N_("Resume suspended LUKS device.") },
|
{ "luksResume", action_luksResume, 0, 1, 1, N_("<device>"), N_("Resume suspended LUKS device.") },
|
||||||
{ "luksHeaderBackup",action_luksBackup, 0, 1, 1, N_("<device>"), N_("Backup LUKS device header and keyslots") },
|
{ "luksHeaderBackup",action_luksBackup, 0, 1, 1, N_("<device>"), N_("Backup LUKS device header and keyslots") },
|
||||||
|
|||||||
Reference in New Issue
Block a user