updated ASCII version also
[platform/upstream/cryptsetup.git] / lib / luks1 /
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.