Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 4 | -1191/+243 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 4 | -243/+1191 | |
* 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> | |||||
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 2 | -5/+14 | |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 1 | -4/+4 | |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 1 | -6/+3 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 1 | -2/+2 | |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 1 | -2/+2 | |
2022-02-11 | Windows: Increment version to 1.25.8.1 and update signed Windows drivers | Mounir IDRASSI | 1 | -2/+2 | |
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 2 | -25/+34 | |
compression instead of DEFLATE | |||||
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 1 | -2/+2 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 1 | -0/+132 | |
Windows Vista,7, 8 and 8.1. | |||||
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 1 | -2/+2 | |
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 1 | -2/+2 | |
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 1 | -2/+2 | |
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 1 | -4/+4 | |
2021-08-15 | Windows: Increment version to 1.24.25.3 and update signed Windows driver | Mounir IDRASSI | 1 | -2/+2 | |
2021-08-02 | Windows: Increment version to 1.24.25.2 and update signed Windows driver | Mounir IDRASSI | 1 | -2/+2 | |
2021-07-13 | Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ↵ | Mounir IDRASSI | 1 | -6/+6 | |
equivalents This fixed failure to build driver for ARM64 with latest VS 2019 | |||||
2021-01-02 | Increment version to 1.24-Update9 | Mounir IDRASSI | 1 | -4/+4 | |
2021-01-02 | Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵ | Mounir IDRASSI | 2 | -0/+749 | |
System encryption still not implemented on ARM64 | |||||
2021-01-02 | Windows: Fix issue in preserving last access timestamp of file containers ↵ | Mounir IDRASSI | 1 | -2/+0 | |
when creating hidden volumes in direct mode inside them | |||||
2020-11-29 | Increment version to 1.24-Update8 | Mounir IDRASSI | 1 | -4/+4 | |
2020-08-06 | Increment internal version to 1.24.23 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2020-08-06 | Windows: Fix crash when using portable 32-bit "VeraCrypt ↵ | Mounir IDRASSI | 2 | -4/+4 | |
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed | |||||
2020-08-06 | Increment internal version to 1.24.22 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2020-08-03 | Increment internal version to 1.24.21 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2020-07-28 | Windows: Don't allow a directory path to be entered for the file container ↵ | Mounir IDRASSI | 1 | -1/+17 | |
to be created in Format wizard | |||||
2020-07-22 | Increment internal version to 1.24.20 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2020-07-22 | Windows: Warn about Fast Startup if it is enabled during system encryption ↵ | Mounir IDRASSI | 3 | -0/+58 | |
or volume creation and propose to disable it | |||||
2020-07-06 | Windows: correctly wipe password in UI input field in case of direct ↵ | Mounir IDRASSI | 1 | -2/+8 | |
creation of Hidden volume or resuming non-system in-place encryption | |||||
2020-07-06 | Windows: Support direct password drag-n-drop from external applications ↵ | Mounir IDRASSI | 1 | -2/+26 | |
(e.g. KeePass) which is more secure than using clipboard. | |||||
2020-07-04 | Increment internal version to 1.24.19 | Mounir IDRASSI | 1 | -2/+2 | |
2020-06-29 | Increment internal version to 1.24.18 and update signed Windows drivers. | Mounir IDRASSI | 1 | -2/+2 | |
2020-06-28 | Windows: remove unused code targeting Windows 2000. | Mounir IDRASSI | 1 | -14/+2 | |
2020-06-23 | Increment version to 1.24-Update7 | Mounir IDRASSI | 1 | -4/+4 | |
2020-06-23 | Windows: Don't allow Hidden volume to have the same password, PIM and ↵ | Mounir IDRASSI | 1 | -7/+49 | |
keyfiles as Outer volume | |||||
2020-03-10 | Increment version to 1.24-Update6 | Mounir IDRASSI | 1 | -4/+4 | |
2020-03-10 | Windows: Add /secureDesktop switch to VeraCrypt Format | Mounir IDRASSI | 1 | -0/+21 | |
2020-03-10 | Windows: Support using token keyfile when creating file container using ↵ | Mounir IDRASSI | 1 | -1/+33 | |
command line | |||||
2020-02-11 | Increment version to 1.24-Update5 and update signed Windows drivers. | Mounir IDRASSI | 1 | -4/+4 | |
2020-02-10 | Windows: Fix warnings reported by Coverity static code analyzer | Mounir IDRASSI | 1 | -8/+17 | |
2020-02-04 | Windows: Fix groupbox alignment issue in UI of Fprmat wizard | Mounir IDRASSI | 1 | -1/+1 | |
2020-01-22 | Increment version to 1.24-Update4 and update Release Notes | Mounir IDRASSI | 1 | -4/+4 | |
2020-01-22 | Windows: Fix regression in Expander and Format when RAM encryption is enable ↵ | Mounir IDRASSI | 1 | -0/+41 | |
that was causing volume headers to be corrupted. | |||||
2020-01-21 | Windows: Fix failure of Screen Readers (Accessibility support) to reader UI ↵ | Mounir IDRASSI | 1 | -0/+12 | |
by disabling newly introduced memory protection by default and adding a CLI switch (/protectMemory) to enable it when needed. This fixes issue https://github.com/veracrypt/VeraCrypt/issues/536 | |||||
2019-12-16 | Update version information in preparation for 1.24-Update2 release | Mounir IDRASSI | 1 | -2/+2 | |