VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver
AgeCommit message (Expand)AuthorFilesLines
2019-10-02Increment version to 1.24-Beta6Mounir IDRASSI1-2/+2
2019-10-01Windows Driver: Disable Hibernation when RAM encryption is enabled since we c...Mounir IDRASSI1-0/+6
2019-03-09Increment version to 1.24-Beta5Mounir IDRASSI1-2/+2
2019-03-09Windows Driver: fix BSOD when mounting outer volume with hidden volume protec...Mounir IDRASSI1-1/+1
2019-03-09Increment version to 1.24-Beta4 and update release notes to clarify that pass...Mounir IDRASSI1-2/+2
2019-03-08Windows Driver: fix BSOD when mounting hidden volume if RAM encryption is ena...Mounir IDRASSI1-4/+5
2019-03-03Windows Driver: Add IOCTL code to query RAM encryption status in VeraCrypt dr...Mounir IDRASSI1-0/+11
2019-03-03Increment version to 1.24-Beta3. Update Release Notes.Mounir IDRASSI1-2/+2
2019-03-01Windows Driver: Enable RAM encryption only after its security parameters were...Mounir IDRASSI1-6/+5
2019-03-01-1/+1
2018-10-10Windows Driver: replace system functions RtlUpcaseUnicodeChar/RtlUnalignedStr...Mounir IDRASSI1-9/+41
2018-09-21Increment version to 1.23-Hotfix-1Mounir IDRASSI1-4/+4
2018-09-21Windows driver: add extra check for data read in TC_IOCTL_OPEN_TEST handlingMounir IDRASSI1-1/+31
2018-09-21Windows: fix low severity vulnerability in driver that allowed reading 3 byte...Mounir IDRASSI1-49/+82
2018-09-03Increment version to 1.23-BETA8 and update release notes.Mounir IDRASSI1-2/+2
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI1-2/+2
2018-09-01Windows: extended Windows defragmenter workaround to Windows 8.1Mounir IDRASSI1-3/+3
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI1-4/+4
2018-08-24Windows: implement a driver configuration option to explicitly allow defragme...Mounir IDRASSI2-1/+4
2018-08-18Increment version to 1.23-BETA5 and update release notesMounir IDRASSI1-2/+2
2018-08-18Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks...Mounir IDRASSI3-5/+32
2018-08-16Increment version to 1.23-BETA4 and update release notes.Mounir IDRASSI1-2/+2
2018-08-15WIndows driver: add check for failed memory allocationMounir IDRASSI1-8/+11
2018-08-12Increment version to 1.23-BETA3 and update release notes.Mounir IDRASSI1-2/+2
2018-07-05Increment version to 1.23-BETA2Mounir IDRASSI1-2/+2
="n">trail, _MAX_PATH, L"\\"); } token = wcstok (NULL, L"\\/"); } } if (tokpath[1] == L':') { /* drive letter */ StringCbCatW (trail, _MAX_PATH, tokpath); StringCbCatW (trail, _MAX_PATH, L"\\"); token = wcstok (NULL, L"\\/"); } while (token != NULL) { int x; StringCbCatW (trail, _MAX_PATH, token); x = _wmkdir (trail); StringCbCatW (trail, _MAX_PATH, L"\\"); token = wcstok (NULL, L"\\/"); } return _wstat (path, &st); }