Fix some problems found by Coverity static analysis.
[platform/upstream/cryptsetup.git] / lib / luks1 / keymanage.c
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-08-28 Milan BrozReplace round_up macro with function.
2012-08-27 Milan BrozMove LUKS AF data sector alignment to AF helper function.
2012-08-27 Milan BrozUse AF_split_size() to calculate split data size.
2012-08-27 Milan BrozGet rid of confusing LUKS_PHDR_SIZE macro.
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-06-19 Milan BrozRemove dubious compilation warning.
2012-06-18 Milan BrozAdd ability to encrypt plain device.
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 BrozAvoid some clang warnings.
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
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-05-27 Milan BrozFix readonly activation if underlying device is readonl...
2012-05-20 Milan BrozSplit salt from other requests in RNG backend.
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
2012-04-09 Milan BrozFix support for LUKS header created by cryptsetup-1.0.0
2012-04-02 Milan BrozVersion 1.4.2.
2012-04-02 Milan BrozAdd repair command and API for repairing known LUKS...
2012-03-07 Milan BrozAdd some LUKS header "invalid keyslot" repair code...
2011-11-02 Milan BrozFix FSF address in license text according to
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 BrozEnhance check of device size before writing LUKS header.
2011-08-22 Milan BrozAdd more paranoid checks for LUKS header and keyslot...
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-17 Milan BrozUse struct volume key thorough.
2011-07-17 Milan BrozRewrite dm query/create function backend.
2011-04-18 Milan BrozFix possible leaks in blockwise read/write code.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-04-05 Milan BrozFix typos.
2011-03-13 Milan BrozBe more paranoid and wipe even intermediate AF keys.
2011-03-13 Milan BrozAdd luksChangeKey command.
2010-11-14 Milan BrozMove LUKS library to lib subdir.