summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-25Fix crypt_activate_by_keyfile() to work with PLAIN devices.Milan Broz1-0/+9
2010-11-15Static build is not default... fix test.Milan Broz1-1/+1
2010-11-15Fix clang warning is tests.Milan Broz1-29/+27
2010-11-14* Allow to activate by internally cached volume keyMilan Broz1-0/+63
2010-11-14Add --dump-master-key option for luksDump to allow volume key dump.Milan Broz1-0/+9
2010-11-13* Fix password callback call.Milan Broz1-1/+65
2010-11-05* Disallow mapping of device which is already in use (mapped or mounted).Milan Broz1-0/+11
2010-11-05* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()Milan Broz1-1/+65
2010-10-29Fix luksFormat to properly use key file with --master-key-file switch.Milan Broz1-6/+13
2010-10-29* Add crypt_set_uuid() to API.Milan Broz2-0/+18
2010-10-26Fix po files include and tests.Milan Broz2-1/+6
2010-10-26Add utils_crypt file and test for supported modes presentation.Milan Broz2-1/+111
2010-10-18Add crypt_get_device_name() to API (get underlying device name).Milan Broz1-1/+2
2010-08-13Check if requested hash is supported before writing LUKS header.Milan Broz1-0/+4
2010-08-13Do not query non-existent device twice:Milan Broz1-2/+2
2010-08-09Use default data alignment to 1MiB.Milan Broz1-14/+23
2010-08-05Rewrite filediffer to C and make it work properly.Milan Broz4-159/+211
2010-06-03Fix activate_by_* API calls to handle NULL device name as documented.Milan Broz1-0/+17
2010-05-30Fix (deprecated) reload device command to accept new device argument.Milan Broz1-2/+27
2010-05-27Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.Milan Broz1-0/+15
2010-05-23Fix luksClose if underlying device is another DM deviceMilan Broz1-0/+10
2010-05-01Skip align test if kernel fails to load scsi_debug.Milan Broz1-1/+6
2010-05-01Fix gcrypt detection & compatimage in api-test.Milan Broz1-2/+4
2010-05-01Rename apitest -> api-test.Milan Broz2-6/+6
2010-05-01Rename align test (Anyone mentioned autoconfigure?). Add some minor changes, ...Milan Broz2-8/+23
2010-05-01Move compat test to separate script and run it in make check.Milan Broz2-159/+141
2010-04-30Allow no hash specification in plain device constructor (issue 63).Milan Broz1-14/+29