Fix buildsytem to always include config.h.
[platform/upstream/cryptsetup.git] / tests / compat-test
2013-05-11 Milan BrozDisallow explicit small payload offset for detached...
2013-01-15 Milan BrozSupport test run in kernel FIPS mode.
2013-01-10 Milan BrozFix tests to work with pwquality compiled in.
2013-01-08 Milan BrozSkip test for kernel wihtout autoclear flag.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-06-19 Milan BrozRename without_activation to test_passphrase.
2012-06-19 Milan BrozAdd --without-activation option for luksOpen (check...
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
2012-04-02 Milan BrozAdd repair command and API for repairing known LUKS...
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2012-03-20 Milan BrozSimplify valgrind check (let's add more configs later...
2012-03-20 Milan BrozForce uevent for UUID check, not all udev installations...
2012-03-20 Milan BrozSupport UUID=<LUKS_UUID> format for device specification.
2012-03-16 Milan BrozUnify password verification option.
2012-02-11 Milan BrozAlso test volume key mismatch for luksOpen.
2012-02-11 Milan BrozAdd support for --master-key-file to luksOpen.
2012-01-12 Milan BrozFix use of empty keyfile (Issue 120).
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-10-09 Milan BrozFix luksKillSLot exit code if slot is inactive or inval...
2011-09-22 Milan BrozAdd keyslot option for luksOpen (thanks to okozina).
2011-09-21 Milan BrozAdd some valgrind checks (thanks to okozina).
2011-07-25 Milan BrozAdd check of decrypted image to test.
2011-07-25 Milan BrozFix new tests to use sha1 (ripemd160 not supported...
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
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-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...