Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-27 | Windows: fix failure to create rescue and thus to encrypt the system if the ↵ | Mounir IDRASSI | 1 | -6/+13 | |
Windows username contains a UNICODE non-ASCII character (cf https://github.com/veracrypt/VeraCrypt/issues/441) | |||||
2019-10-27 | Windows: code refactoring and convert NTSTATUS error code to WIN32 ↵ | Mounir IDRASSI | 1 | -38/+21 | |
equivalent before displaying error message. | |||||
2019-10-27 | Windows: Make EFI System Encryption PostOOBE code more robust to failure to ↵ | Mounir IDRASSI | 1 | -90/+101 | |
access "\\\\?\\GLOBALROOT" disk namespace | |||||
2019-10-27 | Windows: Update EFI NVRAM variable only if changed or doesn't exist and add ↵ | Mounir IDRASSI | 1 | -9/+19 | |
configuration to force setting EFI BootNext to veraCrypt bootloader before each shutdown | |||||
2019-10-26 | Windows: Restore veraCrypt boot meny entry for system encryption more often, ↵ | Mounir IDRASSI | 1 | -7/+16 | |
especially during PostOOBE calls, and handle additional corner cases. | |||||
2019-10-25 | Windows: Fix test of GetPrivateProfileString output since this function ↵ | Mounir IDRASSI | 1 | -1/+1 | |
discards double quotation marks | |||||
2019-10-25 | Windows: only update MBR first 512 bytes if they have changed and don't ↵ | Mounir IDRASSI | 1 | -30/+45 | |
update full MBR bootload in case of PostOOBE | |||||
2019-10-25 | Windows: Avoid unnecessarily update of system encryption SetupConfig related ↵ | Mounir IDRASSI | 1 | -4/+53 | |
files if there content didn't change | |||||
2019-10-20 | Windows: Avoid unnecessary write operations when copying/modifying EFI ↵ | Mounir IDRASSI | 1 | -6/+124 | |
bootloader files in order to avoid leaking modification timestamp | |||||
2019-10-20 | Windows: add more checks to correctly identify Microsoft original bootloader. | Mounir IDRASSI | 1 | -3/+24 | |
2019-10-20 | Windows: Add checks that the System Favorites service is running. Warn user ↵ | Mounir IDRASSI | 1 | -1/+39 | |
if he enabled option to clear RAM encryption keys and the service is stopped. | |||||
2019-10-18 | Windows: handle case of DcsProp configuration file for EFI system encryption ↵ | Mounir IDRASSI | 1 | -30/+91 | |
contains wrong "ActionSuccess" entry that points towards bootmgfw.efi which is now our bootloader and not Microsoft one. | |||||
2019-10-14 | Windows: Fix regression that causes system favorites not to mount if ↵ | Mounir IDRASSI | 1 | -1/+9 | |
VeraCrypt 1.24 is freshly installed and not updated. | |||||
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -1/+4 | |
custom SecureBoot key instead | |||||
2019-01-15 | Windows: enhancements to EFI system encryption, like handling of Multi-Boot ↵ | Mounir IDRASSI | 1 | -38/+71 | |
and better compatibility with Windows Upgrade process. | |||||
2019-01-14 | Windows: enhance support of new behavior of favorite service which is now ↵ | Mounir IDRASSI | 1 | -5/+6 | |
always running in case of system encryption | |||||
2019-01-14 | Windows: Implement feature that enables clearing of encryption keys when a ↵ | Mounir IDRASSI | 1 | -51/+23 | |
new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade). | |||||
2018-10-10 | Windows: zero TC_IOCTL_GET_SYSTEM_DRIVE_CONFIG input/output parameter as it ↵ | Mounir IDRASSI | 1 | -0/+2 | |
is done for other IOCTLs | |||||
2018-09-03 | Windows: handle case of inconsistencies in EFI system partition content ↵ | Mounir IDRASSI | 1 | -5/+32 | |
during system encryption wizard caused by older VeraCrypt system encryption not properly uninstalled (e.g. reinstall Windows without decryption first). | |||||
2018-09-03 | Windows: add define to support case of using EFI bootloader signed by ↵ | Mounir IDRASSI | 1 | -3/+24 | |
Microsoft (no check on custom keys in BIOS + removal of DcsBml EFI driver since it can not be signed). | |||||
2018-08-15 | Windows: Add various checks and replace STL code after Coverity report | Mounir IDRASSI | 1 | -1/+1 | |
2018-08-06 | Windows: Fix hidden OS boot after upgrade to version 1.23 by explicitly ↵ | Mounir IDRASSI | 1 | -3/+2 | |
specifying the new name for the bootloader to launch after password validation. | |||||
2018-05-03 | Windows: Support machines without "EFI\Boot" folder for EFI system ↵ | Mounir IDRASSI | 1 | -70/+105 | |
encryption (e.g. Windows LTSB). Compatibility enhancements for EFI system encryption. | |||||
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵ | Mounir IDRASSI | 1 | -5/+290 | |
and VeraCrypt-DCS custom keys were not loaded in the machine firmware. | |||||
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 1 | -6/+128 | |
on Microsoft bootloader (e.g. HP). | |||||
2018-04-23 | Windows: enhance ReflectDrivers mechanism by persisting it across major ↵ | Mounir IDRASSI | 1 | -3/+32 | |
Windows upgrades. | |||||
2018-04-23 | Windows: code refactoring | Mounir IDRASSI | 1 | -15/+10 | |
2018-04-23 | Windows: remove ending backslash from installation path written to ↵ | Mounir IDRASSI | 1 | -0/+7 | |
SetupConfig.ini | |||||
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ↵ | Mounir IDRASSI | 1 | -0/+59 | |
ReflectDrivers mechanism whose support started from Windows 10 version 1607. | |||||
2018-03-28 | Windows: use the same default value for EFI system encryption password ↵ | Mounir IDRASSI | 1 | -2/+2 | |
prompt as in the one used in the bootloader. | |||||
2017-07-20 | Windows: better workaround for cases where ERROR_INVALID_PARAMETER is ↵ | Mounir IDRASSI | 1 | -34/+106 | |
returned during system encryption which is due to 4096-bytes alignment of disk. | |||||
2017-07-03 | Windows: workaround for some cases where the system return ↵ | Mounir IDRASSI | 1 | -8/+35 | |
ERROR_INVALID_PARAMETER when we try to write EFI bootloader files into ESP partition. | |||||
2017-06-29 | Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵ | Mounir IDRASSI | 1 | -2/+54 | |
bootloader files in their resources. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-21 | Windows EFI Bootloader: Add new attributes "DcsBmlDriver" and ↵ | Mounir IDRASSI | 1 | -1/+8 | |
"DcsBmlLockFlags" to EFI configuration DcsProp. Set their values to 0 to disable DcsBml functionality. | |||||
2017-06-11 | Windows: various fixes following Coverity analysis. | Mounir IDRASSI | 1 | -2/+3 | |
2017-06-11 | Windows: Remove unused method ReadEfiConfig | Mounir IDRASSI | 1 | -52/+1 | |
2017-06-11 | Windows: fix compiler warnings | Mounir IDRASSI | 1 | -2/+0 | |
2017-06-11 | Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo). | Mounir IDRASSI | 1 | -22/+84 | |
2017-06-09 | Windows: Fix false warning in case of GPT about Windows not installed on ↵ | Mounir IDRASSI | 1 | -1/+1 | |
boot drive. This is caused by the fact that presence of "bootmgr" file is not mandatory in case of EFI Boot Loader. | |||||
2017-06-05 | Beta2 patch 1 | kavsrf | 1 | -8/+56 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-05 | PlatformInfo read. (via ReadEfiConfig) | kavsrf | 1 | -9/+9 | |
It is displayed in System settings | |||||
2017-06-05 | DcsInfo is added | kavsrf | 1 | -0/+14 | |
2017-06-01 | Windows: fix high CPU usage when a favorite is configured to mount using ↵ | Mounir IDRASSI | 1 | -0/+2 | |
VolumeID when its host device is connected to the machine. | |||||
2017-05-17 | Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵ | Mounir IDRASSI | 1 | -9/+11 | |
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value. | |||||
2016-10-17 | Windows: Support EFI system encryption for 32-bit Windows. | Mounir IDRASSI | 1 | -30/+67 | |
2016-10-17 | Windows: Remove VeraCrypt from EFI boot partition after decrypting the system | Mounir IDRASSI | 1 | -7/+14 | |
2016-10-17 | Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system ↵ | Mounir IDRASSI | 1 | -2/+2 | |
encryption in order to detect machines where changes to EFI boot don't persist after shutdown. | |||||
2016-10-17 | Windows: fix compilation warning | Mounir IDRASSI | 1 | -3/+3 | |
2016-10-17 | Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵ | Mounir IDRASSI | 1 | -106/+188 | |
sources of these library into VeraCrypt source tree. |