summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-06-17Add some simple reenc test.Milan Broz2-0/+111
2012-06-11Rename hash-start to hash-offset and switch to use bytes units.Milan Broz1-9/+9
2012-06-11Require only up to last keyslot area for header device (ignore data offset).Milan Broz2-4/+7
2012-06-09Support empty salt for verity, support no superblock.Milan Broz1-10/+21
2012-06-08Fix missing lines.Milan Broz2-1/+1
2012-06-08Add man page.Milan Broz1-1/+1
2012-06-08Use action names in veritysetup (similar to cryptsetup).Milan Broz1-10/+10
2012-06-07Rewrite veritysetup to use libcryptsetup.Milan Broz1-22/+28
2012-06-03Add simple veritysetup test.Milan Broz2-1/+174
2012-05-26Do not use IV for null cipher.Milan Broz1-2/+2
2012-05-20Allow empty cipher (cipher_null).Milan Broz1-1/+6
2012-05-09Fix disk wipe (during keyslot removal) if used on 4k hw block device.Milan Broz1-0/+13
2012-05-02Relax --shared test, allow mapping even for overlapping segments.Milan Broz1-6/+1
2012-04-09Fix support for LUKS header created by cryptsetup-1.0.0Milan Broz1-0/+0
2012-04-02Version 1.4.2.Milan Broz2-2/+2
2012-04-02Add repair command and API for repairing known LUKS header problems.Milan Broz1-0/+9
2012-03-29Add --keyfile-offset and --new-keyfile-offset to cryptsetup.Milan Broz2-7/+37
2012-03-20Replace some tabs.Milan Broz1-6/+6
2012-03-20Simplify valgrind check (let's add more configs later if needed).Milan Broz1-8/+7
2012-03-20Force uevent for UUID check, not all udev installations do this automatically.Milan Broz1-0/+7
2012-03-20Support UUID=<LUKS_UUID> format for device specification.Milan Broz1-0/+4
2012-03-16Unify password verification option.Milan Broz1-1/+1
2012-02-11Also test volume key mismatch for luksOpen.Milan Broz1-0/+1
2012-02-11Add support for --master-key-file to luksOpen.Milan Broz1-0/+4
2012-01-12Fix use of empty keyfile (Issue 120).Milan Broz1-1/+10
2011-11-13Fix error message for luksClose and detached LUKS header.Milan Broz1-2/+13
2011-11-02Fix FSF address in license text according toMilan Broz2-2/+2
2011-10-27Fix crypt_get_volume_key_size() for plain device.Milan Broz1-0/+5
2011-10-26Silent some extra gcc warnings in tests.Milan Broz1-41/+44
2011-10-15Removes obsolete valgrind suppression (Thanks to okozina)Milan Broz1-11/+0
2011-10-09Revert get_last_error change for test-api (crypt_init should test for error m...Milan Broz1-6/+6
2011-10-09Fix luksKillSLot exit code if slot is inactive or invalid. (Issue 108)Milan Broz1-0/+2
2011-10-09Add crypt_last_error() API call (using crypt context).Milan Broz1-13/+31
2011-09-22Add keyslot option for luksOpen (thanks to okozina).Milan Broz1-1/+39
2011-09-21Fix some memory leaks (thanks to okozina).Milan Broz1-0/+6
2011-09-21Add some valgrind checks (thanks to okozina).Milan Broz5-2/+97
2011-08-26Do not allow format of already formatted context.Milan Broz1-2/+2
2011-08-26Enhance check of device size before writing LUKS header.Milan Broz1-11/+11
2011-08-22Add some API test and rewrite some parts.Milan Broz7-360/+576
2011-08-02Add API tests for plain device.Milan Broz2-5/+270
2011-07-25Add check of decrypted image to test.Milan Broz1-0/+2
2011-07-25Fix new tests to use sha1 (ripemd160 not supported in some backends).Milan Broz2-9/+9
2011-07-19* Revert default initialisation of volume key in crypt_init_by_name().Milan Broz2-3/+16
2011-07-17Add --enable-discards option to allow discards/TRIM requests.Milan Broz2-2/+83
2011-07-07Remove old API functions (all functions using crypt_options).Milan Broz1-13/+14
2011-07-01* Add --shared option for creating non-overlapping crypt segments.Milan Broz1-0/+14
2011-06-13Seems that dmsetup table is broken in recent lvm2, let's support "x: table" a...Milan Broz2-2/+2
2011-06-13Fix return code for status command when device doesn't exists.Milan Broz1-0/+1
2011-05-18Fix previous fix - keep API logic clean, fix cryptsetup call.Milan Broz1-12/+159
2011-05-17Fix keyfile=- processing in create command (1.3.0, issue 104)Milan Broz1-6/+18