Fix size argument for create command. (regression in 1.2.0)
[platform/upstream/cryptsetup.git] / tests / compat-test
2011-05-03 Milan BrozFix size argument for create command. (regression in...
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-10 Milan BrozAllow tests to work with different default cipher/mode.
2011-03-10 Milan BrozAvoid using "-" in tests, some old systems has bug...
2011-03-10 Milan BrozAllocate free loop devices instead of using hardcoded.
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...
2010-12-31 Milan BrozFix tests to work with all crypto backends.
2010-12-09 Milan BrozFix create command to properly handle keyfile size.
2010-11-14 Milan BrozAdd --dump-master-key option for luksDump to allow...
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-10-29 Milan BrozFix luksFormat to properly use key file with --master...
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-08-05 Milan BrozRewrite filediffer to C and make it work properly.
2010-05-27 Milan BrozFix luksFormat/luksOpen reading passphrase from stdin...
2010-05-23 Milan BrozFix luksClose if underlying device is another DM device
2010-05-01 Milan BrozMove compat test to separate script and run it in make...