Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-25 | Windows: Better language localization support for Expander. | Mounir IDRASSI | 46 | -5/+118 | |
More work is needed to localize remaining string resources | |||||
2023-06-24 | Windows: Add 7zWindows.h file to Lzma project files | Mounir IDRASSI | 4 | -0/+8 | |
2023-06-23 | Dll125 lzma (#1120) | DLL125 | 24 | -1149/+2124 | |
* Update LZMA to latest * Add missing file | |||||
2023-06-23 | Update Corsican translation on 2023-06 (5th) (#1117) | Patriccollu | 1 | -2/+3 | |
2023-06-23 | Update Language.zh-cn.xml (#1114) | nkh0472 | 1 | -0/+1 | |
for commit bb55343f635cdda4f62c998b269c88cb9df384ec | |||||
2023-06-23 | Windows: if /fastCreateFile set, request SE_MANAGE_VOLUME_NAME privileges ↵ | Mounir IDRASSI | 2 | -6/+24 | |
(credits: @xnoreq) Display a warning if request failed and allow to continue without fast creation | |||||
2023-06-23 | Windows: Make SetPrivilege return error if AdjustTokenPrivileges cannot ↵ | Mounir IDRASSI | 1 | -2/+5 | |
adjust privileges | |||||
2023-06-22 | Update Language.zh-cn.xml (#1113) | nkh0472 | 1 | -1/+1 | |
2023-06-21 | Update Corsican translation on 2023-06 (4th) (#1112) | Patriccollu | 1 | -10/+7 | |
2023-06-21 | Update Polish translation (#1111) | Matthaiks | 1 | -1/+1 | |
2023-06-20 | Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles | Mounir IDRASSI | 45 | -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-18 | Windows: make Expander first check file existence before proceeding further | Mounir IDRASSI | 1 | -1/+6 | |
2023-06-18 | Linux: make .deb package compatible with Debian 12 | Mounir IDRASSI | 1 | -1/+2 | |
2023-06-14 | Linux/macOS: only wipe password/PIM text controls if they are not empty | Mounir IDRASSI | 2 | -2/+10 | |
This fixes a crash on macOS with latest wxWidgets 3.2.2.1 where GetLineLength returns -1 | |||||
2023-06-13 | Linux: Fix compatibility of generic installers with old Linux distros | Mounir IDRASSI | 2 | -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-13 | Crypto: Fix detection of SSSE3 intrinsics in compiler | Mounir IDRASSI | 1 | -1/+1 | |
We use correct define CRYPTOPP_BOOL_SSSE3_INTRINSICS_AVAILABLE | |||||
2023-06-13 | Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages | Mounir IDRASSI | 8 | -16/+16 | |
2023-06-13 | Linux: fix static build against wxWidgets 3.2.2.1 | Mounir IDRASSI | 1 | -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-13 | Fix WXSTATIC building on latest wxWidgets stable 3.2.2.1 (#1103) | Jertzukka | 1 | -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-13 | Documentation: Clarify various points in the documentation | Mounir IDRASSI | 4 | -9/+9 | |
2023-06-10 | Update Language.nl.xml (#1099) | Thomas De Rocker | 1 | -1/+1 | |
2023-06-10 | Linux/FreeBSD: Fix privilege escalation prompts being ignored (#1100) | Jertzukka | 1 | -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-10 | Translations: restore lost change in Language.fr.xml. Translate two strings. | Mounir IDRASSI | 1 | -1/+3 | |
2023-06-10 | Update Language.zh-cn.xml (#1098) | nkh0472 | 1 | -2/+2 | |
for commit 5e4e2e0483436031edfd525215110f6229ac406d | |||||
2023-06-10 | Update Corsican translation on 2023-06 (3rd) (#1097) | Patriccollu | 1 | -2/+4 | |
2023-06-09 | Documentation: Document difference between normal dismount and force dismount | Mounir IDRASSI | 2 | -0/+78 | |
2023-06-09 | Update compilation doc to match website version | Mounir IDRASSI | 4 | -75/+59 | |
2023-06-06 | Update copyright in CHM file | Mounir IDRASSI | 1 | -0/+0 | |
2023-06-06 | Update copyright on various files | Mounir IDRASSI | 4 | -9/+10 | |
2023-06-05 | Linux/macOS: Fix error during creation of installation package | Mounir IDRASSI | 1 | -3/+3 | |
"-R" switch was missing from the "cp" command | |||||
2023-06-05 | Update Language.de.xml (#1096) | Mr-Update | 1 | -4/+4 | |
- Translation completed | |||||
2023-06-04 | Update copyrights in Readme.txt | Mounir IDRASSI | 1 | -3/+3 | |
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 57 | -90/+108 | |
2023-06-04 | Windows: Possible workaround for logarithmic slowdown for Encrypt-In-Place ↵ | Mounir IDRASSI | 2 | -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-04 | Update Polish translation (#1093) | Matthaiks | 1 | -1/+1 | |
2023-06-02 | Update Corsican translation on 2023-06 (2nd) (#1092) | Patriccollu | 1 | -2/+3 | |
2023-06-02 | Windows: Add dropdown menu to Mount button to allow mounting without cache | Mounir IDRASSI | 47 | -8/+118 | |
2023-06-02 | Update Language.nl.xml (#1091) | Thomas De Rocker | 1 | -1/+1 | |
2023-06-02 | Update Corsican translation on 2023-06 (#1090) | Patriccollu | 1 | -2/+3 | |
2023-06-02 | Update Polish translation (#1089) | Matthaiks | 1 | -1/+1 | |
2023-06-01 | Fix issues launching fsck via terminal on Linux (#1086) | Jertzukka | 46 | -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-31 | Format Corsican localization XML file (#1087) | Patriccollu | 1 | -1612/+1613 | |
2023-05-29 | Update Corsican translation on 2023-05 (#1085) | Patriccollu | 1 | -509/+524 | |
* Update Corsican translation on 2023-05 * Update Corsican translation on 2023-05 | |||||
2023-05-29 | fix wrong URL to clone EDK2 repo (#1084) | Passw | 1 | -1/+1 | |
2023-05-28 | Pkcs5.c: Fix typos where SHA256 is mentionned instead of Blake2s | Mounir IDRASSI | 1 | -5/+5 | |
This didn't cause any issue because SHA256_DIGESTSIZE is equal to BLAKE2S_DIGESTSIZE | |||||
2023-05-27 | Prevent failing fs options being shown in --text --create (#1078) | Jertzukka | 1 | -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-27 | Linux/macOS: Make RNG implementation match documentation and the Windows ↵ | Mounir IDRASSI | 1 | -8/+15 | |
implementation | |||||
2023-05-27 | Linux/macOS: explicitely initialize hash algo before hashing random pool | Mounir IDRASSI | 1 | -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. | |||||
2023-05-26 | Windows: Add missing Blake2s source files to VS 2019 crypto project | Mounir IDRASSI | 1 | -0/+3 | |
2023-05-26 | Windows: Add missing update of libzip zip_err_str.c and fix libzip related ↵ | Mounir IDRASSI | 5 | -86/+153 | |
project configuration |