VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsInt
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14clear bootParams variable that may contain sensitive information when ↵Mounir IDRASSI1-0/+4
halting the system in case of fatal error (fix Github issue #21)
2019-11-30Fix F5 showing previous password after failed authentication attempt. Ensure ↵VeraCrypt_1.24-Update2Mounir IDRASSI1-18/+30
that even wrong password value are cleared from memory.
2019-11-08Fix "ActionFailed" not working and add "ActionCancelled" to customize ↵Mounir IDRASSI1-0/+5
handling of user hitting ESC on password prompt
2019-09-22Add support for Visual Studio 2017 toolset (#12)manison1-0/+7
2019-03-21Add specific handling when user cancel password prompt with ESC so that ↵Mounir IDRASSI1-3/+3
original Windows loader is called in this case
2019-03-21Implement better timeout mechanism for password input. Implement new actions ↵Mounir IDRASSI1-9/+44
"shutdown" and "reboot". Set default timeout value to 3 minutes and default timeout action to "shutdown"
2019-01-21Rename functions conflicting with upstream edk (#10)manison1-1/+1
2017-12-09size of sector = 512 (check and info)kavsrf1-2/+9
2017-06-18BML flags addedkavsrf1-4/+0
2017-06-18solution of HP problem via DrverOrder and BML modified driverkavsrf1-17/+35
2017-06-18TPM 2.0kavsrf1-1/+1
2017-06-05PasswordTimeout and infodelay keys in DcsPropkavsrf1-11/+30
DcsProp documented included in VeraCrypt Beta2 patch 1
2017-06-05picture password bmp and DcsProp can be in secregion on separate flashkavsrf1-2/+48
Tables overlay configuration commands
2017-06-05double reboot in pre-test phasekavsrf1-11/+22
force boot messages
2017-06-05DcsInfo addedkavsrf1-0/+1
DcsBoot is driver now (to support DriverOrder list)
2017-06-05debug code cleanupkavsrf1-4/+7
2017-06-05DcsProp configuration keyskavsrf1-5/+9
AutoLogin AutoPassword AuthorizeProgress AuthStartMsg AuthErrorMsg Random Authorization retry bug fix
2017-06-05TPM12 supportkavsrf1-14/+30
2016-12-25Fix wrong handling of global BlockIo devices listMounir IDRASSI1-1/+1
2016-12-25Code clarity change: set Next field of DcsIntBlockIoFirst to NULL although ↵Mounir IDRASSI1-0/+1
it is already NULL at this code location since DcsIntBlockIo was allocated using AllocateZeroPool.
2016-10-17define and use own version of secure memory erase macro instead of the one ↵Mounir IDRASSI1-8/+8
coming from VeraCrypt.
2016-10-17Ensure sensitive memory is correctly erased.Mounir IDRASSI1-5/+6
2016-10-17Fix various issues reported by CoverityMounir IDRASSI1-5/+13
2016-10-17DcsRe select volume is added to boot from usbkavsrf1-16/+15
Notes (7.2, 7.4)
2016-08-17Better error message when authorization fails (and change Decript to Decrypt ↵VeraCrypt_1.18Mounir IDRASSI1-2/+2
in the error message).
2016-08-15First public release. Used by VeraCrypt 1.18.VeraCrypt_1.18_PreReleaseAlex4-0/+1558