summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-03Fix size argument for create command. (regression in 1.2.0)Milan Broz1-0/+3
2011-03-22Fix offset parameter.Milan Broz1-1/+1
2011-03-22Also support --skip option for loopaesOpen.Milan Broz1-8/+17
2011-03-21Fix offset option for loopaesOpen.Milan Broz1-33/+54
2011-03-19Rewrite key input handling, add limits.Milan Broz3-6/+50
2011-03-14Add defaults to --help output.Milan Broz1-5/+5
2011-03-14Fix loopaes open parameters.Milan Broz1-2/+2
2011-03-13Clean up plain password hashing, do not ignore error in crypto backend.Milan Broz1-0/+4
2011-03-13Add luksChangeKey command.Milan Broz1-0/+25
2011-03-13Remove not needed header.Milan Broz1-1/+0
2011-03-12Use loop functions even in api test.Milan Broz2-49/+21
2011-03-10Allow tests to work with different default cipher/mode.Milan Broz2-3/+3
2011-03-10Avoid using "-" in tests, some old systems has bug in getopt.Milan Broz1-1/+2
2011-03-10Fix error output redirection in tests.Milan Broz4-8/+8
2011-03-10Allocate free loop devices instead of using hardcoded.Milan Broz4-28/+90
2011-03-10Add simple Loop-AES compatibility check.Milan Broz2-2/+137
2011-01-31Fix luksAddKey return code if master key is used.Milan Broz1-1/+7
2011-01-29Fix mapping removal if device disappeared but node still exists.Milan Broz1-0/+10
2010-12-31Fix tests to work with all crypto backends.Milan Broz3-36/+19
2010-12-19Add settle to test scripts (needed only for old systems).Milan Broz2-15/+33
2010-12-19Add simple checksum test.Milan Broz1-15/+39
2010-12-10Add password hash test for create command.Milan Broz2-2/+86
2010-12-09Fix create command to properly handle keyfile size.Milan Broz1-0/+2