Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
25 hours | Windows Driver: Use system functions directly instead of dynamic loading ↵ | Mounir IDRASSI | 2 | -59/+12 | |
since we are targeting Windows 10 | |||||
2 days | Windows: Fix driver crash caused by 32-bit leftover code in ↵ | Mounir IDRASSI | 1 | -3/+0 | |
derive_key_blake2s function | |||||
3 days | Windows: Avoid modifying BootArguments structure and use __unaligned keyword ↵ | Mounir IDRASSI | 2 | -2/+2 | |
to inform compiler that pointer is unaligned. This avoids issues with existing bootloaders | |||||
3 days | Windows: remove 32-bit logic from the code since we support only 64-bit. ↵ | Mounir IDRASSI | 15 | -279/+41 | |
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects | |||||
3 days | Windows: Fix regression in self-test of hash algorithms that caused them to fail | Mounir IDRASSI | 1 | -2/+2 | |
3 days | Windows: remove VS 2019 solution and project files since we migrated to VS 2022. | Mounir IDRASSI | 5 | -761/+0 | |
3 days | Windows: move main project files and solution from VS 2010 to VS 2022. ↵ | Mounir IDRASSI | 3 | -17/+198 | |
Delete unused files. | |||||
3 days | Windows: Fix warning when building Setup and Portable. No file elevation is ↵ | Mounir IDRASSI | 1 | -0/+8 | |
used for them. | |||||
3 days | Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵ | Mounir IDRASSI | 2 | -24/+24 | |
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows. | |||||
3 days | Windows: Fix build of MBR bootloader | Mounir IDRASSI | 1 | -1/+1 | |
3 days | Windows: Fix warning in driver build by make get_pkcs5_iteration_count have ↵ | Mounir IDRASSI | 1 | -40/+36 | |
a single return statement at the end | |||||
4 days | Windows: Use VS builtin __fastfail intrinsic for fatal exception instead of ↵ | Mounir IDRASSI | 1 | -0/+3 | |
affecting NULL pointer | |||||
4 days | Windows: Fix various compiler warnings | Mounir IDRASSI | 9 | -146/+150 | |
6 days | Use adequate const qualifiers for pbkdf2 functions arguments | Mounir IDRASSI | 2 | -16/+16 | |
6 days | Windows: Remove support for 32-bit driver code. Set build target as Windows ↵ | Mounir IDRASSI | 19 | -376/+247 | |
10. Simplify code and fix all warnings in driver. | |||||
6 days | Windows: Use BCryptGenRandom instead of deprecated CryptGenRandom to ↵ | Mounir IDRASSI | 1 | -27/+21 | |
generate secure random bytes | |||||
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-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-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-10 | Linux/macOS: Fix missing define that was causing compilation error | Mounir IDRASSI | 1 | -0/+2 | |
2024-09-08 | Windows: Add support for x86 and x64 build for driver and binaries using ↵ | Mounir IDRASSI | 3 | -12/+37 | |
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation | |||||
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: Fix MSI not installing all new documentation file. Remove old files ↵ | Mounir IDRASSI | 1 | -3/+3 | |
left from old versions. Increment version to 1.26.15. | |||||
2024-08-25 | Increment version to 1.26.14. Set release date to August 25th. | Mounir IDRASSI | 1 | -2/+2 | |
2024-08-24 | Windows: Fix regression causing crash when a wrong password is used when ↵ | Mounir IDRASSI | 2 | -2/+2 | |
changing password of volumes | |||||
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-17 | Update Release Notes. Set release date to August 17th. | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-14 | Windows: better handling of reading EFI variable to display help error ↵ | Mounir IDRASSI | 1 | -4/+44 | |
messages in case of failure. Now we accept the possibility of BootOrder EFI variable to be empty in order to try to solve issues on some PCs. | |||||
2024-08-13 | Windows: fix build failure for x86/x64 with newer Visual Studio that use ↵ | Mounir IDRASSI | 1 | -1/+7 | |
Windows 10/11 SDK We set Windows 8 as minimum API support fir Visual Studio 2015 and newer. Closes #1398 | |||||
2024-08-11 | Fix another typo of "CPLC" is language files including English one. | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-11 | Revert changes mistakenly included in previous commit | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-11 | Fix typo of "CPLC" is language files including English one. | Mounir IDRASSI | 2 | -2/+2 | |
2024-08-05 | Update mount failure error messages to mention removal of TrueCrypt support ↵ | Mounir IDRASSI | 1 | -6/+6 | |
and old algorithms. | |||||
2024-08-04 | Update Release Notes. Set release date to August 4th. | Mounir IDRASSI | 1 | -1/+1 | |
2024-08-04 | Windows: Fix rare cases being stuck in Secure Desktop after it is used for ↵ | Mounir IDRASSI | 1 | -18/+38 | |
password entry Cause seems to be IME as documented in KeePass project (https://keepass.info/help/kb/sec_desk.html#ime). We use the same approach as KeePass to disable IME in Secure Desktop. This commit also add few changes: - we switch to secure desktop only if SetThreadDesktop succeeds - we call SwitchDesktop to switch to original desktop only if we actually succeeded in displaying secure desktop | |||||
2024-08-02 | Increment version to 1.26.13. Update release notes. Update signed Windows ↵ | Mounir IDRASSI | 1 | -3/+3 | |
drivers. | |||||
2024-08-02 | Implement detection of volumes with vulnerable XTS master key. | Mounir IDRASSI | 8 | -1/+42 | |
If vulnerability detected, a warning message is displayed during mount or backup/restore header, and changing the password is disallowed since it will not change the master key. | |||||
2024-07-24 | Update CHM documentation. Use correct date of 1.26.12 in header. | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-30 | Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6) | Mounir IDRASSI | 5 | -15/+12 | |
2024-06-23 | Increment version to 1.26.12 | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-23 | Update copyright date in some files | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-23 | Increment version to 1.26.11. Update Release Notes. | Mounir IDRASSI | 1 | -4/+4 | |
2024-06-12 | Avoid conflict with C++17 features std::byte by using uint8 type instead of byte | Mounir IDRASSI | 34 | -443/+441 | |
2024-05-08 | Windows: Enhance memory protection mechanism by preventing process owner ↵ | Mounir IDRASSI | 1 | -2/+31 | |
from granting permissions to itself. | |||||
2024-04-10 | Fix: 7 typos (#1324) | RoboSchmied | 1 | -3/+3 | |
Signed-off-by: RoboSchmied <github@roboschmie.de> | |||||
2024-04-10 | update zlib + copyright (#1302) | DLL125 | 13 | -81/+1736 | |
2023-11-19 | Linux/FreeBSD/macOS: Implement language selection settings (#1253) | Jertzukka | 1 | -0/+3 | |
* Implement Language selection into settings Initial commit to create a new tab in PreferencesNotebook for Language selection. By default, if nothing is chosen, it uses the current behaviour of using the language from system environment variables. If another language is chosen from the settings, it is saved into the Configuration.xml and this is used instead. * Fix SetStringSelection() assert issue on macOS * Add header include to fix build * Add current language pack, authors and way to use literal strings * Translations also for FreeBSD * Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext * Get Preferences properly instead of workaround function * Use WrapSizer instead of BoxSizer for author line This forces long author lists to be put on a new line, reducing the need to increase window width. * Update Finnish translation * Borrow translation from IDM_LANGUAGE where it makes sense * Remove colon and thus unneeded function * Simplify Language tab layout * Reintroduce macOS specific fixes to Forms.cpp * cleanup | |||||
2023-11-13 | wolfCrypt as crypto backend for VeraCrypt (#1227) | lealem47 | 7 | -75/+162 | |
* wolfCrypt as crypto backend for VeraCrypt * Refactor to use EncryptionModeWolfCryptXTS class | |||||
2023-11-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 1 | -3/+3 | |