Imported Upstream version 2.3.3
[platform/upstream/cryptsetup.git] / lib / loopaes / loopaes.c
2020-07-24 Karol LewandowskiImported Upstream version 2.3.3 30/239430/1 upstream/2.3.3
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-31 Milan BrozFix gcc signed/unsigned warning for key length.
2013-03-24 Milan BrozUpdate copyright year on changed files.
2013-03-23 Milan BrozFix loop-AES keyfile parsing.
2013-01-22 Milan BrozDo not support user uuid for plain & loopaes devices.
2013-01-08 Milan BrozFix displaying of error messages for mising kernel...
2012-12-29 Milan BrozChange License for sub-libraries from GPLv2 only to...
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-08-14 Milan BrozAdd context to DM helpers.
2012-08-12 Milan BrozNew device access backend.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
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-26 Milan BrozAdd version string to crypto backend.
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
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-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-25 Milan BrozAlso support --hash option for loopaesOpen.
2011-03-25 Milan BrozPrint error if hash is not supported.
2011-03-23 Milan BrozRemove unused paramater.
2011-03-22 Milan BrozAlso support --skip option for loopaesOpen.
2011-03-22 Milan BrozCheck for plain64 IV support in DM backend.
2011-03-21 Milan BrozFix offset option for loopaesOpen.
2011-03-19 Milan BrozUse plain64 IV in loopAES v1 mode.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-13 Milan BrozDo not ignore errors in crypto backend (LUKS AF).
2011-03-13 Milan BrozDo not ignore errors in crypto backend (loopaes mode).
2011-03-10 Milan BrozWorkaround LMK capability check if dm-crypt module...
2011-01-25 Milan BrozAdd loop-AES compatible handling code.