VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Ntdriver.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ...Mounir IDRASSI1-7/+7
2016-04-08Windows: start implementation of volume ID mechanism that will be used to ide...Mounir IDRASSI1-29/+82
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2016-01-04Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE...Mounir IDRASSI1-0/+3
2016-01-03Windows Driver: Remove unwanted ':' character at the end of volume device nam...Mounir IDRASSI1-2/+2
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain assemb...Mounir IDRASSI1-0/+3
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal vol...Mounir IDRASSI1-1/+5
2015-11-26Windows Driver: solve compilation error in Debug build caused by a missing va...Mounir IDRASSI1-0/+6
2015-10-05Windows Driver: Modify fix for CVE-2015-7358 to solve side effects on Windows...Mounir IDRASSI1-13/+34
2015-10-05Windows Driver: remove allocation of unused variablesMounir IDRASSI1-4/+2
2015-09-26Windows Driver: remove unnecessary variables declaration and use in MountMana...Mounir IDRASSI1-5/+0
2015-09-26Windows Driver: Fix inherited TrueCrypt local elevation of privilege vulnerab...Mounir IDRASSI1-2/+3
2015-09-26Windows Driver: Fix inherited TrueCrypt local elevation of privilege vulnerab...Mounir IDRASSI1-2/+10
2015-09-16Windows: Add option to explicitly support extended disk IOCTLs and disable th...Mounir IDRASSI1-45/+53
2015-08-31Windows: Support setting volume label in Explorer through mount option. Suppo...Mounir IDRASSI1-0/+60
2015-08-31Windows Driver: Protect captured subject context during processing of user ac...Mounir IDRASSI1-0/+2
2015-08-14Windows Driver: support returning StorageDeviceProperty through IOCTL_STORAGE...Mounir IDRASSI1-16/+37
2015-08-09Windows: better error code when IOCTL_STORAGE_QUERY_PROPERTY type is not supp...Mounir IDRASSI1-1/+1
2015-08-09Windows: Solve crash of TOR when run from VeraCrypt volume by explicitly retu...Mounir IDRASSI1-0/+4
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-7/+9
2015-07-29Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bo...Mounir IDRASSI1-1/+5
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI1-4/+4
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI handli...Mounir IDRASSI1-0/+2
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI1-0/+2
2015-05-10Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug in...Mounir IDRASSI1-1/+1
2015-05-03Windows Driver: Implement querying physical sector size of veraCrypt volume t...Mounir IDRASSI1-2/+38
2015-02-09Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo...Mounir IDRASSI1-1/+1
2015-01-04Windows Driver: add TrueCrypt mode of mounted volumes to the output of TC_IOC...Mounir IDRASSI1-0/+1
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI1-1/+4
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI1-1/+5
2014-12-11Windows Driver: change inherited TrueCrypt constants in kernel objects tags b...Mounir IDRASSI1-1/+1
2014-11-08Windows vulnerability fix: correct some integer overflow issues using the Int...Mounir IDRASSI1-2/+13
2014-11-08Windows vulnerability fix: correct checking device name to avoid possible byp...Mounir IDRASSI1-1/+17
2014-11-08Windows vulnerability fix : avoid kernel pointer disclosure through a call to...Mounir IDRASSI1-1/+3
2014-11-08Static Code Analysis : Use Safe string functions inside VeraCrypt Device Driv...Mounir IDRASSI1-31/+31
2014-11-08Change TrueCrypt to VeraCrypt in some commentsMounir IDRASSI1-4/+4
2014-11-08Replace TrueCrypt references in added sources and resources by VeraCrypt ones.Mounir IDRASSI1-1/+1
2014-11-08Modifications to remove all TrueCrypt references in names. generate new GUIDs...Mounir IDRASSI1-3/+3
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+3293