fixes to formatting
[platform/upstream/cryptsetup.git] / tests /
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.
2009-08-31 Milan BrozAdd plain crypt device test using new API.
2009-08-28 Milan BrozFix include path.
2009-08-28 Milan BrozAdd separate tests directory, move LUKS tests, Add...