VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-05Update Release NotesMounir IDRASSI2-0/+21
2022-02-05Windows: Update MBR bootloader files.Mounir IDRASSI20-0/+0
2022-02-05Windows: remove unneeded reference to XML files from Setup Visual Studio projectMounir IDRASSI2-28/+0
2022-02-05Translations: Fix minor typo in zh-CN translation (close #879)Mounir IDRASSI1-1/+1
2022-02-05Increment version to 1.25.8Mounir IDRASSI57-73/+73
2022-02-05Linux: avoid overriding /usr/sbin if it is a symlink (close #888)Mounir IDRASSI1-1/+1
2022-02-05Linux: make generic uninst
/*
  zip_fdopen.c -- open read-only archive from file descriptor
  Copyright (C) 2009-2019 Dieter Baron and Thomas Klausner

  This file is part of libzip, a library to manipulate ZIP archives.
  The authors can be contacted at <libzip@nih.at>

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the followin
6-1873/+1855
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI81-73/+107
2022-01-07Windows: Update IDRIX SHA-256 code signing certificate to latest oneMounir IDRASSI3-11/+11
2022-01-07Windows: Remove adding signing certificate to TrustedPublishers on XP since ↵Mounir IDRASSI1-206/+0
it doesn't bring any benefits
2022-01-07Windows: Fix text truncation in setup wizard and modaless waiting dialogMounir IDRASSI2-3/+3
2022-01-07Update Italian translation from TransifexMounir IDRASSI1-223/+223
2022-01-02Windows: Don't sign drivers with our certificate since we now use single ↵Mounir IDRASSI1-2/+0
attestation signing (no dual signing)
2022-01-02Update documentation and Release Notes for restored Windows 7 support. Set ↵Mounir IDRASSI5-9/+24
1.25.6 release date at January 3rd 2022
2022-01-02Windows: Restore support of Windows 7, 8/8.1 by using single attestation ↵Mounir IDRASSI9-166/+375
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
2022-01-02Set 1.25.6 release date to January 1st 2022Mounir IDRASSI3-4/+4
2022-01-02Update copyright year to 2022Mounir IDRASSI12-16/+16
2021-12-30Update Release Notes and add signed Windows driver.Mounir IDRASSI11-11/+16
2021-12-30Windows driver: Set maximum values for encryption queue parameters. Add ↵Mounir IDRASSI3-3/+27
IOCTL code to read used values from user space maximum value for EncryptionFragmentSize is 2048 maximum value for EncryptionIoRequestCount is 8192 maximum value for EncryptionItemCount is (EncryptionIoRequestCount/2)
2021-12-30Windows Driver: Better code for EncryptionFragmentSize variable handlingMounir IDRASSI1-4/+5
2021-12-28Windows: Update precompiled MBR bootloader files for version 1.25.6Mounir IDRASSI20-0/+0
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI67-76/+78
2021-12-27Documentation: clarify that non-cascaded encryption algorithm for system ↵Mounir IDRASSI1-1/+1
encryption can be inferred from VeraCrypt bootloader only in the case of MBR boot mode.
2021-12-27Windows (MSI install only): Fix double-clicking .hc file inserting %1 ↵Mounir IDRASSI1-2/+2
instead of volume name in UI path field when
2021-12-24MacOSX: correct permission of VeraCrypt application bundle during packagingMounir IDRASSI1-0/+1
2021-12-24MacOSX: Increment version to 1.24.5 and update release notes.Mounir IDRASSI7-10/+14
2021-12-24MacOSX: make sure that no files inside VeraCrypt application bundle are ↵Mounir IDRASSI1-1/+3
world-writable. Currently, documentation HTML files and XML language files embedded inside VeraCrypt application bundle are world-writable.
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI81-66/+80
2021-12-20Windows Driver: Add registry settings to control driver internal encryption ↵Mounir IDRASSI5-19/+134
queue Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\veracrypt: - VeraCryptEncryptionFragmentSize (REG_DWORD): size of encryption data fragment in KiB. Default is 256. - VeraCryptEncryptionIoRequestCount (REG_DWORD): maximum number of parallel I/O requests. Default is 16. - VeraCryptEncryptionItemCount (REG_DWORD): maximum number of encryption queue items processed in parallel. Default is 8.
2021-12-16Language XML files: update Czech translation (contributed by Lagardere)Mounir IDRASSI1-122/+122
2021-12-04Windows: Don't use version string suffix in language files version check. It ↵Mounir IDRASSI1-1/+1
is empty by default and for special build we want to use the same language files as standard build
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ↵Mounir IDRASSI13-41/+735
Windows Vista,7, 8 and 8.1.
2021-12-02Windows: Add pre-compiled MBR bootloader binaries for version 1.25.4 to make ↵VeraCrypt_1.25.4Mounir IDRASSI20-0/+0
it easier to build VeraCrypt without legacy VC compiler
2021-11-30Language Translations files: update polish translationMounir IDRASSI1-1/+1
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI60-81/+81
2021-11-30Translation XML files: fix wrong versionMounir IDRASSI1-1/+1
2021-11-30Documentation: Put back Windows XP to the list of supported OSes following ↵Mounir IDRASSI4-3/+6
latest changes. Indicate that MSI requires Windows 10 or newer.
2021-11-29Documentation: Update list of supported OSes. Update Release Notes.Mounir IDRASSI4-8/+8
2021-11-29Windows: Try to workaround Windows Updates issues by fixing of bootloader ↵Mounir IDRASSI1-27/+51
and SetupConfig.ini when session logged in/unlocked or system resumes
2021-11-28Add keyboard shortcut to "TrueCrypt mode" in the mount dialog in German ↵Atalanttore1-1/+1
translation