Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2016-08-16 | Windows: Fix various issues detected by static analysis. | Mounir IDRASSI | 1 | -3/+6 | |
2016-08-16 | Windows: fix SetupAPI issue on some machines where it fails to handle ↵ | Mounir IDRASSI | 1 | -11/+178 | |
properly AddReg/DelReg operations during System encryption/decryption wizard. | |||||
2016-08-15 | Windows: Implement Rescue Disk support for EFI system encryption | Mounir IDRASSI | 1 | -142/+475 | |
2016-08-15 | Windows: Implement support for EFI system encryption in Windows GUI. | Mounir IDRASSI | 1 | -184/+1333 | |
2016-08-15 | Windows: Add support for Streebog (hash) and kuznyechik (encryption) | Mounir IDRASSI | 1 | -0/+15 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 1 | -0/+13 | |
system encryption. | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -40/+40 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -2813/+2813 | |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 1 | -5/+39 | |
storing PIM value unencrypted in MBR. | |||||
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis ↵ | Mounir IDRASSI | 1 | -21/+25 | |
tool Coverity. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-03 | Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵ | Mounir IDRASSI | 1 | -31/+3 | |
arbitrary code execution with elevation of privilege (CVE-2016-1281) | |||||
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -116/+113 | |
2015-09-16 | Windows: Add functionality to verify Rescue Disk ISO image file. | Mounir IDRASSI | 1 | -0/+25 | |
2015-09-16 | Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵ | Mounir IDRASSI | 1 | -20/+28 | |
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification. | |||||
2015-09-06 | Windows Installer: better handling for updating system favorite service from ↵ | Mounir IDRASSI | 1 | -0/+34 | |
1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it. | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -5/+9 | |
and TrueCrypt 3.0. | |||||
2015-08-06 | Windows: Add extra checks for bootloader tampering. | Mounir IDRASSI | 1 | -0/+5 | |
2015-07-29 | Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct ↵ | Mounir IDRASSI | 1 | -3/+56 | |
bootloader when changing the system encryption password: this enables to recover if an attack is detected. | |||||
2015-07-13 | Windows: on 64-bit Windows, more System favorite service from SysWoW64 to ↵ | Mounir IDRASSI | 1 | -28/+45 | |
System32 since now all binaries are native 64-bit on 64-bit machines. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -9/+9 | |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues ↵ | Mounir IDRASSI | 1 | -50/+50 | |
reported by users | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -7/+9 | |
2015-05-26 | Windows: solve 64-bit compilation warnings after checking that they are ↵ | Mounir IDRASSI | 1 | -6/+6 | |
harmless. | |||||
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵ | Mounir IDRASSI | 1 | -3/+22 | |
to random generator to abort in case of error and display a diagnose message to the user. | |||||
2015-02-09 | Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by ↵ | Mounir IDRASSI | 1 | -66/+172 | |
checking memory allocation. Avoid throwing exception in File constructor and simplify code. | |||||
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt ↵ | Mounir IDRASSI | 1 | -2/+2 | |
volumes to VeraCrypt using the change password functionality. | |||||
2014-12-27 | Windows: use the correct parent window when changing the password of the ↵ | Mounir IDRASSI | 1 | -6/+6 | |
encrypted system partition. | |||||
2014-12-27 | Windows: use the correct window handle for creating message boxes. This ↵ | Mounir IDRASSI | 1 | -9/+9 | |
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog. | |||||
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the ↵ | Mounir IDRASSI | 1 | -3/+4 | |
correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption. |