Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-04-02 | Language XML files: update Czech translation (contributed by Lagardere) | Mounir IDRASSI | 1 | -550/+551 | |
2018-03-30 | Language XML files: Update Arabic translation (contributed by Ali Khojah)VeraCrypt_1.22 | Mounir IDRASSI | 1 | -2/+2 | |
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 | Docummentation: update Release Notes for 1.22 | Mounir IDRASSI | 2 | -1/+3 | |
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 50 | -70/+70 | |
2018-03-30 | Windows: workaround for cases where password dialog is not able to get focus. | Mounir IDRASSI | 1 | -1/+16 | |
2018-03-30 | Update some XML languages files using translations done in Transifex | Mounir IDRASSI | 4 | -184/+183 | |
2018-03-30 | Simplify format of XML language files to make it easy to integrate in ↵ | Mounir IDRASSI | 42 | -57169/+56566 | |
collaborative translation platforms (e.g. Transifex). | |||||
2018-03-30 | Documentation: Add missing image file. | Mounir IDRASSI | 2 | -0/+1 | |
2018-03-28 | Language XML files: update Russian XML file by Dmitry Yerokhin. | Mounir IDRASSI | 1 | -3/+3 | |
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 | 51 | -68/+68 | |
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 | Docummentation: update Release Notes for 1.22-BETA7 | Mounir IDRASSI | 2 | -1/+2 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 49 | -67/+67 | |
2018-03-27 | Documentation: document newly added cascades of cipher algorithms ↵ | Mounir IDRASSI | 3 | -0/+85 | |
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) | |||||
2018-03-27 | Linux/MacOSX: make the benchmark dialog resize dynamically to accommodate ↵ | Mounir IDRASSI | 1 | -0/+5 | |
the displayed results. | |||||
2018-03-27 | Crypto: Add support for 5 new cascades of cipher algorithms ↵ | Mounir IDRASSI | 8 | -6/+406 | |
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) | |||||
2018-03-26 | Language Files: update polish translation | Mounir IDRASSI | 1 | -2/+2 | |
2018-03-25 | Docummentation: update Release Notes for 1.22-BETA6 | Mounir IDRASSI | 2 | -1/+2 | |
2018-03-25 | Increment version to 1.22-BETA6 (1.22.6) | Mounir IDRASSI | 49 | -67/+67 | |
2018-03-25 | Windows: handle rare case where call to SwitchDestop fails when trying to ↵ | Mounir IDRASSI | 1 | -11/+30 | |
display password dialog in our secure desktop. This can happen for example if VeraCrypt process is launched early when user session is opened and it tries to load favorites before user workstation becomes visible. | |||||
2018-03-25 | Windows: use cleaner approach to implement bringing our windows to ↵ | Mounir IDRASSI | 1 | -14/+23 | |
foreground. The previous implementation was causing issues with other application, like random freezing. | |||||
2018-03-25 | Windows: ensure that out secure desktop has always user input to avoid cases ↵ | Mounir IDRASSI | 1 | -0/+76 | |
where another application switch to default desktop while our password dialog is displayed. | |||||
2018-03-22 | Update dates on some copyrights statements | Mounir IDRASSI | 3 | -7/+7 | |
2018-03-22 | Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated ↵ | Mounir IDRASSI | 14 | -0/+0 | |
(EFI based)") | |||||
2018-03-22 | Windows: Update signed driver files for 1.22-BETA5 | Mounir IDRASSI | 2 | -0/+0 | |
2018-03-22 | Docummentation: update Release Notes for 1.22-BETA5 | Mounir IDRASSI | 2 | -1/+7 | |
2018-03-22 | Increment version to 1.22-BETA5 (1.22.5) | Mounir IDRASSI | 49 | -69/+69 | |
2018-03-22 | Documentation: Update copyright information. | Mounir IDRASSI | 1 | -4/+4 | |
2018-03-22 | Documentation: add information about data leaks in Windows related to ↵ | Mounir IDRASSI | 1 | -2/+5 | |
shellbags registry keys (reported by DrunkenSasquatch at https://github.com/veracrypt/VeraCrypt/issues/276) |