Set context for DM log for all DM backend entries.
[platform/upstream/cryptsetup.git] / lib / setup.c
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-14 Milan BrozAdd context to DM helpers.
2012-08-13 Milan BrozPrint better error message if device is read-only etc.
2012-08-12 Milan BrozNew device access backend.
2012-07-09 Milan BrozAdd some verity api 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 BrozRequire only up to last keyslot area for header device...
2012-06-10 Milan BrozCheck various number limits.
2012-06-10 Milan BrozRemove some compilation warnings.
2012-06-10 Milan BrozLoop is automatically allocated in crypt_set_data_device().
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-06-10 Milan BrozGet rid of backing_file in struct.
2012-06-09 Milan BrozMove defines from header.
2012-06-09 Milan BrozAdd verity uuid specification.
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-09 Milan BrozEnhance status of active device.
2012-06-09 Milan BrozSupport empty salt for verity, support no superblock.
2012-06-09 Milan BrozRemove redundant flags.
2012-06-08 Milan BrozSupport init_by_name for verity.
2012-06-08 Milan BrozUnify dm backend for crypt/verity.
2012-06-08 Milan BrozUse union in dm (crypt/verity) query structure.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-26 Milan BrozAdd version string to crypto backend.
2012-05-22 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-22 Milan BrozFix clang compile warnings (error path).
2012-05-21 Milan BrozAdd --enable-fips for linking with fipscheck library.
2012-05-02 Milan BrozTry to remove device even if it is busy (libdevmapper...
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
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-16 Milan BrozFix retry if entered passphrases (with verify option...
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-06 Milan BrozFix typo in iteration time api call.
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-09 Milan BrozMove setting of error text to crypt_log to catch all...
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-10-09 Milan BrozSimplify global error call.
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-08-26 Milan BrozDo not allow format of already formatted context.
2011-08-22 Milan Brozcrypt_check_data_device_size() needs to compare values...
2011-08-22 Milan BrozFix two mem leaks in crypt_init_by_name_and_header().
2011-08-22 Milan BrozLUKS header and Type needs to be set in context before...
2011-08-15 Milan BrozSilent gcc warnings with -Wconst-qual switch.
2011-08-15 Milan BrozCheck UUID of active device to match header when initia...
2011-08-15 Milan BrozDo not allow crypt_load() on already initialised context.
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-20 Milan Broz* Add --header option for detached metadata (on-disk...
2011-07-19 Milan Broz* Revert default initialisation of volume key in crypt_...
2011-07-18 Milan BrozAdd crypt_get_iv_offset() function to API.
2011-07-17 Milan BrozUse struct volume key thorough.
2011-07-17 Milan BrozRewrite dm query/create function backend.
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-05-18 Milan BrozFix previous fix - keep API logic clean, fix cryptsetup...
2011-05-17 Milan BrozFix keyfile=- processing in create command (1.3.0,...
2011-05-11 Milan BrozPluralize "Cannot not read %d bytes from key file ...
2011-05-03 Milan BrozFix size argument for create command. (regression in...
2011-04-18 Milan BrozRemove another compile warnings.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-25 Milan BrozAlso support --hash option for loopaesOpen.
2011-03-25 Milan BrozFix return code when passphrase is read from pipe.
2011-03-23 Milan BrozRemove unused paramater.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-03-13 Milan BrozClean up plain password hashing, do not ignore error...
2011-03-12 Milan BrozUse loop functions even in api test.
2011-03-12 Milan BrozProper handle old systems.
2011-03-12 Milan BrozSeparate loop handling from internal code.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-01-29 Milan BrozFix mapping removal if device disappeared but node...
2011-01-25 Milan BrozAdd loop-AES compatible handling code.
2011-01-25 Milan BrozDetect # of keys from cipher string.
2011-01-25 Milan BrozAdd dm flags for query for features.
2011-01-16 Milan BrozAdd context to crypto backend init (so it can print...
2010-12-31 Milan BrozSwitch to new crypto backend interface.
2010-11-25 Milan BrozFix crypt_activate_by_keyfile() to work with PLAIN...
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-14 Milan Broz* Allow to activate by internally cached volume key
2010-11-13 Milan BrozSimplify return codes from get key functions.
2010-11-13 Milan Broz* Fix password callback call.
2010-11-05 Milan Broz* Disallow mapping of device which is already in use...
2010-11-05 Milan Broz* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
2010-10-29 Milan Broz* Add crypt_set_uuid() to API.
2010-10-27 Milan Broz* Implement --use-random and --use-urandom for luksForm...
2010-10-26 Milan BrozMove get_key to common code, simplify verify flags.
2010-10-26 Milan BrozMove safe alloc routines into common lib file.
2010-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...
2010-10-26 Milan BrozSimplify crypto backend init.
2010-10-26 Milan BrozGeneralise volume key struct.
2010-10-18 Milan BrozAdd crypt_get_device_name() to API (get underlying...
2010-08-13 Milan BrozDo not query non-existent device twice:
2010-08-09 Milan BrozUse default data alignment to 1MiB.
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-30 Milan BrozRemove device even if underlying device disappeared.
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
next