more formatting fixes
[platform/upstream/cryptsetup.git] / ChangeLog
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-16 Milan BrozVersion 1.2.0-rc1.
2010-11-15 Milan BrozIncrease library version (current++, age++).
2010-11-14 Milan BrozFix cryptsetup binary exitcodes.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-14 Milan BrozAdd --dump-master-key option for luksDump to allow...
2010-11-13 Milan Broz* Fix password callback call.
2010-11-05 Milan Broz* Disallow mapping of device which is already in use...
2010-11-05 Milan Broz* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
2010-11-05 Milan BrozNo longer support luksDelKey, reload and --non-exclusive.
2010-10-29 Milan BrozFix luksFormat to properly use key file with --master...
2010-10-29 Milan Broz* Add --keyfile-size and --new-keyfile-size (in bytes...
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-10-27 Milan Broz* Implement --use-random and --use-urandom for luksForm...
2010-10-27 Milan BrozRewrite luksFormat, luksOpen, liksAddKey in crypsetup...
2010-10-18 Milan Broz* Remove --disable-shared-library switch and handle...
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
2010-10-17 Milan Broz* Change detection for static libraries.
2010-08-13 Milan BrozCheck if requested hash is supported before writing...
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-08-05 Milan BrozRewrite filediffer to C and make it work properly.
2010-08-05 Milan BrozWipe iteration count and salt for wiped keyslot in...
2010-07-28 Milan BrozAdd FAQ (Frequently Asked Questions) file to distribution.
2010-07-03 Milan BrozVersion 1.1.3.
2010-07-03 Milan BrozFix udev support for old libdevmapper with not compatib...
2010-06-03 Milan BrozFix activate_by_* API calls to handle NULL device name...
2010-06-01 Milan BrozFix device alignment ioctl calls parameters.
2010-05-30 Milan BrozVersion 1.1.2.
2010-05-30 Milan BrozFix description of --key-file and add --verbose and...
2010-05-30 Milan BrozFix (deprecated) reload device command to accept new...
2010-05-30 Milan BrozRemove device even if underlying device disappeared.
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-05-27 Milan BrozFix luksFormat/luksOpen reading passphrase from stdin...
2010-05-23 Milan BrozVersion 1.1.1.
2010-05-23 Milan BrozFix luksClose if underlying device is another DM device
2010-05-03 Milan BrozFix automatic dm-crypt module loading.
2010-05-01 Milan BrozVersion 1.1.1-rc1
2010-05-01 Milan BrozFix isLuks to initialise crypto backend (blkid instead...
2010-04-30 Milan BrozFix luksOpen reading of passphrase on stdin (if "-...
2010-04-30 Milan BrozAllow no hash specification in plain device constructor...
2010-04-30 Milan BrozDetect old dm-crypt module and disable LUKS suspend...
2010-04-15 Milan BrozDetect and use devmapper udev support if available...
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2010-04-12 Milan BrozFix pkgconfig to use proper package version (Issue...
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-04-06 Milan BrozPrefer some device paths in status display. (Issue 48)
2010-02-25 Milan BrozProperly initialise crypto backend in header backup...
2010-02-25 Milan BrozDo not verify unlocking passphrase in luksAddKey comman...
2010-01-17 Milan BrozVersion 1.1.0.
2010-01-17 Milan BrozIf gcrypt compiled with capabilities, document workarou...
2010-01-10 Milan BrozCheck for required minumum gcrypt version.
2010-01-10 Milan BrozConvert hash name to lower case for compatibility reasons.
2009-12-30 Milan BrozVersion 1.1.0-rc4.
2009-12-30 Milan BrozChange in iterations counts:
2009-12-11 Milan BrozFix error handling during reading passhrase.
2009-12-01 Milan BrozMove default cipher paramaters to config.h and allow...
2009-11-16 Milan BrozVersion 1.1.0-rc3.
2009-11-16 Milan BrozUse proper NLS macros and detection (so the message...
2009-11-16 Milan BrozSimplify build system, use autopoint and clean gettext...
2009-11-15 Milan BrozAdd temporary debug code to allow better debugging...
2009-11-15 Milan BrozCheck in configure if selinux libraries are required...
2009-11-14 Milan BrozFix status device call to fail if running as non-root.
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-10-01 Milan BrozVersion 1.1.0-rc2.
2009-10-01 Milan BrozAdd some password and used algorithms notes to man...
2009-10-01 Milan BrozMove duplicated failed message to verbose level, add...
2009-10-01 Milan BrozMove dm backend initialisation to library calls.
2009-09-30 Milan BrozProperly apply versioned symbols in library and fix...
2009-09-29 Milan BrozVersion 1.1.0-rc1
2009-09-28 Milan BrozFail if piped input is broken.
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-15 Milan BrozFix manpage to not require --size which expands to...
2009-09-15 Milan BrozInitialize crypto library before LUKS header load.
2009-09-10 Milan Brozpatch 1.patch
2009-09-08 Milan BrozTry to read first sector from device to properly check...
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
2009-08-31 Milan Broz* Replace not safe option --non-exclusive with --disabl...
2009-08-30 Milan Broz* Add --master-key-file option for luksFormat and luksA...
2009-08-30 Milan Broz* Remove old API code helper functions.
2009-08-30 Milan Broz* Implement old API calls using new functions.
2009-08-30 Milan Broz* Add new libcryptsetup API (documented in libcryptsetu...
2009-08-30 Milan Broz* Replace global options struct with separate parameter...
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
2009-08-30 Milan Broz* Move device utils code and provide context parameter...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan Broz* Move memory locking and dm initialization to command...
2009-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-08-30 Milan BrozTest commit.
2009-08-17 Milan BrozAllow restrict keys size in LuksOpen (thanks to Stefan...
2009-08-17 Milan BrozAllow using passphrase provided in options struct for...
2009-08-17 Milan BrozFix PBKDF2 speed calculation for large passhrases.
2009-07-30 Milan BrozEnable LUKS hash setting and document it.
2009-07-30 Milan BrozRemove internal SHA1 implementation, not needed now.
2009-07-30 Milan BrozMove XOR function to af.c, nobody outside of it use...
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozSwitch PBKDF2 from internal SHA1 to libgcrypt.
2009-07-30 Milan BrozReturn ENOENT for empty keyslots, EINVAL will be used...
2009-07-30 Milan BrozRemove po/cryptsetup-luks.pot, it's autogenerated ...
next