VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16Windows MSI: set minimum support for MSI installation to Windows 8 as it was ↵Mounir IDRASSI1-8/+0
before
2022-01-08MacOSX: remove write permission also from group on application bundleVeraCrypt_1.25.7Mounir IDRASSI2-2/+2
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI39-32/+60
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-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 IDRASSI1-1/+1
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 IDRASSI1-3/+3
2022-01-02Update copyright year to 2022Mounir IDRASSI11-14/+14
2021-12-30Update Release Notes and add signed Windows driver.Mounir IDRASSI9-4/+4
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 IDRASSI25-35/+36
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 IDRASSI6-9/+9
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 IDRASSI39-26/+26
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-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-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI18-40/+40
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-28Language XML files: Fix wrong reference to VeraCrypt 6.0 which actually ↵Mounir IDRASSI1-1/+1
should be TrueCrypt 6.0
2021-11-28Windows: Add pre-compiled MBR bootloader binaries for version 1.25 to make ↵Mounir IDRASSI41-0/+0
it easier to build VeraCrypt without legacy VC compiler
2021-11-28Linux: change build script for GTK3 generic installer to build wxWidgets by ↵Mounir IDRASSI1-4/+4
default
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI17-33/+33
2021-11-28Linux: try to fix some rare issues when invoking sudo using fork by waiting ↵Mounir IDRASSI1-0/+3
1 second for forked process to start
2021-11-28Linux: Add script to build GTK3 based generic installerMounir IDRASSI1-0/+47
2021-11-21Windows: Update signed Windows driver to version 1.25.2.0Mounir IDRASSI8-3/+3
2021-11-21Windows: Block installation of MSI on Windows version older than Windows 10 ↵Mounir IDRASSI1-0/+8
because of driver code signing
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI17-35/+170
2021-11-21Linux/macOS/FreeBSD: return error if unknown filesystem value specified in ↵Mounir IDRASSI1-1/+1
--filesystem switch
2021-11-21Linux/FreeBSD: Fix calling "make install" without specifying DESTDIR, which ↵Mounir IDRASSI1-0/+4
should work by installing into /usr
2021-11-21Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ↵Mounir IDRASSI2-22/+235
requirement on driver code signing. For now, we are not able to put in place HCK/WLK certification of VeraCrypt driver that is needed for Windows 7, 8 and 8.1.
2021-09-21Linux/macOS: Add CLI switch (--size=max) and UI option to give a file ↵Mounir IDRASSI9-74/+269
container all available free space. This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI.
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI16-31/+31
2021-09-05Windows: Fix warning and link error in SetupDLL projectMounir IDRASSI2-4/+3
2021-09-05Update build requirements and instructions in ReadmeMounir IDRASSI1-27/+40
2021-09-05Windows: Block installation with exe installer if VeraCrypt was already ↵Mounir IDRASSI2-0/+27
installed using MSI package
2021-09-04Linux: fix rpm installation conflict for /usr/share/mimeMounir IDRASSI1-0/+2
2021-09-04Minor cleanup of the repo (#822)a134605410-13/+12
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace
2021-09-02Windows MSI: block MSI installation if System Encryption is enabled until we ↵Mounir IDRASSI1-0/+6
find a workaround for MSI service inability to access EFI environment variables (GetFirmwareEnvironmentVariable return empty values)
2021-09-02Windows MSI: Fix error querying bootloader informationMounir IDRASSI1-1/+20
2021-09-02Windows: Implement a new way to detect Windows version to overcome MSI ↵Mounir IDRASSI1-0/+53
limitation
2021-08-30Windows MSI: avoid duplicated entry for VeraCrypt when installing MSI over ↵Mounir IDRASSI1-0/+3
an EXE based installation