VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Windows: 100% localization of Expander UI stringsMounir IDRASSI4-40/+70
2023-06-25Update Polish translation (#1122)Matthaiks1-2/+2
2023-06-25Windows: Better language localization support for Expander.Mounir IDRASSI46-5/+118
More work is needed to localize remaining string resources
2023-06-24Windows: Add 7zWindows.h file to Lzma project filesMounir IDRASSI4-0/+8
2023-06-23Dll125 lzma (#1120)DLL12524-1149/+2124
* Update LZMA to latest * Add missing file
2023-06-23Update Corsican translation on 2023-06 (5th) (#1117)Patriccollu1-2/+3
2023-06-23Update Language.zh-cn.xml (#1114)nkh04721-0/+1
for commit bb55343f635cdda4f62c998b269c88cb9df384ec
2023-06-23Windows: if /fastCreateFile set, request SE_MANAGE_VOLUME_NAME privileges ↵Mounir IDRASSI2-6/+24
(credits: @xnoreq) Display a warning if request failed and allow to continue without fast creation
2023-06-23Windows: Make SetPrivilege return error if AdjustTokenPrivileges cannot ↵Mounir IDRASSI1-2/+5
adjust privileges
2023-06-22Update Language.zh-cn.xml (#1113)nkh04721-1/+1
2023-06-21Update Corsican translation on 2023-06 (4th) (#1112)Patriccollu1-10/+7
2023-06-21Update Polish translation (#1111)Matthaiks1-1/+1
2023-06-20Windows: Allow selecting size unit (KB/MB/GB) for generated keyfilesMounir IDRASSI45-109/+150
This change also makes it possible to generate keyfiles larger than 1 MiB although only the first 1 MiB will be taken into account by VeraCrypt. Update strings in XML files
2023-06-18Windows: make Expander first check file existence before proceeding furtherMounir IDRASSI1-1/+6
2023-06-18Linux: make .deb package compatible with Debian 12Mounir IDRASSI1-1/+2
2023-06-14Linux/macOS: only wipe password/PIM text controls if they are not emptyMounir IDRASSI2-2/+10
This fixes a crash on macOS with latest wxWidgets 3.2.2.1 where GetLineLength returns -1
2023-06-13Linux: Fix compatibility of generic installers with old Linux distrosMounir IDRASSI2-2/+6
In old Linux distributions, tar command doesn't support "--keep-directory-symlink" so we now dynamically detect if this switch is support and then we use it if it is available
2023-06-13Crypto: Fix detection of SSSE3 intrinsics in compilerMounir IDRASSI1-1/+1
We use correct define CRYPTOPP_BOOL_SSSE3_INTRINSICS_AVAILABLE
2023-06-13Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packagesMounir IDRASSI8-16/+16
2023-06-13Linux: fix static build against wxWidgets 3.2.2.1Mounir IDRASSI1-1/+3
libcurl support must be explicitely disabled GKT2 must be explicitely set as defaut in VeraCrypt Makefile since wxWidgets 3.2.2.1 uses GKT3 as default
2023-06-13Fix WXSTATIC building on latest wxWidgets stable 3.2.2.1 (#1103)Jertzukka1-1/+1
Changes to be able to build latest wxWidgets stable 3.2.2.1. Removed in 3.1.5, needs to be removed. --disable-webkit Added in 3.1.0, needs to be added. --disable-addremovectrl
2023-06-13Documentation: Clarify various points in the documentationMounir IDRASSI4-9/+9
2023-06-10Update Language.nl.xml (#1099)Thomas De Rocker1-1/+1
2023-06-10Linux/FreeBSD: Fix privilege escalation prompts being ignored (#1100)Jertzukka1-3/+5
Currently if you fail the privilege escalation prompt, the second one and consecutively every second will be ignored. This is because if we do not --use-dummy-sudo-password and are on Linux/FreeBSD, we will be prompted for password twice for one evaluation in the while(!ElevatedServiceAvailable) loop. For the fix, we make sure that we run the prompt only once for each case.
2023-06-10Translations: restore lost change in Language.fr.xml. Translate two strings.Mounir IDRASSI1-1/+3
2023-06-10Update Language.zh-cn.xml (#1098)nkh04721-2/+2
for commit 5e4e2e0483436031edfd525215110f6229ac406d
2023-06-10Update Corsican translation on 2023-06 (3rd) (#1097)Patriccollu1-2/+4
2023-06-09Documentation: Document difference between normal dismount and force dismountMounir IDRASSI2-0/+78
2023-06-09Update compilation doc to match website versionMounir IDRASSI4-75/+59
2023-06-06Update copyright in CHM fileMounir IDRASSI1-0/+0
2023-06-06Update copyright on various filesMounir IDRASSI4-9/+10
2023-06-05Linux/macOS: Fix error during creation of installation packageMounir IDRASSI1-3/+3
"-R" switch was missing from the "cp" command
2023-06-05Update Language.de.xml (#1096)Mr-Update1-4/+4
- Translation completed
2023-06-04Update copyrights in Readme.txtMounir IDRASSI1-3/+3
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI57-90/+108
2023-06-04Windows: Possible workaround for logarithmic slowdown for Encrypt-In-Place ↵Mounir IDRASSI2-21/+52
on large volumes (relates to #1063) We replace absolute file pointer moving by relative moving with respect to current position. This was implemented as a workaround to address the performance issues related to in-place encryption. When using SetFilePointerEx() with FILE_BEGIN as the reference point, reaching the end of large drives during in-place encryption can cause significant slowdowns. By moving the file pointer relatively, these performance issues are mitigated.
2023-06-04Update Polish translation (#1093)Matthaiks1-1/+1
2023-06-02Update Corsican translation on 2023-06 (2nd) (#1092)Patriccollu1-2/+3
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI47-8/+118
2023-06-02Update Language.nl.xml (#1091)Thomas De Rocker1-1/+1
2023-06-02Update Corsican translation on 2023-06 (#1090)Patriccollu1-2/+3
2023-06-02Update Polish translation (#1089)Matthaiks1-1/+1
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka46-42/+100
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working.
2023-05-31Format Corsican localization XML file (#1087)Patriccollu1-1612/+1613
2023-05-29Update Corsican translation on 2023-05 (#1085)Patriccollu1-509/+524
* Update Corsican translation on 2023-05 * Update Corsican translation on 2023-05
2023-05-29fix wrong URL to clone EDK2 repo (#1084)Passw1-1/+1
2023-05-28Pkcs5.c: Fix typos where SHA256 is mentionned instead of Blake2sMounir IDRASSI1-5/+5
This didn't cause any issue because SHA256_DIGESTSIZE is equal to BLAKE2S_DIGESTSIZE
2023-05-27Prevent failing fs options being shown in --text --create (#1078)Jertzukka1-15/+23
Removes the options exFAT and Btrfs being shown when creating a volume in text mode when the system does not support them and will end up erroring out at the end. Hide Btrfs option when the volume is too small, as we will anyways fail right after. Hardcoded numbering changed to dynamic as the available options are not necessarily consecutive.
2023-05-27Linux/macOS: Make RNG implementation match documentation and the Windows ↵Mounir IDRASSI1-8/+15
implementation
2023-05-27Linux/macOS: explicitely initialize hash algo before hashing random poolMounir IDRASSI1-2/+3
The lack of explicit hash initialization was causing issue with Blake2s because it doesn't allow further processing once a digest value was returned. Other hash algorithms don't have this restriction. Not we explicitely initialize all hash algorithms which is the correct way to do things.