Commit Graph

2433 Commits

Author SHA1 Message Date
Mounir IDRASSI
4f60394999
Translations: update Korean translation file 2024-08-13 03:17:30 +02:00
Mounir IDRASSI
f877901154
Translations: Update Turkish translation. 2024-08-13 00:36:11 +02:00
Mounir IDRASSI
34ecb3a74d
Fix another typo of "CPLC" is language files including English one. 2024-08-11 04:31:19 +02:00
Mounir IDRASSI
01a6059817
Translations: update Italian translation 2024-08-11 03:36:26 +02:00
Mounir IDRASSI
81f7d9997c
Revert changes mistakenly included in previous commit 2024-08-11 01:24:14 +02:00
Mounir IDRASSI
d0fdc29d25
Fix typo of "CPLC" is language files including English one. 2024-08-11 01:22:24 +02:00
Patriccollu
90ec08d189
Update Corsican translation on 2024-08 (2nd) (#1396) 2024-08-11 01:11:02 +02:00
Jonatan
92684fad9c
Update Language.sv.xml (#1395) 2024-08-10 09:36:38 +02:00
Mounir IDRASSI
7f98200d53
Translations: Update Spanish translation 2024-08-10 04:37:55 +02:00
Mounir IDRASSI
b3c8d62c46
Translations: Update Japanese translation 2024-08-10 03:46:04 +02:00
Jonatan
17e51cd6e2
Update Language.sv.xml (#1394) 2024-08-09 13:44:50 +02:00
Ettore Atalan
a70c62d982
Update German translation (#1391) 2024-08-06 21:29:09 +02:00
nkh0472
cb7094aaab
Update Language.zh-cn.xml (#1390)
for commit 715380afbb
2024-08-06 15:18:27 +02:00
Mounir IDRASSI
715380afbb
Update mount failure error messages to mention removal of TrueCrypt support and old algorithms. 2024-08-05 21:42:31 +02:00
lollolong
321637e0e0
Windows: disable dropdown split button in volume expander (#1389) 2024-08-05 20:52:01 +02:00
Marius Kjærstad
d4f2176e25
Undeclared identifier for IDR_LANG_NB fixed (#1388) 2024-08-05 19:32:00 +02:00
Mounir IDRASSI
29c78490ef
Update Release Notes. Set release date to August 4th. 2024-08-04 11:27:49 +02:00
Mounir IDRASSI
c8b9a73916
Windows: Fix rare cases being stuck in Secure Desktop after it is used for 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-04 10:25:12 +02:00
Mounir IDRASSI
71215f1a25
Translations: Fix typo in Norwegian translation 2024-08-04 01:11:37 +02:00
Thomas De Rocker
62a5c4c5d7
Update Language.nl.xml (#1387) 2024-08-03 12:00:32 +02:00
chatgptdev
d3c53d6c94
Add missing translated entries to Norwegian language file. (#1386)
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-03 09:38:23 +02:00
Marius Kjærstad
75b2512dba
Add Norwegian Bokmål translation (#1382)
* Add Norwegian Bokmål translation

* Fix Norwegian Bokmål translation
2024-08-03 05:52:44 +02:00
Matthaiks
09c261fc71
Update Polish translation (#1383) 2024-08-03 05:46:23 +02:00
Patriccollu
6a7257156a
Update Corsican translation on 2024-08 (#1384) 2024-08-03 05:37:07 +02:00
风之暇想
672d302264
Update Language.zh-cn.xml (#1385)
翻译
2024-08-03 05:30:33 +02:00
Mounir IDRASSI
86bc9b56f0
Increment version to 1.26.13. Update release notes. Update signed Windows drivers. 2024-08-02 00:55:32 +02:00
Mounir IDRASSI
26be912600
Translations: Add newly added string for XTS vulnerability detection 2024-08-02 00:28:07 +02:00
Mounir IDRASSI
ed1263bf8c
Implement detection of volumes with vulnerable XTS master key.
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-08-02 00:20:53 +02:00
Mounir IDRASSI
6121ca0239
Windows: fix failure of PowerShell script to create container from a large directory
we now add a safety factor and extra space to better account for exfat filesystem overhead.
2024-07-27 00:55:22 +02:00
Mounir IDRASSI
1e92048017
Tests: refactor test batch script, clear and better code. 2024-07-26 11:31:28 +02:00
Mounir IDRASSI
3d76bb8f67
Tests: remove RIPEMD160 test container, add blake2s one. Enhance batch script. Harmonize test containers. 2024-07-25 14:22:39 +02:00
Mounir IDRASSI
70cd0c0b1b
Update CHM documentation. Use correct date of 1.26.12 in header. 2024-07-24 14:01:07 +02:00
Mounir IDRASSI
462c10fbbd
Windows: Update WiX and SDK paths in build bat files 2024-07-24 13:55:55 +02:00
Daniel Dias Rodrigues
addf94e214
Updated pt-br translation. (#1379) 2024-07-21 01:28:24 +02:00
Mounir IDRASSI
1ee93df3b4
Linux: fix linker type confusion that was causing crash.
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-13 10:14:52 +02:00
Marius Kjærstad
bb67a22ac4
Documentation: Update QR codes and logos (#1376)
* Documentation: Update QR codes and logos

* Add QR codes in 200x200 resolution
2024-07-11 23:19:09 +02:00
Mounir IDRASSI
526f03100f
Linux: fix typo 2024-07-10 12:09:57 +02:00
Mounir IDRASSI
1312c537f5
Linux: fix crash when displaying Admin password dialog. Fix failure of Github action by using builtin GITHUB_TOKEN 2024-07-10 11:09:10 +02:00
Mounir IDRASSI
82b9eef880
Documentation: Update release notes and other pages 2024-07-07 23:15:48 +02:00
Mounir IDRASSI
29878ae569
Documentation: Update BTC, ETH and LTC addresses QR codes to include the cryptocurrency name in the encoded address 2024-07-07 22:39:21 +02:00
Mounir IDRASSI
c54c458324
Documentation: Add warning note in TrueCrypt conversion page about TrueCrypt checkbox use after volume is converted 2024-07-07 18:31:25 +02:00
Mounir IDRASSI
cd90170f5d
Activate Github workflow for master branch 2024-07-06 16:40:16 +02:00
Mounir IDRASSI
9b87199ca5
Activate Github linux workflow for main branch 2024-07-06 16:39:22 +02:00
Mounir IDRASSI
bc5c32ad14
Linux: Add Github CI workflow for Linux (#1374)
* 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-06 16:36:56 +02:00
Sébastien Geeraert
3095fc265a
Fix typos in the French translation (#1373) 2024-07-06 08:23:05 +02:00
Mounir IDRASSI
f83e252722
Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name for generic GUI installer 2024-07-05 12:15:13 +02:00
Mounir IDRASSI
1ba6865ea1
Linux: Add linker flag for GCC version below 6.0 to improve ASLR security
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-05 10:36:04 +02:00
Ozero4
d7e442258a
Update Language.fr.xml (#1372) 2024-07-04 02:04:18 +02:00
Jertzukka
ca69368ba4
MacOS: Support CommandLineTools for building (#1371)
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-07-01 22:35:31 +02:00
Mounir IDRASSI
9697416919
Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6) 2024-06-30 01:22:05 +02:00