VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Ntdriver.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-27Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix issu...Mounir IDRASSI1-29/+151
2017-07-23Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ...Mounir IDRASSI1-15/+19
2017-07-23Windows Driver: add legacy handling for IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_...Mounir IDRASSI1-23/+42
2017-07-20Windows driver: only activate newly supported IOCTLs if the option to enable ...Mounir IDRASSI1-43/+83
2017-07-20Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and IOCTL_DISK_GET_DRIVE_LAYO...Mounir IDRASSI1-2/+2
2017-07-05Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer.Mounir IDRASSI1-4/+5
2017-07-04Windows: correctly handle SEH exceptions during self-tests in order to disabl...Mounir IDRASSI1-1/+10
2017-07-04Windows Driver: correctly save and restore extended processor state when perf...Mounir IDRASSI1-0/+41
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-10Windows Driver Security: Use enhanced protection of NX pool under Windows 8 a...Mounir IDRASSI1-0/+10
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using Volu...Mounir IDRASSI1-22/+31
2017-05-28Windows Driver: enhance detection of FAT volumes.Mounir IDRASSI1-3/+5
2017-05-26Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPE...Mounir IDRASSI1-0/+2
2017-05-26Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detectionMounir IDRASSI1-1/+1
2017-05-25Windows: remove IOCTL_STORAGE_GET_DEVICE_NUMBER support until a real device i...Mounir IDRASSI1-2/+3
2017-05-25Windows Driver: implement some extra IOCTLs. Add more traces for debugging.Mounir IDRASSI1-0/+112
2017-05-25Windows Driver: enhance implementation of IOCTL_STORAGE_QUERY_PROPERTYMounir IDRASSI1-9/+106
2017-05-25Windows Driver: remove unused variable.Mounir IDRASSI1-1/+0
2017-05-21Windows Driver: Support new IOCTLS and correct implementation of existing one...Mounir IDRASSI1-3/+111
2017-05-21Windows Driver: fix bug in new IOCTL VC_IOCTL_GET_DRIVE_GEOMETRY_EXMounir IDRASSI1-2/+0
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...Mounir IDRASSI1-3/+32
2016-10-17Windows: Fix failure to access EFS data on VeraCrypt volumes under Windows 10...Mounir IDRASSI1-2/+11
2016-08-15Windows Driver: Add extra traces and enable tracing in release build if DEBUG...Mounir IDRASSI1-6/+29
2016-05-10Remove trailing whitespaceDavid Foerster1-45/+45
2016-05-10Normalize all line terminatorsDavid Foerster1-3563/+3563
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