Include 'sys/sysmacros.h' for GCC-9
[platform/upstream/cryptsetup.git] / lib / luks1 /
2016-05-11 Kichan KwonMerge branch 'upstream' into tizen 92/68992/2 accepted/tizen/common/20160511.142311 accepted/tizen/common/20160615.193838 accepted/tizen/common/20160703.130057 accepted/tizen/ivi/20160630.003148 accepted/tizen/mobile/20160616.003449 accepted/tizen/mobile/20160630.003051 accepted/tizen/tv/20160630.003132 accepted/tizen/wearable/20160616.003444 accepted/tizen/wearable/20160630.003102 submit/accepted/tizen_common/20160629.063515 submit/tizen/20160511.074559 submit/tizen/20160615.114239 submit/tizen/20160629.063625 submit/tizen/20160725.050606
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-06-23 Cristian RodríguezFix buildsytem to always include config.h.
2013-05-11 Milan BrozDisallow explicit small payload offset for detached...
2013-01-10 Milan BrozFix some extended compile warning.
2012-12-30 Dave Reisnerbuild: use AM_CPPFLAGS instead of INCLUDES
2012-12-30 Milan BrozAllow repair of 512bits key header.
2012-12-29 Milan BrozSupport device/file images if O_DIRECT cannot be used...
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-29 Milan BrozFix non-translated messages.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-12-17 Milan BrozDo not use stat for backup commands.
2012-12-11 Milan BrozRemove signal handling from LUKS keyencryption and...
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-11-19 Milan BrozMove PBKDF2 into crypto backend wrapper.
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 BrozProper handle error in device block get.
2012-08-28 Milan BrozRemove unused includes.
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 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.