updated plan text version
[platform/upstream/cryptsetup.git] / ChangeLog
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-09 Milan BrozVersion 1.4.1.
2011-11-08 Milan BrozFix cryptsetup status output if parameter is device...
2011-11-06 Milan BrozFix typo in iteration time api call.
2011-11-04 Milan BrozMerge pycryptsetup (Python libcryptsetup bindings).
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-27 Milan BrozFix crypt_get_volume_key_size() for plain device.
2011-10-26 Milan BrozVersion 1.4.0.
2011-10-25 Milan BrozFix isLuks message (should appear only in verbose mode).
2011-10-10 Milan BrozReencode Changelog to UTF8.
2011-10-09 Milan BrozAdd LUKS on-disk format docs, update TODO.
2011-10-09 Milan BrozFix exit code if passphrases do not match in luksAddKey...
2011-10-09 Milan BrozFix luksKillSLot exit code if slot is inactive or inval...
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-10-05 Milan BrozSupport Nettle 2.4 crypto backend (for ripemd160).
2011-09-22 Milan BrozAdd keyslot option for luksOpen (thanks to okozina).
2011-08-26 Milan BrozDo not allow format of already formatted context.
2011-08-26 Milan BrozEnhance check of device size before writing LUKS header.
2011-08-22 Milan BrozUse /dev/loop-control if possible (kernel 3.1).
2011-08-22 Milan BrozLUKS header and Type needs to be set in context before...
2011-08-22 Milan BrozAdd more paranoid checks for LUKS header and keyslot...
2011-08-01 Milan BrozImprove check for invalid offset and size values. ...
2011-07-25 Milan Broz* Remove hash/hmac restart from crypto backend and...
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-20 Milan Broz* Add --header option for detached metadata (on-disk...
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-18 Milan BrozAdd crypt_get_iv_offset() function to API.
2011-07-17 Milan BrozAdd --enable-discards option to allow discards/TRIM...
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-06-13 Milan BrozFix return code for status command when device doesn...
2011-05-24 Milan BrozVersion 1.3.1.
2011-05-18 Milan BrozSimplify device path scan and avoid stat();
2011-05-17 Milan BrozFix keyfile=- processing in create command (1.3.0,...
2011-05-03 Milan BrozFix size argument for create command. (regression in...
2011-04-28 Milan BrozAdd Nettle crypto backend support.
2011-04-18 Milan BrozRemove old ifdef, all recent systems have this defined.
2011-04-05 Milan BrozVersion 1.3.0.
2011-03-25 Milan BrozAlso support --hash option for loopaesOpen.
2011-03-25 Milan BrozDocument cryptsetup exit codes.
2011-03-25 Milan BrozFix return code when passphrase is read from pipe.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-22 Milan BrozVersion 1.3.0-rc2.
2011-03-22 Milan BrozLock memory also in luksDump command.
2011-03-21 Milan BrozFix offset option for loopaesOpen.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-15 Milan BrozIncrease maximum loopAES keyfile size.
2011-03-14 Milan BrozVersion 1.3.0-rc1.
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-12 Milan BrozAdd backing device info into status.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-03-05 Milan BrozUse secure data bit for dm-ioctl if supported.
2011-03-05 Milan BrozAdd exception allowing maintainers to distribute binary...
2011-01-31 Milan BrozFix luksAddKey return code if master key is used.
2011-01-29 Milan BrozFix mapping removal if device disappeared but node...
2011-01-25 Milan BrozAdd loop-AES compatible handling code.
2011-01-05 Milan BrozFix static build (--disable-static-cryptsetup now works...
2010-12-31 Milan BrozFix crypt_backend_flags prototype.
2010-12-31 Milan BrozAdd skeleton and implementation of various crypto backends
2010-12-20 Milan BrozVersion 1.2.0.
2010-12-09 Milan BrozFix create command to properly handle keyfile size.
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
next