Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-10 | Linux/MacOSX/FreeBSD: When performing backup of volume header, automatically ↵ | Mounir IDRASSI | 2 | -2/+70 | |
try to use embedded backup header if using the main header fails. | |||||
2018-08-10 | Linux/MacOSX/FreeBSD: In TrueCrypt mode, reject Streebog as KDF since it is ↵ | mounir | 1 | -2/+2 | |
not supported. | |||||
2018-08-08 | Linux/MacOSX/FreeBSD: Add CheckBox in mount option dialog to force the use ↵ | Mounir IDRASSI | 4 | -258/+351 | |
of embedded backup header during mount. | |||||
2018-08-07 | Windows: Display a balloon tip warning or error message when the value ↵ | Mounir IDRASSI | 6 | -11/+146 | |
pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached | |||||
2018-08-06 | Windows: fix warning in debug build | Mounir IDRASSI | 1 | -0/+3 | |
2018-08-06 | Windows: avoid timeout of Secure Desktop display by waiting for the user to ↵ | Mounir IDRASSI | 1 | -3/+16 | |
be really authenticated. Under Windows 10, a user session can be started in the background even before the user has been authenticated and this was causing VeraCrypt to be started before the user has logged in, in turn this was causing Secure Desktop to fail. | |||||
2018-08-06 | crypto: cleaner code for Streebog carry bit handling and add comment about ↵ | Mounir IDRASSI | 1 | -5/+24 | |
missing handling of overflow caused by carry bit. | |||||
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-08-06 | Linux/MacOSX/FreeBSD: add reference to --pim and --new-pim switches in the ↵ | Mounir IDRASSI | 1 | -0/+8 | |
verbose help. | |||||
2018-07-05 | Increment version to 1.23-BETA2 | Mounir IDRASSI | 10 | -29/+29 | |
2018-07-05 | Windows: Update EFI bootloader binaries that implement workaround for first ↵ | Mounir IDRASSI | 6 | -0/+0 | |
sector overwritten by Windows Repair. | |||||
2018-06-24 | Windows: in DEBUG mode, disable verification to Authenticode signature of ↵ | Mounir IDRASSI | 2 | -3/+5 | |
binaries. | |||||
2018-06-14 | Linux/MacOSX/FreeBSD: better handling for mounting systen encrypted disks ↵ | Mounir IDRASSI | 1 | -16/+16 | |
whose first sector has been overwritten (e.g. during windows repair). | |||||
2018-06-11 | Linux/MacOSX/FreeBSD: Support mounting partially encrypted system ↵ | Mounir IDRASSI | 3 | -3/+42 | |
partitions/drivers in ReadOnly mode in order to allow troubleshooting in some cases. | |||||
2018-05-03 | Increment version to 1.23-BETA1 | Mounir IDRASSI | 10 | -29/+29 | |
2018-05-03 | Windows: Support machines without "EFI\Boot" folder for EFI system ↵ | Mounir IDRASSI | 5 | -72/+137 | |
encryption (e.g. Windows LTSB). Compatibility enhancements for EFI system encryption. | |||||
2018-04-29 | MacOSX: support pasting values to password fields using keyboard (CMD+V and ↵ | Mounir IDRASSI | 8 | -0/+107 | |
CMD+A now working properly). This make using password managers with VeraCrypt easier. | |||||
2018-04-28 | Linux: Fix crash if user is able to close the waiting dialog before the ↵ | Mounir IDRASSI | 1 | -3/+15 | |
operation is finished. This can happen if GTK installation show "X" closing icon even if it is programmatically disabled (e.g. on Lubuntu 16.04) | |||||
2018-04-23 | Increment version to 1.23-BETA0 (1.23.0) | Mounir IDRASSI | 10 | -32/+32 | |
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵ | Mounir IDRASSI | 12 | -50/+341 | |
and VeraCrypt-DCS custom keys were not loaded in the machine firmware. | |||||
2018-04-23 | Windows: Update EFI bootloader binaries that implement the new workaround ↵ | Mounir IDRASSI | 8 | -0/+0 | |
for system encryption issues. | |||||
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 5 | -9/+135 | |
on Microsoft bootloader (e.g. HP). | |||||
2018-04-23 | Windows: enhance ReflectDrivers mechanism by persisting it across major ↵ | Mounir IDRASSI | 3 | -4/+42 | |
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: fix driver inf file | Mounir IDRASSI | 5 | -16/+21 | |
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ↵ | Mounir IDRASSI | 18 | -77/+326 | |
ReflectDrivers mechanism whose support started from Windows 10 version 1607. | |||||
2018-04-23 | Windows: handle case when parameter of VerifyModuleSignature is enclosed ↵ | Mounir IDRASSI | 1 | -1/+16 | |
between quotation marks | |||||
2018-04-23 | Windows: during install, copy the 64-bit driver if we are running on 64-bit ↵ | Mounir IDRASSI | 1 | -1/+1 | |
windows | |||||
2018-04-23 | Windows: modify travel disk creation to get binaries from within setup exe ↵ | Mounir IDRASSI | 5 | -87/+159 | |
files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture. | |||||
2018-04-23 | Windows: simplify installer logic by copying only binaries for the current ↵ | Mounir IDRASSI | 6 | -54/+42 | |
architecture. | |||||
2018-04-23 | Windows: implement internal verification of Authenticode digital signature ↵ | Mounir IDRASSI | 5 | -26/+231 | |
for all modules to protect against simple binaries tampering. | |||||
2018-04-23 | Windows: when extracting files in Setup or Portable mode, decompress zip ↵ | Mounir IDRASSI | 1 | -5/+23 | |
files docs.zip and Languages.zip in order to have ready to use configuration. | |||||
2018-04-05 | FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the ↵ | Mounir IDRASSI | 2 | -4/+4 | |
code by VeraCrypt .hc extension | |||||
2018-04-05 | Windows: when Secure Desktop is enabled, use it for Mount Options dialog if ↵ | Mounir IDRASSI | 1 | -3/+3 | |
it is displayed before password dialog (e.g. using menu Volumes > Mount Volume with Options) since it may contains the password for hidden volume. | |||||
2018-04-04 | FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header | Mounir IDRASSI | 1 | -0/+2 | |
2018-04-04 | Platform/Unix: include <sys/sysmacros.h> for major/minor macros (#303) | Gokturk Yuksek | 1 | -0/+1 | |
Starting with glibc 2.26, macros "major" and "minor" are only available from <sys/sysmacros.h> [0]. The build fails with the following without including this header: Unix/FilesystemPath.cpp:84:49: error: ‘major’ was not declared in this scope Unix/FilesystemPath.cpp:84:113: error: ‘minor’ was not declared in this scope [0] https://sourceware.org/ml/libc-alpha/2017-02/msg00079.html | |||||
2018-03-30 | Windows: Update EFI bootloader files for 1.22 release | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-30 | Windows: Update signed driver files for 1.22 | Mounir IDRASSI | 2 | -0/+0 | |
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 12 | -32/+32 | |
2018-03-30 | Windows: workaround for cases where password dialog is not able to get focus. | Mounir IDRASSI | 1 | -1/+16 | |
2018-03-30 | Simplify format of XML language files to make it easy to integrate in ↵ | Mounir IDRASSI | 3 | -1438/+1416 | |
collaborative translation platforms (e.g. Transifex). | |||||
2018-03-28 | Windows: Update EFI bootloader files for 1.22-BETA8 | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-28 | Increment version to 1.22-BETA8 (1.22.8) | Mounir IDRASSI | 10 | -28/+28 | |
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. | |||||
2018-03-27 | Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build | Mounir IDRASSI | 3 | -3/+3 | |
2018-03-27 | Windows: Update EFI bootloader files for 1.22-BETA7 | Mounir IDRASSI | 6 | -0/+0 | |
2018-03-27 | Windows: Update signed driver files for 1.22-BETA7 | Mounir IDRASSI | 2 | -0/+0 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 10 | -28/+28 | |
2018-03-27 | Linux/MacOSX: make the benchmark dialog resize dynamically to accommodate ↵ | Mounir IDRASSI | 1 | -0/+5 | |
the displayed results. |