Fix FSF address in license text according to
[platform/upstream/cryptsetup.git] / tests / api-test.c
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-09 Milan BrozRevert get_last_error change for test-api (crypt_init...
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-09-21 Milan BrozFix some memory leaks (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-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-07 Milan BrozRemove old API functions (all functions using crypt_opt...
2011-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
2011-03-13 Milan BrozRemove not needed header.
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-10 Milan BrozAllocate free loop devices instead of using hardcoded.
2010-12-31 Milan BrozFix tests to work with all crypto backends.
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-15 Milan BrozFix clang warning is tests.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-13 Milan Broz* Fix password callback call.
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
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-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-01 Milan BrozFix gcrypt detection & compatimage in api-test.
2010-05-01 Milan BrozRename apitest -> api-test.