Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 4 | -12/+12 | |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 4 | -12/+12 | |
2023-10-01 | MacOS: set minimum target to OSX 12. Fix About menu not working. | Mounir IDRASSI | 1 | -4/+3 | |
The modification to Forms.cpp is temporary until we find a better approach | |||||
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 4 | -12/+12 | |
signed driver files. | |||||
2023-09-24 | Windows: make Setup correctly manage option to disable memory protection ↵ | Mounir IDRASSI | 3 | -2/+8 | |
during upgrade | |||||
2023-09-24 | Windows: always open online help in case of Setup because local help may be ↵ | Mounir IDRASSI | 1 | -1/+1 | |
outdated | |||||
2023-09-24 | Windows: Add tooltip message and help button for new option to disable ↵ | Mounir IDRASSI | 2 | -2/+29 | |
memory protection Also a dedicated page in the documentation was added for it. | |||||
2023-09-22 | Linux/MacOSX: Increment packaging version to 1.26.6 | Mounir IDRASSI | 2 | -4/+4 | |
2023-09-21 | Update Release Notes. Increment version to 1.26.6. | Mounir IDRASSI | 2 | -8/+8 | |
2023-09-20 | Windows: Add setting in main UI and setup wizard to disable memory protection | Mounir IDRASSI | 4 | -4/+17 | |
This can be useful for users who need Accessibility software that may not work when memory protection is active in VeraCrypt | |||||
2023-09-10 | Windows: Indicate in manifest files that support starts from Windows 7 | Mounir IDRASSI | 2 | -2/+14 | |
2023-09-03 | Windows: Replace legacy file/dir selection APIs with modern IFileDialog ↵ | Mounir IDRASSI | 1 | -4/+4 | |
interface We remove usage of GetOpenFileNameW/GetSaveFileNameW/SHBrowseForFolderW which are deprecated by Microsoft | |||||
2023-09-03 | Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is ↵ | Mounir IDRASSI | 1 | -45/+12 | |
now minimal OS version. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 3 | -13/+8 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 2 | -8/+8 | |
setting safe dll loading | |||||
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 4 | -12/+12 | |
2023-08-05 | Windows: Fix false positive detection of new device insertion when clear ↵ | Mounir IDRASSI | 1 | -6/+6 | |
keys option is enable When this option is enabled, we first build the list of currently inserted devices then we start listening to insertion events. When a device insertion occurs, we check if this device is on our list and if yes, we ignore its insertion. We also ignore devices whose Device ID starts with "SWD\" and "ROOT\" since these are not real devices. | |||||
2023-07-29 | Windows: Add installer language support for rest of the translations (#1160) | Jertzukka | 4 | -0/+104 | |
Currently there are a lot of translated strings that are never seen anywhere as the installer doesn't offer all the available languages as options in the installer wizard (sans Burmese). | |||||
2023-07-25 | Linux/macOS: Increment version to 1.26.4 in installation packages | Mounir IDRASSI | 2 | -4/+4 | |
2023-07-22 | Windows: Remove TrueCrypt support. Increment version to 1.26.4. | Mounir IDRASSI | 4 | -22/+11 | |
2023-06-29 | Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵ | Mounir IDRASSI | 2 | -3/+5 | |
installer | |||||
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 4 | -12/+12 | |
2023-06-13 | Linux: Fix compatibility of generic installers with old Linux distros | Mounir IDRASSI | 1 | -1/+5 | |
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-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 4 | -12/+12 | |
2023-05-18 | Fix mount.veracrypt (#1064) | Jertzukka | 1 | -2/+2 | |
Reverses order of --non-interactive and --text to actually make it work, also fix --pim working. | |||||
2022-12-11 | Revert "New sys enc wizard (#957)" | Mounir IDRASSI | 1 | -2/+0 | |
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a. | |||||
2022-08-25 | New sys enc wizard (#957)SysEncWizardPR957 | Felix Reichmann | 1 | -0/+2 | |
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr> | |||||
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 2 | -1/+14 | |
2022-03-26 | Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity) | Mounir IDRASSI | 1 | -0/+8 | |
2022-03-22 | Update release notes for 1.26.0 and set its date to March 21st 2022 | Mounir IDRASSI | 2 | -4/+4 | |
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 2 | -8/+8 | |
2022-03-21 | Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵ | Mounir IDRASSI | 1 | -0/+4 | |
RIPEMD-160 or GOST89 since they are not supported anymore. | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 4 | -8/+8 | |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 2 | -4/+4 | |
2022-02-11 | Windows: Increment version to 1.25.8.1 and update signed Windows drivers | Mounir IDRASSI | 2 | -4/+4 | |
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 3 | -30/+56 | |
compression instead of DEFLATE | |||||
2022-02-10 | Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt ↵ | Mounir IDRASSI | 3 | -9/+41 | |
installed using MSI | |||||
2022-02-05 | Windows: remove unneeded reference to XML files from Setup Visual Studio project | Mounir IDRASSI | 2 | -28/+0 | |
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 4 | -8/+8 | |
2022-02-05 | Linux: avoid overriding /usr/sbin if it is a symlink (close #888) | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-05 | Linux: make generic uninstaller remove all VeraCrypt related files that were ↵ | Mounir IDRASSI | 1 | -0/+2 | |
copied by the generic installer | |||||
2022-01-08 | MacOSX: remove write permission also from group on application bundleVeraCrypt_1.25.7 | Mounir IDRASSI | 1 | -1/+1 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 6 | -8/+36 | |
2022-01-07 | Windows: Remove adding signing certificate to TrustedPublishers on XP since ↵ | Mounir IDRASSI | 1 | -206/+0 | |
it doesn't bring any benefits | |||||
2022-01-07 | Windows: Fix text truncation in setup wizard and modaless waiting dialog | Mounir IDRASSI | 1 | -2/+2 | |
2022-01-02 | Windows: Restore support of Windows 7, 8/8.1 by using single attestation ↵ | Mounir IDRASSI | 1 | -162/+142 | |
signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files. - Windows 7 needs KB3033929 or KB4474419 - Windows Vista needs KB4039648 or KB4474419 | |||||
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 4 | -8/+9 | |
2021-12-24 | MacOSX: Increment version to 1.24.5 and update release notes. | Mounir IDRASSI | 2 | -4/+4 | |
2021-12-24 | MacOSX: make sure that no files inside VeraCrypt application bundle are ↵ | Mounir IDRASSI | 1 | -1/+3 | |
world-writable. Currently, documentation HTML files and XML language files embedded inside VeraCrypt application bundle are world-writable. | |||||
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 2 | -4/+4 | |