Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-24 | Windows: make Setup correctly manage option to disable memory protection ↵ | Mounir IDRASSI | 1 | -0/+1 | |
during upgrade | |||||
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 1 | -0/+1 | |
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt | |||||
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 1 | -2/+0 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 1 | -0/+2 | |
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr> | |||||
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵ | Mounir IDRASSI | 1 | -0/+5 | |
System encryption still not implemented on ARM64 | |||||
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -0/+3 | |
custom SecureBoot key instead | |||||
2018-04-23 | Windows: implement compatibility for Windows 10 major updates using ↵ | Mounir IDRASSI | 1 | -0/+5 | |
ReflectDrivers mechanism whose support started from Windows 10 version 1607. | |||||
2018-04-23 | Windows: simplify installer logic by copying only binaries for the current ↵ | Mounir IDRASSI | 1 | -7/+12 | |
architecture. | |||||
2017-07-23 | Windows: display notice about creating new Rescue Disk at first boot after ↵ | Mounir IDRASSI | 1 | -0/+1 | |
upgrade. | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-05 | Windows: move language XML files to new "Languages" folder in the ↵ | Mounir IDRASSI | 1 | -74/+2 | |
installation directory. | |||||
2017-06-05 | Windows: Move User Guide CHM file under "docs" folder | Mounir IDRASSI | 1 | -2/+0 | |
2017-06-05 | Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ↵ | Mounir IDRASSI | 1 | -2/+2 | |
upgrading. | |||||
2017-05-15 | Windows: Add HTML documentation to Windows installer. | Mounir IDRASSI | 1 | -8/+10 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -4/+4 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -190/+190 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -125/+123 | |
2015-09-06 | Windows: Installer and Traveler Disk Setup both always copy 32-bit and ↵ | Mounir IDRASSI | 1 | -0/+6 | |
64-bit executable binaries. | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -7/+13 | |
and TrueCrypt 3.0. | |||||
2015-06-10 | Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵ | Mounir IDRASSI | 1 | -1/+1 | |
VeraCrypt driver file. | |||||
2015-05-22 | Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ↵ | Mounir IDRASSI | 1 | -0/+3 | |
install 64-bit exe files on Windows 64-bit. This gives a boot in performance for encryption/decryption of partitions/drives on Windows 64-bit. | |||||
2015-02-13 | Windows: Add VeraCryptExpander.exe to the Windows installer. | Mounir IDRASSI | 1 | -0/+2 | |
2014-11-08 | Correctly support reinstalling the same version. Overwrite the bootloader if ↵ | Mounir IDRASSI | 1 | -0/+1 | |
the same version detected. | |||||
2014-11-08 | Include language xml files in the setup | Mounir IDRASSI | 1 | -2/+76 | |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new ↵ | Mounir IDRASSI | 1 | -13/+13 | |
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word. | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+100 | |