Age | Commit message (Expand) | Author | Files | Lines |
2022-02-06 | Windows: Add registry setting to disable erasing encryption keys on Windows s... | Mounir IDRASSI | 1 | -0/+14 |
2021-12-30 | Windows driver: Set maximum values for encryption queue parameters. Add IOCTL... | Mounir IDRASSI | 1 | -3/+17 |
2021-12-30 | Windows Driver: Better code for EncryptionFragmentSize variable handling | Mounir IDRASSI | 1 | -4/+5 |
2021-12-20 | Windows Driver: Add registry settings to control driver internal encryption q... | Mounir IDRASSI | 1 | -0/+47 |
2021-08-30 | Windows: Fix some VS static analyzed warnings | Mounir IDRASSI | 1 | -1/+1 |
2021-08-24 | Windows Driver: Potential memory corruption caused by integer overflow in IOC... | Mounir IDRASSI | 1 | -21/+61 |
2021-02-27 | Windows: Block Windows from resizing system partition if it is encrypted. Thi... | Mounir IDRASSI | 1 | -0/+2 |
2020-12-11 | Windows: Fix various compiler warnings | Mounir IDRASSI | 1 | -0/+2 |
2020-12-11 | Windows Driver: Fix build error using Windows 10 WDK caused by name conflict ... | Mounir IDRASSI | 1 | -2/+2 |
2020-07-02 | Windows: Don't use API for Processor Groups support if there is only 1 CPU gr... | Mounir IDRASSI | 1 | -1/+7 |
2020-06-28 | Windows: remove unused code targeting Windows 2000. | Mounir IDRASSI | 1 | -21/+11 |
2020-06-21 | Windows Driver: Use real disk sector size instead of generic 512 bytes value ... | Mounir IDRASSI | 1 | -4/+9 |
2020-02-10 | Windows: Implement support for processor groups in the driver and fix build i... | Mounir IDRASSI | 1 | -8/+58 |
2019-12-09 | Windows Driver: Reduce memory usage of IOCTL_DISK_VERIFY handler. Now we read... | Mounir IDRASSI | 1 | -6/+22 |
2019-11-07 | Windows Driver: Fix strange crashes caused by probably by APC queue issues fr... | Mounir IDRASSI | 1 | -80/+225 |
2019-03-03 | Windows Driver: Add IOCTL code to query RAM encryption status in VeraCrypt dr... | Mounir IDRASSI | 1 | -0/+11 |
2019-03-01 | Windows Driver: Enable RAM encryption only after its security parameters were... | Mounir IDRASSI | 1 | -6/+5 |
2019-03-01 | Windows: use specific order for EFI boot arguments memory regions that matche... | Mounir IDRASSI | 1 | -1/+41 |
2019-03-01 | Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ... | Mounir IDRASSI | 1 | -1/+22 |
2019-02-12 | Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Steph... | Mounir IDRASSI | 1 | -1/+15 |
2019-02-08 | Windows: Add implementation of ChaCha20 based random generator. Use it for dr... | Mounir IDRASSI | 1 | -0/+60 |
2019-02-08 | Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy w... | Mounir IDRASSI | 1 | -0/+1 |
2019-01-28 | Windows Driver: force the input size for some IOCTLs to have a fixed value | Mounir IDRASSI | 1 | -2/+28 |
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with cust... | Mounir IDRASSI | 1 | -1/+1 |
2019-01-14 | Windows: Implement feature that enables clearing of encryption keys when a ne... | Mounir IDRASSI | 1 | -0/+7 |
2019-01-09 | Windows Security: Add new entry point in driver that allows emergency clearin... | Mounir IDRASSI | 1 | -0/+5 |
2018-12-19 | Windows Driver: Don't interact with the volume's filesystem if mount manager ... | Mounir IDRASSI | 1 | -1/+1 |
2018-12-19 | Windows: Add mount option that allows mounting a volume without attaching it ... | Mounir IDRASSI | 1 | -9/+11 |
2018-10-10 | Windows Driver: fix regression that was causing BSOD. | Mounir IDRASSI | 1 | -1/+1 |
2018-10-10 | Windows Driver: replace system functions RtlUpcaseUnicodeChar/RtlUnalignedStr... | Mounir IDRASSI | 1 | -9/+41 |
2018-09-21 | Windows driver: add extra check for data read in TC_IOCTL_OPEN_TEST handling | Mounir IDRASSI | 1 | -1/+31 |
2018-09-21 | Windows: fix low severity vulnerability in driver that allowed reading 3 byte... | Mounir IDRASSI | 1 | -49/+82 |
2018-09-01 | Windows: extended Windows defragmenter workaround to Windows 8.1 | Mounir IDRASSI | 1 | -3/+3 |
2018-08-24 | Windows: implement a driver configuration option to explicitly allow defragme... | Mounir IDRASSI | 1 | -1/+3 |
2018-08-18 | Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks... | Mounir IDRASSI | 1 | -5/+21 |
2018-08-15 | WIndows driver: add check for failed memory allocation | Mounir IDRASSI | 1 | -8/+11 |
2018-03-05 | Windows: Add option to block TRIM command on system encryption SSD drives. | Mounir IDRASSI | 1 | -0/+4 |
2018-03-04 | Windows: Implement TRIM support for non-system SSD partitions/drives and add ... | Mounir IDRASSI | 1 | -32/+290 |
2017-07-27 | Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix issu... | Mounir IDRASSI | 1 | -29/+151 |
2017-07-23 | Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ... | Mounir IDRASSI | 1 | -15/+19 |
2017-07-23 | Windows Driver: add legacy handling for IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_... | Mounir IDRASSI | 1 | -23/+42 |
2017-07-20 | Windows driver: only activate newly supported IOCTLs if the option to enable ... | Mounir IDRASSI | 1 | -43/+83 |
2017-07-20 | Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and IOCTL_DISK_GET_DRIVE_LAYO... | Mounir IDRASSI | 1 | -2/+2 |
2017-07-05 | Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer. | Mounir IDRASSI | 1 | -4/+5 |
2017-07-04 | Windows: correctly handle SEH exceptions during self-tests in order to disabl... | Mounir IDRASSI | 1 | -1/+10 |
2017-07-04 | Windows Driver: correctly save and restore extended processor state when perf... | Mounir IDRASSI | 1 | -0/+41 |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 |
2017-06-10 | Windows Driver Security: Use enhanced protection of NX pool under Windows 8 a... | Mounir IDRASSI | 1 | -0/+10 |
2017-06-01 | Windows: fix high CPU usage when a favorite is configured to mount using Volu... | Mounir IDRASSI | 1 | -22/+31 |
2017-05-28 | Windows Driver: enhance detection of FAT volumes. | Mounir IDRASSI | 1 | -3/+5 |