VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/FormatCom.idl
AgeCommit message (Collapse)AuthorFilesLines
2023-08-13Windows: Better way to enable required privileges for FastCreate OptionsMounir IDRASSI1-0/+1
If we can set required privilege, we ask the user using UAC to enable them.
2023-08-05Windows: Fix false positive detection of new device insertion when clear ↵Mounir IDRASSI1-1/+2
keys option is enable When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events. When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion. We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices.
2020-08-06Windows: Fix crash when using portable 32-bit "VeraCrypt ↵Mounir IDRASSI1-2/+2
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵Mounir IDRASSI1-0/+1
and VeraCrypt-DCS custom keys were not loaded in the machine firmware.
2018-04-23Windows: implement compatibility for Windows 10 major updates using ↵Mounir IDRASSI1-1/+2
ReflectDrivers mechanism whose support started from Windows 10 version 1607.
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-11Windows: Remove unused method ReadEfiConfigMounir IDRASSI1-2/+1
2017-06-05PlatformInfo read. (via ReadEfiConfig)kavsrf1-1/+1
It is displayed in System settings
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI1-2/+10
2016-05-10Remove trailing whitespaceDavid Foerster1-1/+1
2016-05-10Normalize all line terminatorsDavid Foerster1-53/+53
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI1-1/+2
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-4/+8
and TrueCrypt 3.0.
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-6/+6
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+48