VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-03Add missing translated entries to Norwegian language file. (#1386)chatgptdev1-0/+3
Translation was done using gpt-4o (multi-shot) and validated with Claude Sonnet 3.5 and Google Gemini 1.5 Pro Experimental 0801 Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2024-08-03Add Norwegian Bokmål translation (#1382)Marius Kjærstad3-0/+1686
* Add Norwegian Bokmål translation * Fix Norwegian Bokmål translation
2024-08-03Update Polish translation (#1383)Matthaiks1-3/+3
2024-08-03Update Corsican translation on 2024-08 (#1384)Patriccollu1-32/+33
2024-08-03Update Language.zh-cn.xml (#1385)风之暇想1-4/+4
翻译
2024-08-02Increment version to 1.26.13. Update release notes. Update signed Windows ↵Mounir IDRASSI89-100/+102
drivers.
2024-08-02Translations: Add newly added string for XTS vulnerability detectionMounir IDRASSI41-2/+125
2024-08-02Implement detection of volumes with vulnerable XTS master key.Mounir IDRASSI24-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-27Windows: fix failure of PowerShell script to create container from a large ↵Mounir IDRASSI1-5/+33
directory we now add a safety factor and extra space to better account for exfat filesystem overhead.
2024-07-26Tests: refactor test batch script, clear and better code.Mounir IDRASSI1-357/+57
2024-07-25Tests: remove RIPEMD160 test container, add blake2s one. Enhance batch ↵Mounir IDRASSI7-10/+70
script. Harmonize test containers.
2024-07-24Update CHM documentation. Use correct date of 1.26.12 in header.Mounir IDRASSI2-2/+2
2024-07-24Windows: Update WiX and SDK paths in build bat filesMounir IDRASSI2-9/+11
2024-07-21Updated pt-br translation. (#1379)Daniel Dias Rodrigues1-84/+84
2024-07-13Linux: fix linker type confusion that was causing crash.Mounir IDRASSI3-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-11Documentation: Update QR codes and logos (#1376)Marius Kjærstad22-17/+17
* Documentation: Update QR codes and logos * Add QR codes in 200x200 resolution
2024-07-10Linux: fix typoMounir IDRASSI1-1/+1
2024-07-10Linux: fix crash when displaying Admin password dialog. Fix failure of ↵Mounir IDRASSI2-28/+27
Github action by using builtin GITHUB_TOKEN
2024-07-07Documentation: Update release notes and other pagesMounir IDRASSI7-3/+4
2024-07-07Documentation: Update BTC, ETH and LTC addresses QR codes to include the ↵Mounir IDRASSI4-0/+0
cryptocurrency name in the encoded address
2024-07-07Documentation: Add warning note in TrueCrypt conversion page about TrueCrypt ↵Mounir IDRASSI2-0/+2
checkbox use after volume is converted
2024-07-06Activate Github workflow for master branchMounir IDRASSI1-2/+2
2024-07-06Activate Github linux workflow for main branchMounir IDRASSI1-2/+2
2024-07-06Linux: Add Github CI workflow for Linux (#1374)Mounir IDRASSI12-74/+452
* 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-06Fix typos in the French translation (#1373)Sébastien Geeraert1-68/+68
2024-07-05Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name ↵Mounir IDRASSI1-3/+28
for generic GUI installer
2024-07-05Linux: Add linker flag for GCC version below 6.0 to improve ASLR securityMounir IDRASSI1-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-04Update Language.fr.xml (#1372)Ozero41-1/+1
2024-07-01MacOS: Support CommandLineTools for building (#1371)Jertzukka3-12/+10
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-30Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)Mounir IDRASSI13-130/+138
2024-06-29Line breaks between copyright holders (#1370)Marius Kjærstad2-16/+16
2024-06-26Linux/FreeBSD: Fix GNU Make syntax error in Main.makeMounir IDRASSI1-3/+3
2024-06-26Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ↵Mounir IDRASSI8-148/+26
config since it detected automatically We also update copyrights date
2024-06-26Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create ↵Mounir IDRASSI1-0/+12
GTK2 specific gui installer.
2024-06-26Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 ↵Mounir IDRASSI2-34/+32
makefile argument.
2024-06-24Fix error in translation xml (#1368)Jertzukka1-1/+1
Needed to pass xml validator
2024-06-24Fix regression in core service deserialization (#1367)Jertzukka1-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-23MacOSX: Fix compiler warningMounir IDRASSI2-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-23Increment version to 1.26.12Mounir IDRASSI60-94/+111
2024-06-23MacOSX: set FUSE-T workaround max delay to 5 seconds. Make logic specific to ↵Mounir IDRASSI1-6/+12
FUSE-T volumes.
2024-06-23MacOSX: Disable libtiff support in wxWidget full buildMounir IDRASSI1-0/+5
2024-06-23MacOSX: Add notarization script and entitlements file used to create ↵Mounir IDRASSI2-0/+148
official VeraCrypt dmg
2024-06-23MacOSX: use same version define in Info.plist files. Indicate 12.0 as ↵Mounir IDRASSI2-3/+3
minimum supported macOS version
2024-06-23macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T ↵Mounir IDRASSI1-1/+5
instead of MacFUSE
2024-06-23Update copyright date in some filesMounir IDRASSI7-12/+12
2024-06-23Increment version to 1.26.11. Update Release Notes.Mounir IDRASSI60-95/+112
2024-06-22MacOSX: Add for using FUSE-T instead of MacFUSEMounir IDRASSI8-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-21MacOSX: Fix compilation error in build configurations other than official ↵Mounir IDRASSI1-1/+1
release
2024-06-19Linux: Fix assembly files not built on LinuxMounir IDRASSI1-1/+1
This is a regression caused by macOS changes. And endif statement was misplaced.
2024-06-18fix: Correct missing 'endif' in Main.make for MacOSX sectionMounir IDRASSI1-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.