updated
[platform/upstream/cryptsetup.git] / ChangeLog
index 18663cc..65732ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,182 @@
+2010-08-05  Milan Broz  <mbroz@redhat.com>
+       * Wipe iteration and salt after KillSlot in LUKS header.
+       * Rewrite file differ test to C (and fix it to really work).
+       * Switch to 1MiB default alignment of data.
+         For more info see https://bugzilla.redhat.com/show_bug.cgi?id=621684
+       * Do not query non-existent device twice (cryptsetup status /dev/nonexistent).
+       * Check if requested hash is supported before writing LUKS header.
+
+2010-07-28  Arno Wagner <arno@wagner.name>
+       * Add FAQ (Frequently Asked Questions) file to distribution.
+
+2010-07-03  Milan Broz  <mbroz@redhat.com>
+       * Fix udev support for old libdevmapper with not compatible definition.
+       * Version 1.1.3.
+
+2010-06-01  Milan Broz  <mbroz@redhat.com>
+       * Fix device alignment ioctl calls parameters.
+       * Fix activate_by_* API calls to handle NULL device name as documented.
+
+2010-05-30  Milan Broz  <mbroz@redhat.com>
+       * Version 1.1.2.
+
+2010-05-27  Milan Broz  <mbroz@redhat.com>
+       * Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
+       * Support --key-file/-d option for luksFormat.
+       * Fix description of --key-file and add --verbose and --debug options to man page.
+       * Add verbose log level and move unlocking message there.
+       * Remove device even if underlying device disappeared.
+       * Fix (deprecated) reload device command to accept new device argument.
+
+2010-05-23  Milan Broz  <mbroz@redhat.com>
+       * Fix luksClose operation for stacked DM devices.
+       * Version 1.1.1.
+
+2010-05-03  Milan Broz  <mbroz@redhat.com>
+       * Fix automatic dm-crypt module loading.
+       * Escape hyphens in man page.
+       * Version 1.1.1-rc2.
+
+2010-04-30  Milan Broz  <mbroz@redhat.com>
+       * Try to use pkgconfig for device mapper library.
+       * Detect old dm-crypt module and disable LUKS suspend/resume.
+       * Fix apitest to work on older systems.
+       * Allow no hash specification in plain device constructor.
+       * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
+       * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
+       * Version 1.1.1-rc1.
+
+2010-04-12  Milan Broz  <mbroz@redhat.com>
+       * Fix package config to use proper package version.
+       * Avoid class C++ keyword in library header.
+       * Detect and use devmapper udev support if available (disable by --disable-udev).
+
+2010-04-06  Milan Broz  <mbroz@redhat.com>
+       * Prefer some device paths in status display.
+       * Support device topology detectionfor data alignment.
+
+2010-02-25  Milan Broz  <mbroz@redhat.com>
+       * Do not verify unlocking passphrase in luksAddKey command.
+       * Properly initialise crypto backend in header backup/restore commands.
+
+2010-01-17  Milan Broz  <mbroz@redhat.com>
+       * If gcrypt compiled with capabilities, document workaround for cryptsetup (see lib/gcrypt.c).
+       * Version 1.1.0.
+
+2010-01-10  Milan Broz  <mbroz@redhat.com>
+       * Fix initialisation of gcrypt duting luksFormat.
+       * Convert hash name to lower case in header (fix sha1 backward comatible header)
+       * Check for minimum required gcrypt version.
+
+2009-12-30  Milan Broz  <mbroz@redhat.com>
+       * Fix key slot iteration count calculation (small -i value was the same as default).
+       * The slot and key digest iteration minimun is now 1000.
+       * The key digest iteration # is calculated from iteration time (approx 1/8 of that).
+       * Version 1.1.0-rc4.
+
+2009-12-11  Milan Broz  <mbroz@redhat.com>
+       * Fix error handling during reading passhrase.
+
+2009-12-01  Milan Broz  <mbroz@redhat.com>
+       * Allow changes of default compiled-in cipher parameters through configure.
+       * Switch default key size for LUKS to 256bits.
+       * Switch default plain mode to aes-cbc-essiv:sha256 (default is backward incompatible!).
+
+2009-11-14  Milan Broz  <mbroz@redhat.com>
+       * Add CRYPT_ prefix to enum defined in libcryptsetup.h.
+       * Fix status call to fail when running as non-root user.
+       * Check in configure if selinux libraries are required in static version.
+       * Add temporary debug code to find processes locking internal device.
+       * Simplify build system, use autopoint and clean gettext processing.
+       * Use proper NLS macros and detection (so the message translation works again).
+       * Version 1.1.0-rc3.
+
+2009-09-30  Milan Broz  <mbroz@redhat.com>
+       * Fix exported symbols and versions in libcryptsetup.
+       * Do not use internal lib functions in cryptsetup.
+       * Add crypt_log to library.
+       * Fix crypt_remove_device (remove, luksClose) implementation.
+       * Move dm backend initialisation to library calls.
+       * Move duplicate Command failed message to verbose level (error is printed always).
+       * Add some password and used algorithms notes to man page.
+       * Version 1.1.0-rc2.
+
+2009-09-28  Milan Broz  <mbroz@redhat.com>
+       * Add luksHeaderBackup and luksHeaderRestore commands.
+       * Fail passphrase read if piped input no longer exists.
+       * Version 1.1.0-rc1.
+
+2009-09-15  Milan Broz  <mbroz@redhat.com>
+       * Initialize crypto library before LUKS header load.
+       * Fix manpage to not require --size which expands to device size by default.
+
+2009-09-10  Milan Broz  <mbroz@redhat.com>
+       * Clean up Makefiles and configure script.
+       * Version 1.1.0-test0.
+
+2009-09-08  Milan Broz  <mbroz@redhat.com>
+       * Use dm-uuid for all crypt devices, contains device type and name now.
+       * Try to read first sector from device to properly check that device is ready.
+
+2009-09-02  Milan Broz  <mbroz@redhat.com>
+       * Add luksSuspend (freeze device and wipe key) and luksResume (with provided passphrase).
+
+2009-08-30  Milan Broz  <mbroz@redhat.com>
+       * Require device device-mapper to build and do not use backend wrapper for dm calls.
+       * Move memory locking and dm initialization to command layer.
+       * Increase priority of process if memory is locked.
+       * Add log macros and make logging modre consitent.
+       * Move command successful messages to verbose level.
+       * Introduce --debug parameter.
+       * Move device utils code and provide context parameter (for log).
+       * Keyfile now must be provided by path, only stdin file descriptor is used (api only).
+       * Do not call isatty() on closed keyfile descriptor.
+       * Run performance check for PBKDF2 from LUKS code, do not mix hash algoritms results.
+       * Add ability to provide pre-generated master key and UUID in LUKS header format.
+       * Add LUKS function to verify master key digest.
+       * Move key slot manuipulation function into LUKS specific code.
+       * Replace global options struct with separate parameters in helper functions.
+       * Add new libcryptsetup API (documented in libcryptsetup.h).
+       * Implement old API calls using new functions.
+       * Remove old API code helper functions.
+       * Add --master-key-file option for luksFormat and luksAddKey.
+
+2009-08-17  Milan Broz  <mbroz@redhat.com>
+       * Fix PBKDF2 speed calculation for large passhrases.
+       * Allow using passphrase provided in options struct for LuksOpen.
+       * Allow restrict keys size in LuksOpen.
+
+2009-07-30  Milan Broz  <mbroz@redhat.com>
+       * Fix errors when compiled with LUKS_DEBUG.
+       * Print error when getline fails.
+       * Remove po/cryptsetup-luks.pot, it's autogenerated.
+       * Return ENOENT for empty keyslots, EINVAL will be used later for other type of error.
+       * Switch PBKDF2 from internal SHA1 to libgcrypt, make hash algorithm not hardcoded to SHA1 here.
+       * Add required parameters for changing hash used in LUKS key setup scheme.
+       * Do not export simple XOR helper now used only inside AF functions.
+       * Completely remove internal SHA1 implementanion code, not needed anymore.
+       * Enable hash algorithm selection for LUKS through -h luksFormat option.
+
+2009-07-28  Milan Broz  <mbroz@redhat.com>
+       * Pad luks header to 512 sector size.
+       * Rework read/write blockwise to not split operation to many pieces.
+       * Use posix_memalign if available.
+
+2009-07-22  Milan Broz  <mbroz@redhat.com>
+       * Fix segfault if provided slot in luksKillslot is invalid.
+       * Remove unneeded timeout when remove of temporary device succeeded.
+
+2009-07-22  Milan Broz  <mbroz@redhat.com>
+       * version 1.0.7
+
+2009-07-16  Milan Broz  <mbroz@redhat.com>
+       * Allow removal of last slot in luksRemoveKey and luksKillSlot.
+
+2009-07-11  Milan Broz  <mbroz@redhat.com>
+
+       * Add --disable-selinux option and fix static build if selinux is required.
+       * Reject unsupported --offset and --skip options for luksFormat and update man page.
+
 2009-06-22  Milan Broz  <mbroz@redhat.com>
 
        * Summary of changes in subversion for 1.0.7-rc1:
        * Add non-exclusive override to interface definition.
        * Refactor key slot selection into keyslot_from_option.
 
