Get rid of confusing LUKS_PHDR_SIZE macro.
[platform/upstream/cryptsetup.git] / lib / luks1 /
2012-08-27 Milan BrozGet rid of confusing LUKS_PHDR_SIZE macro.
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 BrozRemove debug line.
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-26 Milan BrozAdd version string to crypto backend.
2012-05-20 Milan BrozSplit salt from other requests in RNG backend.
2012-05-02 Milan BrozAllow "private" activation (skip some udev global rules...
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 BrozRemove hints for old kernels.
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-25 Milan Broz* Remove hash/hmac restart from crypto backend and...
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-14 Milan BrozSpecify copyright holders in source files.
2011-03-13 Milan BrozBe more paranoid and wipe even intermediate AF keys.
2011-03-13 Milan BrozDo not ignore errors in crypto backend (LUKS PBKDF2).
2011-03-13 Milan BrozDo not ignore errors in crypto backend (LUKS AF).
2011-03-13 Milan BrozAdd luksChangeKey command.
2011-03-05 Milan BrozFix hmac ready test check.
2011-01-16 Milan BrozPrevent to initialise backends twice.
2011-01-16 Milan BrozClean up code after crypto backend change.
2010-12-31 Milan BrozSwitch to new crypto backend interface.
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-14 Milan BrozMove LUKS library to lib subdir.