Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-01 | Fix issues launching fsck via terminal on Linux (#1086) | Jertzukka | 1 | -0/+1 | |
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working. | |||||
2023-05-28 | Pkcs5.c: Fix typos where SHA256 is mentionned instead of Blake2s | Mounir IDRASSI | 1 | -5/+5 | |
This didn't cause any issue because SHA256_DIGESTSIZE is equal to BLAKE2S_DIGESTSIZE | |||||
2023-05-26 | Windows: Add missing update of libzip zip_err_str.c and fix libzip related ↵ | Mounir IDRASSI | 4 | -80/+147 | |
project configuration | |||||
2023-05-25 | Update Libzip to latest 1.9.2 (#1071) | DLL125 | 144 | -4059/+8304 | |
* Libzip 1.9.2 Updated Libzip to latest version 1.9.2 and changed version number in the config.h from 1.7.3 to 1.9.2. Not sure if anything else needs to be tweaked :) * Modified Libzip to work with Visual studio * Update README.md Update libzip copyright. * Added the missing files. I've added the missing files zipconf.h and config.h, I've missed those sorry for that! | |||||
2023-05-19 | update zlib to latest version 1.2.13 (#986) | Wendigo | 18 | -228/+262 | |
2023-05-18 | Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes ↵ | Jertzukka | 1 | -0/+1 | |
(#1029) the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting. | |||||
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 4 | -133/+30 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 4 | -30/+133 | |
* 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-03-31 | Update zlib to version 1.2.12 | Mounir IDRASSI | 18 | -989/+10767 | |
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 3 | -19/+48 | |
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 | 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 | 1 | -1/+1 | |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 1 | -4/+4 | |
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵ | Mounir IDRASSI | 3 | -0/+30 | |
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 | 13 | -316/+313 | |
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 | Update Release Notes and release date | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-11 | Update copyrights following integration of LZMA SDK | Mounir IDRASSI | 1 | -1/+2 | |
2022-02-11 | Update Release Notes and set release date to February 10th. | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-10 | Windows Driver: Don't cache the password if outer volume mounting succeeds ↵ | Mounir IDRASSI | 2 | -4/+12 | |
but hidden volume mounting fails | |||||
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 29 | -0/+13219 | |
compression instead of DEFLATE | |||||
2022-02-10 | Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt ↵ | Mounir IDRASSI | 1 | -934/+950 | |
installed using MSI | |||||
2022-02-06 | Windows: Add registry setting to disable erasing encryption keys on Windows ↵ | Mounir IDRASSI | 1 | -0/+2 | |
shutdown/reboot. This helps solve BSOD during shutdown/reboot on some machines. Under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt", create a REG_DWORD value named "VeraCryptEraseKeysShutdown" and set its value to 0. | |||||
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 1 | -3/+3 | |
2022-02-02 | Windows: Fix failure to verify driver file signature since it is signed by ↵ | Mounir IDRASSI | 1 | -1/+12 | |
Microsoft not us. This caused a failure when creating Traveler Disk | |||||
2022-02-01 | Windows: Make MSI installer compatible with System Encryption by leveraging ↵ | Mounir IDRASSI | 2 | -4/+15 | |
VeraCrypt service capabilities | |||||
2022-01-30 | Windows: Fix wrong check on IUnknown_QueryService function pointer | Mounir IDRASSI | 1 | -1/+1 | |
2022-01-30 | Windows: Enhancement to CVE-2019-19501 fix to using ↵ | Mounir IDRASSI | 1 | -4/+119 | |
IShellDispatch2::ShellExecuteW if RunAsDesktopUser fails. Also we don't use the fix if UAC is disabled since in this case the Shell Explorer.exe will be elevated anyway so we can't use to reduce elevation. | |||||
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 1 | -2/+2 | |
2022-01-07 | Windows: Update IDRIX SHA-256 code signing certificate to latest one | Mounir IDRASSI | 1 | -6/+6 | |
2022-01-07 | Windows: Fix text truncation in setup wizard and modaless waiting dialog | Mounir IDRASSI | 1 | -1/+1 | |
2022-01-02 | Update documentation and Release Notes for restored Windows 7 support. Set ↵ | Mounir IDRASSI | 1 | -1/+1 | |
1.25.6 release date at January 3rd 2022 | |||||
2022-01-02 | Windows: Restore support of Windows 7, 8/8.1 by using single attestation ↵ | Mounir IDRASSI | 2 | -4/+233 | |
signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files. - Windows 7 needs KB3033929 or KB4474419 - Windows Vista needs KB4039648 or KB4474419 | |||||
2022-01-02 | Set 1.25.6 release date to January 1st 2022 | Mounir IDRASSI | 1 | -3/+3 | |
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-30 | Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 1 | -1/+1 | |
2021-12-30 | Windows driver: Set maximum values for encryption queue parameters. Add ↵ | Mounir IDRASSI | 1 | -0/+9 | |
IOCTL code to read used values from user space maximum value for EncryptionFragmentSize is 2048 maximum value for EncryptionIoRequestCount is 8192 maximum value for EncryptionItemCount is (EncryptionIoRequestCount/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-24 | MacOSX: Increment version to 1.24.5 and update release notes. | Mounir IDRASSI | 1 | -1/+1 | |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 1 | -2/+2 | |
2021-12-20 | Windows Driver: Add registry settings to control driver internal encryption ↵ | Mounir IDRASSI | 1 | -0/+4 | |
queue Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt: - VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256. - VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16. - VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8. | |||||
2021-12-04 | Windows: Don't use version string suffix in language files version check. It ↵ | Mounir IDRASSI | 1 | -1/+1 | |
is empty by default and for special build we want to use the same language files as standard build | |||||
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 5 | -16/+80 | |
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 | -3/+3 | |
2021-11-28 | Language XML files: Fix wrong reference to VeraCrypt 6.0 which actually ↵ | Mounir IDRASSI | 1 | -1/+1 | |
should be TrueCrypt 6.0 | |||||
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 1 | -2/+2 | |