Merge branch 'master' of https://code.google.com/p/cryptsetup
[platform/upstream/cryptsetup.git] / tests /
2012-04-09 Milan BrozFix support for LUKS header created by cryptsetup-1.0.0
2012-04-02 Milan BrozVersion 1.4.2.
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 BrozReplace some tabs.
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-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 BrozSilent some extra gcc warnings in tests.
2011-10-15 Milan BrozRemoves obsolete valgrind suppression (Thanks to okozina)
2011-10-09 Milan BrozRevert get_last_error change for test-api (crypt_init...
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-09-22 Milan BrozAdd keyslot option for luksOpen (thanks to okozina).
2011-09-21 Milan BrozFix some memory leaks (thanks to okozina).
2011-09-21 Milan BrozAdd some valgrind checks (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 BrozAdd some API test and rewrite some parts.
2011-08-02 Milan BrozAdd API tests for plain device.
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-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 BrozSeems that dmsetup table is broken in recent lvm2,...
2011-06-13 Milan BrozFix return code for status command when device doesn...
2011-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
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-03-22 Milan BrozFix offset parameter.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-21 Milan BrozFix offset option for loopaesOpen.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-14 Milan BrozAdd defaults to --help output.
2011-03-14 Milan BrozFix loopaes open parameters.
2011-03-13 Milan BrozClean up plain password hashing, do not ignore error...
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-13 Milan BrozRemove not needed header.
2011-03-12 Milan BrozUse loop functions even in api test.
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 BrozFix error output redirection in tests.
2011-03-10 Milan BrozAllocate free loop devices instead of using hardcoded.
2011-03-10 Milan BrozAdd simple Loop-AES compatibility check.
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-19 Milan BrozAdd settle to test scripts (needed only for old systems).
2010-12-19 Milan BrozAdd simple checksum test.
2010-12-10 Milan BrozAdd password hash test for create command.
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-15 Milan BrozStatic build is not default... fix test.
2010-11-15 Milan BrozFix clang warning is tests.
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-10-29 Milan BrozFix luksFormat to properly use key file with --master...
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-10-26 Milan BrozFix po files include and tests.
2010-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
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-06-03 Milan BrozFix activate_by_* API calls to handle NULL device name...
2010-05-30 Milan BrozFix (deprecated) reload device command to accept new...
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 BrozSkip align test if kernel fails to load scsi_debug.
2010-05-01 Milan BrozFix gcrypt detection & compatimage in api-test.
2010-05-01 Milan BrozRename apitest -> api-test.
2010-05-01 Milan BrozRename align test (Anyone mentioned autoconfigure?...
2010-05-01 Milan BrozMove compat test to separate script and run it in make...
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-16 Milan BrozDo not use kernel dm-ioctl header directly and remove...
2010-04-16 Milan BrozFix minor errors
2010-04-16 Milan BrozFix align test.
2010-04-12 Milan BrozAvoid class C++ keyword in library header.
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-01-10 Milan BrozAdd nonFIPS alg format test, clean up some warnings...
2009-12-11 Milan BrozFix test to handle new default key size.
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-09-10 Milan Brozpatch 1.patch
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
2009-08-31 Milan BrozDisable --non-exclusive test.
2009-08-31 Milan BrozAdd LUKS open and format test using new api.
next