Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-11 | Documentation: Add missing file Miscellaneous.html | Mounir IDRASSI | 1 | -0/+48 | |
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 14 | -1001434/+293 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 14 | -293/+1001434 | |
* 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-08-25 | Windows: use newer MEMORYSTATUSEX structure in call to GlobalMemoryStatusEx | Mounir IDRASSI | 1 | -3/+3 | |
2022-08-25 | Minor bugfixes (#950) | Wendigo | 2 | -6/+12 | |
* Update Dlgcode.c minor bugfixes * GlobalMemoryStatus x64 bugfix GlobalMemoryStatus deprecated in x64 | |||||
2022-08-21 | Fix incorrect text color in dark mode (#920) | Kenneth Chew | 2 | -3/+3 | |
2022-08-21 | Fixed a typo error (#929) | Matteo Baccan | 1 | -1/+1 | |
Hi I have fixed a little typo error: a double semicolon at the end of one line ciao matteo | |||||
2022-08-16 | Documentation overwork (#953) | Felix Reichmann | 31 | -258/+1962 | |
Github PR: https://github.com/veracrypt/VeraCrypt/pull/953 * Create CompilingGuidelinerh * Initial Upload Windows Compiling Guide * Removed RIPEMD-160 from Product64.wxs. See commit from 21.03.2022 * Completed Win compiling guideline * Added link to detailed compiling guide * Added link to detailed compiling guide * Restructured docu main page * Added sourceforge link * Added compiling guide for Linux * References to detailed instructions * Revert "Removed RIPEMD-160 from Product64.wxs. See commit from 21.03.2022" This reverts commit 024ae2a4659a6d9e65673531338e10bd10b8a3a0. * Correction of a div box | |||||
2022-03-31 | Update zlib to version 1.2.12 | Mounir IDRASSI | 18 | -989/+10767 | |
2022-03-31 | HTML Documentation: Add Russian translation by Dmitry Yerokhin | Mounir IDRASSI | 183 | -0/+12985 | |
2022-03-27 | Documentation: clearer description of how number of iterations are calculated | Mounir IDRASSI | 3 | -3/+7 | |
2022-03-27 | Update Language.zh-cn.xml (#914) | nkh0472 | 1 | -1/+1 | |
2022-03-27 | Update Corsican translation for commit 5383190 (#913) | Patriccollu | 1 | -2/+2 | |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 11 | -28/+105 | |
2022-03-26 | Windows: check result of WriteFile and don't block if it is failing (Coverity) | Mounir IDRASSI | 1 | -4/+10 | |
2022-03-26 | Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity) | Mounir IDRASSI | 2 | -15/+16 | |
2022-03-26 | Windows: Fix wrong parameter to CloseHandle function in case of failure of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
CreateEvent (Coverity) | |||||
2022-03-22 | Update release notes for 1.26.0 and set its date to March 21st 2022 | Mounir IDRASSI | 10 | -12/+34 | |
2022-03-21 | Language Translations files: update polish translation | Mounir IDRASSI | 1 | -1/+1 | |
2022-03-21 | Language XML files: Add newly added entry to the XML files of supported ↵ | Mounir IDRASSI | 41 | -0/+41 | |
languages | |||||
2022-03-21 | Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds. - Rescue Disk: enhance "Boot Original Windows Loader" by using embedded backup of original Windows loader if it is missing from disk - Addition of Blake2s and removal of RIPEMD160 & GOST89 | |||||
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 82 | -88/+88 | |
2022-03-21 | Add missing Blake2s source files | Mounir IDRASSI | 10 | -0/+1474 | |
2022-03-21 | Update documentation to add Blake2s-256 and remove RIPEMD-160 | Mounir IDRASSI | 9 | -35/+33 | |
2022-03-21 | Language XML files: update Russian XML file by Dmitry Yerokhin. | Mounir IDRASSI | 1 | -243/+243 | |
2022-03-21 | Windows: Display message to recreate Rescue Disk when upgrading from version ↵ | Mounir IDRASSI | 1 | -1/+1 | |
1.25 or earlier because of the changes in the supported algorithms | |||||
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵ | Mounir IDRASSI | 5 | -0/+42 | |
RIPEMD-160 or GOST89 since they are not supported anymore. | |||||
2022-03-21 | Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF name | Mounir IDRASSI | 1 | -1/+1 | |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 50 | -1944/+482 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-03-07 | Creating Language.co.xml for Corsican (#905) | Patriccollu | 1 | -0/+1613 | |
2022-03-07 | Update Language.de.xml (#899) | Mr-Update | 1 | -414/+414 | |
- Correct typos - Translation improved | |||||
2022-02-20 | Update Language.de.xml (#898)VeraCrypt_1.25.9 | Mr-Update | 1 | -300/+300 | |
- Correct typos - Translation improved | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 88 | -170/+177 | |
2022-02-19 | Linux/MacOSX: Fix hidden volume settings not correctly displayed when ↵ | Mounir IDRASSI | 3 | -4/+7 | |
enabling hidden volume protection in mount options window | |||||
2022-02-18 | Update Language.de.xml (#893) | Mr-Update | 1 | -101/+101 | |
* Update Language.de.xml - Correct typos - Translation improved * Update Language.de.xml I corrected it. | |||||
2022-02-18 | Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an ↵ | Mounir IDRASSI | 1 | -1/+0 | |
assert in libstdc++. The variable has enough capacity so pointer &buffer[0] is valid but since clear method was called, we are not supposed to access element at index 0. Related to Github issue #896 | |||||
2022-02-16 | Windows: Fix wrong Debug reference in VS2019 solution file | Mounir IDRASSI | 1 | -8/+8 | |
2022-02-16 | Update Release Notes and release date | Mounir IDRASSI | 3 | -3/+4 | |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 17 | -19/+19 | |
2022-02-13 | Linux/FreeBSD: Enable building without AESNI support by setting environment ↵ | Mounir IDRASSI | 4 | -7/+32 | |
variable DISABLE_AESNI to 1 during build or passing NOAESNI=1 to make command This comes following Github issue #892 and which should be solved thanks to this. | |||||
2022-02-13 | Language XML files: Update French translation | Mounir IDRASSI | 1 | -92/+92 | |
2022-02-13 | Add missing copyright to README.md | Mounir IDRASSI | 1 | -0/+1 | |
2022-02-13 | Update Language.de.xml (#891) | Mr-Update | 1 | -90/+90 | |
2022-02-11 | Windows: remove debugging left over call to MessageBox | Mounir IDRASSI | 1 | -1/+0 | |
2022-02-11 | Windows: Activate lzma project build for x64 target | Mounir IDRASSI | 1 | -0/+4 | |
2022-02-11 | Update copyrights following integration of LZMA SDK | Mounir IDRASSI | 7 | -94/+358 | |
2022-02-11 | Update Release Notes and set release date to February 10th. | Mounir IDRASSI | 3 | -3/+5 | |
2022-02-11 | Windows: Increment version to 1.25.8.1 and update signed Windows drivers | Mounir IDRASSI | 15 | -16/+16 | |
2022-02-10 | Update Language.de.xml (#890) | Mr-Update | 1 | -105/+105 | |
* Update Language.de.xml - Correct typos - Translation improved * Update Translations/Language.de.xml Co-authored-by: Andreas Becker <andreas-becker@users.noreply.github.com> * Update Language.de.xml * Update Language.de.xml Co-authored-by: Andreas Becker <andreas-becker@users.noreply.github.com> | |||||
2022-02-10 | Update Turkish translation (FabSec; By Fabriel) | Mounir IDRASSI | 1 | -1002/+1002 | |