-
 2007-05-01  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * lib/backends.c, man/cryptsetup.8: Apply patch from Ludwig Nussel
        <ludwig.nussel@suse.de>, for old SuSE compat hashing.
 
-
 2007-04-16  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * Summary of changes in subversion:
        Fix parenthesization error that prevented --tries from working
        correctly.
 
-
 2006-11-28  gettextize  <bug-gnu-gettext@gnu.org>
 
        * m4/gettext.m4: Upgrade to gettext-0.15.
        CRYPT_FLAG_VERIFY_IF_POSSIBLE, so that in no case password verification is done
        for password retrieval.
 
-
 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * configure.in: Merge Patch from http://bugs.gentoo.org/show_bug.cgi?id=132126 for sepol
          - add remark for --tries to manpage
          - allow more than 32 chars from standard input.
          - exit status fix for cryptsetup status.
-       
+
 2006-05-06  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * src/cryptsetup.c (yesDialog): Fix getline problem for 64-bit archs. 
        phdr is written after passphrase reading, so the user can change
        his mind, and not have a partial written LUKS header on it's disk.
 
-
 2005-02-09  Clemens Fruhwirth  <clemens@endorphin.org>
 
        * luks/keymanage.c (LUKS_write_phdr): converted argument phdr to
          configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
          po/POTFILES.in, po/de.po, src/cryptsetup.c, src/cryptsetup.h,
          src/Makefile.am: Initial revision
-