Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-29 | Windows: Exclude Argon2 for System Encryption and from automatic detectionArgon2_1.26.13 | Mounir IDRASSI | 9 | -7/+41 | |
Bootloader doesn't support Argon2 yet. We don't want to add overhead to automatic detection for now. | |||||
2024-09-29 | Windows: Implement foundations for Argon2 support as a KDF in addition to PBKDF2 | Mounir IDRASSI | 11 | -21/+120 | |
2024-09-24 | Linux: Improve directory opening logic by prioritizing xdg-open and adding ↵HEADmaster | Mounir IDRASSI | 1 | -46/+52 | |
fallback mechanisms (#1420) - Use xdg-open as the primary method for opening directories, ensuring compatibility with most Linux environments. - Implemented fallback logic to try other known file managers (e.g., nautilus, dolphin, caja, thunar) if xdg-open is unavailable or fails. Based on proposal by @bugtracker2019 | |||||
2024-09-22 | Linux: Add Fedora as supported distribution in CMakeLists.txt | Mounir IDRASSI | 1 | -2/+13 | |
2024-09-19 | Windows: Fix EFI configuration editor various issues | Mounir IDRASSI | 2 | -7/+47 | |
We always using Unicode functions to interact with UI. We convert UTF8 string to UTF16 and vis-versa. Overwrite input string instead of using resize that caused old test to remain. Fix case of readOnly by using correct message. change position of OK/cancel button to match other dialogs. Activate translation on this dialog. | |||||
2024-09-18 | Linux: fix assert by wxWidgets library included in Ubuntu. | Mounir IDRASSI | 1 | -1/+4 | |
2024-09-17 | Windows: Simplify error message related to IsEfiBoot since it always fail ↵ | Mounir IDRASSI | 1 | -20/+6 | |
with ERROR_INVALID_FUNCTION Proposed by @kriegste on https://github.com/veracrypt/VeraCrypt/issues/360 | |||||
2024-09-17 | macOS: fix regression in build script that caused it to ignore fuset switch | Mounir IDRASSI | 1 | -1/+1 | |
fixed by Mattoje #1417 | |||||
2024-09-17 | macOS: restrict --allow-screencapture switch to macOS only since screen ↵ | Mounir IDRASSI | 1 | -0/+2 | |
protection doesn't work on Linux In the code we also enable it for TC_WINDOWS but actually we don't use wxWidgets for Windows build. | |||||
2024-09-17 | Add Option to Enable/Disable Screen Capture (#1418) | Deniz Türkoglu | 6 | -0/+22 | |
Veracrypt currently appears in screenshots and screen captures, which can unintentionally expose sensitive information, such as the fact that Veracrypt is running or the location of your volumes. Both Windows and macOS offer mechanisms to exclude specific windows from being captured. While not foolproof, this is a useful preventative measure. The method is a no-op for Linux/FreeBSD. For more details on the wxWidgets API, see: https://docs.wxwidgets.org/3.2/classwx_top_level_window.html#a337b9cec62b0cbd3b1b1545a83270f64 | |||||
2024-09-16 | Windows: Fix failed EFI detection on some PCs where BootOrder variable is ↵ | Mounir IDRASSI | 1 | -1/+1 | |
not defined. we now report that EFI is not support only when GetFirmwareEnvironmentVariable fails with error ERROR_INVALID_FUNCTION. Proposed by @kriegste on https://github.com/veracrypt/VeraCrypt/issues/360 | |||||
2024-09-16 | macOS: enhance macOS build script(allow local build, specify wxWidgets ↵ | Mounir IDRASSI | 1 | -26/+77 | |
version, control packaging) Based on proposal by @Mattoje in https://github.com/veracrypt/VeraCrypt/issues/1417 | |||||
2024-09-15 | Update Language.sv.xml (#1416) | Jonatan | 1 | -3/+3 | |
* Update Language.sv.xml * Update Language.sv.xml * Update Language.sv.xml | |||||
2024-09-10 | Linux/macOS: Fix missing define that was causing compilation error | Mounir IDRASSI | 1 | -0/+2 | |
2024-09-10 | Translations: Fix wrong escape sequences in Swedish translation (fixed by ↵ | Mounir IDRASSI | 1 | -4/+4 | |
@an1 on Sourceforge) | |||||
2024-09-08 | Windows: Add support for x86 and x64 build for driver and binaries using ↵ | Mounir IDRASSI | 26 | -168/+2518 | |
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation | |||||
2024-09-08 | Windows: use wcstok_s instead of wcstok for more secure parsing of directory ↵ | Mounir IDRASSI | 2 | -107/+107 | |
path | |||||
2024-09-02 | Documentation: Update CHM user guideVeraCrypt_1.26.15 | Mounir IDRASSI | 1 | -0/+0 | |
2024-09-02 | Update Release Notes to mention the fix of EFI regression | Mounir IDRASSI | 2 | -5/+7 | |
2024-09-02 | Windows: Fix bug in disabling of Windows privileges, they were completely ↵ | Mounir IDRASSI | 1 | -2/+2 | |
removed instead This started to cause issues after latest changes to disable privileges when they are no more needed. Because of the bug, the privileges could not be enabled again because they were wrongly removed. | |||||
2024-09-02 | Windows: Fix truncated displayed error message | Mounir IDRASSI | 1 | -4/+4 | |
2024-09-01 | Windows: Update Release Notes for 1.26.15 release to mention MSI related changes | Mounir IDRASSI | 2 | -0/+34 | |
2024-09-01 | Translations: update Russian translation file by Dmitry Yerokhin. | Mounir IDRASSI | 1 | -2/+2 | |
2024-09-01 | Windows: Ensure that installation folder is removed after MSI uninstall by ↵ | Mounir IDRASSI | 1 | -0/+90 | |
scheduling removal on reboot if needed | |||||
2024-09-01 | Windows: Fix MSI not overwriting existing data files (chm, html, xml) with ↵ | Mounir IDRASSI | 1 | -470/+458 | |
new version We use Checksum attribute so that MSI compares hash of file on disk with expected value and trigger overwrite if they differ | |||||
2024-09-01 | Windows: Fix MSI not installing all new documentation file. Remove old files ↵ | Mounir IDRASSI | 83 | -195/+1114 | |
left from old versions. Increment version to 1.26.15. | |||||
2024-08-31 | Documentation: Fix wrong version in Language Packs.html | Mounir IDRASSI | 2 | -2/+2 | |
2024-08-30 | Wndows: Fix error 1603 returned by MSI silent install when ↵ | Mounir IDRASSI | 1 | -0/+1 | |
REBOOT=ReallySuppress specified and a reboot is required In this case, installation was done by the customer action VC_CustomAction_DoChecks was returning the error ERROR_INSTALL_FAILURE (1603)nevertheless. Now we return success code correctly. | |||||
2024-08-26 | Documentation: Update CHM documentationVeraCrypt_1.26.14 | Mounir IDRASSI | 1 | -0/+0 | |
2024-08-25 | Documentation: Indicate TrueCrypt 6.x and 7.x for the supported TrueCrypt ↵ | Mounir IDRASSI | 2 | -2/+2 | |
volumes until 1.25.9 | |||||
2024-08-25 | Translations: Update Russian translation by Dmitry Yerokhin | Mounir IDRASSI | 4 | -53/+53 | |
2024-08-25 | Linux: Add script to sign generated rpms | Mounir IDRASSI | 1 | -0/+54 | |
2024-08-25 | Increment version to 1.26.14. Set release date to August 25th. | Mounir IDRASSI | 82 | -94/+94 | |
2024-08-25 | Linux/MacOSX: Only load valid XML language files (Language.langid.xml format ↵ | Mounir IDRASSI | 1 | -5/+14 | |
with langid one of the predefined language identifiers) | |||||
2024-08-24 | Windows: Fix regression causing crash when a wrong password is used when ↵ | Mounir IDRASSI | 3 | -3/+3 | |
changing password of volumes | |||||
2024-08-22 | Revert "Add Hausa translation (#1404)" (#1407) | Mounir IDRASSI | 8 | -1694/+0 | |
This reverts commit ce9537f2b847b9b3b89e8dfca377d2659b3f02fc. | |||||
2024-08-21 | Add Hausa translation (#1404) | Marius Kjærstad | 8 | -0/+1694 | |
2024-08-21 | Windows: Only load valid XML language files (Language.xx.xml or ↵ | Mounir IDRASSI | 1 | -0/+44 | |
Language.xx-yy.xml format) | |||||
2024-08-21 | Windows: Enhance packaging batch file to bundle only valid XML language files | Mounir IDRASSI | 1 | -1/+17 | |
This prevents the inadvertent inclusion of XML file artifacts (e.g., Language.fr - Copy.xml) during the creation of installers. | |||||
2024-08-21 | Added some translations to Arabic (#1403) | Marius Kjærstad | 1 | -201/+201 | |
2024-08-20 | Documentation: refinements, update Russian documentation. | Mounir IDRASSI | 4 | -4/+10 | |
2024-08-20 | Documentation: Update documentation for TrueCrypt conversion | Mounir IDRASSI | 2 | -4/+8 | |
2024-08-20 | Translations: fix wrong name in an entry id in Ukrainian translation. | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-20 | Added some translations to Ukrainian (#1402) | Marius Kjærstad | 1 | -325/+325 | |
2024-08-17 | Add newly added HTML documentation page to the CHM documentation | Mounir IDRASSI | 3 | -0/+5 | |
2024-08-17 | Add missing entry in the Release Notes | Mounir IDRASSI | 1 | -0/+1 | |
2024-08-17 | Update Release Notes. Set release date to August 17th. | Mounir IDRASSI | 4 | -3/+5 | |
2024-08-17 | Documentation: Add conversion guide for deprecated features. Mention hidden ↵ | Mounir IDRASSI | 6 | -1/+200 | |
volumes in TrueCrypt conversion | |||||
2024-08-17 | Translations: Fix encoding issue in Japanese XML file | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-17 | Translations: Fix XML issues in Thai language file | Mounir IDRASSI | 1 | -3/+3 | |