Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | 2 | -1/+2 | |
2024-08-11 | Fix typo of "CPLC" is language files including English one. | Mounir IDRASSI | 3 | -3/+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-05 | Windows: disable dropdown split button in volume expander (#1389) | lollolong | 1 | -0/+4 | |
2024-08-05 | Undeclared identifier for IDR_LANG_NB fixed (#1388) | Marius Kjærstad | 5 | -0/+5 | |
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-03 | Add Norwegian Bokmål translation (#1382) | Marius Kjærstad | 2 | -0/+2 | |
* Add Norwegian Bokmål translation * Fix Norwegian Bokmål translation | |||||
2024-08-02 | Increment version to 1.26.13. Update release notes. Update signed Windows ↵ | Mounir IDRASSI | 45 | -54/+54 | |
drivers. | |||||
2024-08-02 | Implement detection of volumes with vulnerable XTS master key. | Mounir IDRASSI | 24 | -7/+186 | |
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-07-24 | Windows: Update WiX and SDK paths in build bat files | Mounir IDRASSI | 2 | -9/+11 | |
2024-07-13 | Linux: fix linker type confusion that was causing crash. | Mounir IDRASSI | 3 | -32/+32 | |
The class AdminPasswordRequestHandler was defined in several places in the same namespace and the linker was picking up one definition for constructor and the other one when calling virtual method. Now we use different named for different implementations. | |||||
2024-07-11 | Documentation: Update QR codes and logos (#1376) | Marius Kjærstad | 1 | -2/+2 | |
* Documentation: Update QR codes and logos * Add QR codes in 200x200 resolution | |||||
2024-07-10 | Linux: fix typo | Mounir IDRASSI | 1 | -1/+1 | |
2024-07-10 | Linux: fix crash when displaying Admin password dialog. Fix failure of ↵ | Mounir IDRASSI | 1 | -27/+26 | |
Github action by using builtin GITHUB_TOKEN | |||||
2024-07-06 | Linux: Add Github CI workflow for Linux (#1374) | Mounir IDRASSI | 7 | -74/+239 | |
* Linux/MacOSX: during build, fallback to /tmp if wxWidgets sources not found in parent directory * Linux: Add Github workflow to build .deb files and test generated binaries * Linux: fix wrong wxWidgets extract path in yaml * fix: fix wrong wxWidgets extract path in yaml * Linux: harmonize content of test volumes and update Github workflow for this * Fix corrupted test container * Linux: optimize Github workflow by caching wxBuildConsole and wxBuildGUI folders We also modify build script to detect the presence of wxBuildConsole and wxBuildGUI folders and reuse them * Remove files mistakenly added * Linux: Fix wrong test for Github workflow * Linux: use static build of wxWidgets for GUI in Github workflow * Linux: upload also .deb SHA256SUM file if it is generated in Github workflow * Linux: fix detection logic of parent folder in build scripts * Github workflow: add build_cmake_deb.sh as trigger to build-linux.yml * Github workflow: add wxWidgets source code to the cache of workflow | |||||
2024-07-05 | Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name ↵ | Mounir IDRASSI | 1 | -3/+28 | |
for generic GUI installer | |||||
2024-07-05 | Linux: Add linker flag for GCC version below 6.0 to improve ASLR security | Mounir IDRASSI | 1 | -0/+6 | |
Reported on https://sourceforge.net/p/veracrypt/discussion/technical/thread/90f967e642 reference: https://grsecurity.net/toolchain_necromancy_past_mistakes_haunting_aslr script to check: https://github.com/opensrcsec/paxtest/blob/master/contrib/check_align.sh | |||||
2024-07-01 | MacOS: Support CommandLineTools for building (#1371) | Jertzukka | 2 | -11/+9 | |
Full Xcode application which can take up-to 40GB of disk space is not necessary for building VeraCrypt, rather the CommandLineTools for XCode are sufficient which only take few gigabytes. Instead of hardcoding the SDK location, use xcrun --show-sdk-path to support also the CommandLineTools instance. The reason for switching the logic for the XCode version is because the xcodebuild will not report a correct XCode version for the CommandLineTools, thus it can't be relied for whether to use the -Wl,-ld_classic flags. Instead, we can just check the ld version in use in the active developer directory, and see whether we are using dyld (the new) or ld64 (the old). | |||||
2024-06-30 | Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6) | Mounir IDRASSI | 13 | -130/+138 | |
2024-06-29 | Line breaks between copyright holders (#1370) | Marius Kjærstad | 1 | -1/+1 | |
2024-06-26 | Linux/FreeBSD: Fix GNU Make syntax error in Main.make | Mounir IDRASSI | 1 | -3/+3 | |
2024-06-26 | Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ↵ | Mounir IDRASSI | 8 | -148/+26 | |
config since it detected automatically We also update copyrights date | |||||
2024-06-26 | Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create ↵ | Mounir IDRASSI | 1 | -0/+12 | |
GTK2 specific gui installer. | |||||
2024-06-26 | Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 ↵ | Mounir IDRASSI | 2 | -34/+32 | |
makefile argument. | |||||
2024-06-24 | Fix regression in core service deserialization (#1367) | Jertzukka | 1 | -1/+0 | |
Introducing data into the standard out in the core service will cause deserialization problems, as the pipes are used for interprocess communication. | |||||
2024-06-23 | MacOSX: Fix compiler warning | Mounir IDRASSI | 2 | -3/+3 | |
Update friend declaration in FuseService.h and refactor GetCharWidth to ComputeCharWidth in WaitDialog.h to avoif hiding GetCharWidth inherited from wxWindow | |||||
2024-06-23 | Increment version to 1.26.12 | Mounir IDRASSI | 17 | -47/+47 | |
2024-06-23 | MacOSX: set FUSE-T workaround max delay to 5 seconds. Make logic specific to ↵ | Mounir IDRASSI | 1 | -6/+12 | |
FUSE-T volumes. | |||||
2024-06-23 | MacOSX: Disable libtiff support in wxWidget full build | Mounir IDRASSI | 1 | -0/+5 | |
2024-06-23 | MacOSX: Add notarization script and entitlements file used to create ↵ | Mounir IDRASSI | 2 | -0/+148 | |
official VeraCrypt dmg | |||||
2024-06-23 | MacOSX: use same version define in Info.plist files. Indicate 12.0 as ↵ | Mounir IDRASSI | 2 | -3/+3 | |
minimum supported macOS version | |||||
2024-06-23 | macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T ↵ | Mounir IDRASSI | 1 | -1/+5 | |
instead of MacFUSE | |||||
2024-06-23 | Update copyright date in some files | Mounir IDRASSI | 5 | -8/+8 | |
2024-06-23 | Increment version to 1.26.11. Update Release Notes. | Mounir IDRASSI | 17 | -49/+49 | |
2024-06-22 | MacOSX: Add for using FUSE-T instead of MacFUSE | Mounir IDRASSI | 8 | -12/+1112 | |
The build script build_veracrypt_macosx.h now accepts the argument -f to enable fuse-t support. It is also possible to set the environment variable VC_OSX_FUSET to 1 for FUSE-T support. A change was done in CoreUnix::GetMountedVolumes to add a waiting loop for control file to be accessible because when using FUSE-T there always a delay before control file can be serialized. | |||||
2024-06-21 | MacOSX: Fix compilation error in build configurations other than official ↵ | Mounir IDRASSI | 1 | -1/+1 | |
release | |||||
2024-06-19 | Linux: Fix assembly files not built on Linux | Mounir IDRASSI | 1 | -1/+1 | |
This is a regression caused by macOS changes. And endif statement was misplaced. | |||||
2024-06-18 | fix: Correct missing 'endif' in Main.make for MacOSX section | Mounir IDRASSI | 1 | -1/+1 | |
Replaced an incorrect 'end' statement with 'endif' in the MacOSX-specific section of the Main.make file. This resolves the make error caused by an unclosed conditional block. | |||||
2024-06-16 | MacOSX: Update macOS specifics part of the Readme | Mounir IDRASSI | 1 | -10/+27 | |
2024-06-16 | MacOSX: Fix whitespaces by using tabs in Makefile | Mounir IDRASSI | 1 | -32/+32 | |
2024-06-16 | MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused ↵ | Mounir IDRASSI | 1 | -6/+6 | |
"r" getopts option. | |||||
2024-06-16 | MacOSX: Fix skipping codesign and productsign for local development build | Mounir IDRASSI | 1 | -1/+6 | |