Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / tests /
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2013-08-04 Milan BrozVersion 1.6.2.
2013-06-23 Cristian RodríguezFix buildsytem to always include config.h.
2013-05-11 Milan BrozDisallow explicit small payload offset for detached...
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-03-17 Milan BrozDeactivate whole device TCRYPT tree if context is NULL
2013-01-16 Milan BrozProperly cleanup on interrupt in api-test.
2013-01-15 Milan BrozSupport test run in kernel FIPS mode.
2013-01-13 Milan BrozFix tcrypt test header.
2013-01-13 Milan BrozUse tabs in script.
2013-01-10 Milan BrozFix tests to work with pwquality compiled in.
2013-01-08 Milan BrozSkip test for kernel wihtout autoclear flag.
2013-01-08 Milan BrozWorkaround api-test compilation on some very old systems.
2013-01-08 Milan BrozProperly specify cipher in tests.
2013-01-08 Milan BrozFix displaying of error messages for mising kernel...
2012-12-30 Milan BrozRequire lsblk for tcrypt test.
2012-12-30 Milan BrozFix status of device if path argument is used. Fix...
2012-12-29 Milan BrozSkip TCRYPT KDF if hash is not available.
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-22 Milan BrozAdd basic support for system TCRYPT device.
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-21 Milan BrozAdd crypt_keyslot_change_by_passphrase() api test.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-12-01 Milan BrozAdd keyfiles tcrypt test.
2012-11-30 Milan BrozAnd skip tcrypt api test if there is no af_alf kernel...
2012-11-30 Milan BrozAdd TCRYPT api test, fix some minor problems found.
2012-11-30 Milan BrozBetter tcrypt test options.
2012-11-27 Milan BrozFix po files.
2012-11-27 Milan BrozTCRYPT: add simple test and image archive.
2012-11-25 Milan BrozRemove test dir during cleanup.
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-08-30 Milan BrozAdd some offset/keyslot offset checks.
2012-08-14 Milan BrozModprobe kernel modules early in api-test.
2012-08-12 Milan BrozCreate hash image if doesn't exist in veritysetup format.
2012-07-23 Milan BrozBe sure verity module is loaded in test.
2012-07-12 Milan BrozSkip multikey if not supported (e.g. FIPS mode - md5...
2012-07-10 Milan BrozAdd module load to test.
2012-07-09 Milan BrozAdd some verity api test.
2012-06-25 Milan BrozSwitch to use unit suffix for --reduce-device-size...
2012-06-19 Milan BrozFix verity test.
2012-06-19 Milan BrozRename without_activation to test_passphrase.
2012-06-19 Milan BrozAdd directio to reenc test.
2012-06-19 Milan BrozAdd --without-activation option for luksOpen (check...
2012-06-18 Milan BrozFix hex_to_bytes and add it to common utils.
2012-06-18 Milan BrozAdd ability to encrypt plain device.
2012-06-17 Milan BrozAdd some simple reenc test.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-11 Milan BrozRename hash-start to hash-offset and switch to use...
2012-06-11 Milan BrozRequire only up to last keyslot area for header device...
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-06-09 Milan BrozSupport empty salt for verity, support no superblock.
2012-06-08 Milan BrozFix missing lines.
2012-06-08 Milan BrozAdd man page.
2012-06-08 Milan BrozUse action names in veritysetup (similar to cryptsetup).
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-06-03 Milan BrozAdd simple veritysetup test.
2012-05-26 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-05-26 Milan BrozDo not use IV for null cipher.
2012-05-20 Milan BrozAllow empty cipher (cipher_null).
2012-05-09 Milan BrozFix disk wipe (during keyslot removal) if used on 4k...
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
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...
next