Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / lib / setup.c
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-03-17 Milan BrozFix deactivation of device when failed underlying node...
2013-03-17 Milan BrozDeactivate whole device TCRYPT tree if context is NULL
2013-01-22 Milan BrozDo not support user uuid for plain & loopaes devices.
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-29 Milan BrozFix non-translated messages.
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-10 Milan BrozFix some problems found by Coverity scan.
2012-12-10 Milan BrozTCRYPT: properly wipe all buffers; use prefix for all...
2012-12-08 Milan BrozRequire params for crypt_load & TCRYPT type.
2012-12-07 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-12-07 Milan BrozDisallow header restore if context is nonLUKS device.
2012-12-07 Milan BrozMove change key into library (add crypt_keyslot_change_...
2012-12-03 Milan BrozUse union instead of replicated attributes.
2012-12-02 Milan BrozRemove some gcc extra warnings (signed/unsigned problem...
2012-11-27 Milan BrozTCRYPT: fix activation and hidden device offsets.
2012-11-23 Milan BrozTCRYPT: add dump command
2012-11-23 Milan BrozTCRYPT: support crypt_volume_key_get
2012-11-23 Milan BrozTCRYPT: show proper device in status for chained mode
2012-11-23 Milan BrozTCRYPT: move all header handling into library.
2012-11-22 Milan BrozTCRYPT: parse cipher chain on init.
2012-11-22 Milan BrozTCRYPT: support proper device removal
2012-11-19 Milan BrozTCRYPT: implement (most of) legacy modes support.
2012-11-19 Milan BrozTCRYPT: support keyfiles
2012-11-19 Milan BrozAdd basic TCRYPT library.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
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...
next