From: Milan Broz Date: Sun, 9 Oct 2011 18:25:41 +0000 (+0000) Subject: Add LUKS on-disk format docs, update TODO. X-Git-Tag: upstream/1.6~376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60d59b0bc0e7a92dcbfecbd9b4995dd578c18bcc;p=platform%2Fupstream%2Fcryptsetup.git Add LUKS on-disk format docs, update TODO. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@629 36d66b0a-2a48-0410-832c-cd162a569da5 --- diff --git a/ChangeLog b/ChangeLog index 87832e9..5fa3339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * Add crypt_last_error() API call. * Fix luksKillSLot exit code if slot is inactive or invalid. * Fix exit code if passphrases do not match in luksAddKey. + * Add LUKS on-disk format description into package. 2011-09-22 Milan Broz * Support key-slot option for luksOpen (use only explicit keyslot). diff --git a/TODO b/TODO index cae93ca..ad44f21 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ -Version 1.4.0: -- Wipe device flag +Version 1.5.0: +- Export wipe device functions - Support K/M suffixes for align payload (new switch?). +- FIPS patches (RNG, volume key restrictions, move changekey to library) +- online reencryption api? +- integrate more metadata formats diff --git a/docs/on-disk-format.pdf b/docs/on-disk-format.pdf new file mode 100644 index 0000000..b6d2218 Binary files /dev/null and b/docs/on-disk-format.pdf differ