Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-30 | Language Translations files: update polish translation | Mounir IDRASSI | 1 | -1/+1 | |
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 60 | -81/+81 | |
2021-11-30 | Translation XML files: fix wrong version | Mounir IDRASSI | 1 | -1/+1 | |
2021-11-30 | Documentation: Put back Windows XP to the list of supported OSes following ↵ | Mounir IDRASSI | 4 | -3/+6 | |
latest changes. Indicate that MSI requires Windows 10 or newer. | |||||
2021-11-29 | Documentation: Update list of supported OSes. Update Release Notes. | Mounir IDRASSI | 4 | -8/+8 | |
2021-11-29 | Windows: Try to workaround Windows Updates issues by fixing of bootloader ↵ | Mounir IDRASSI | 1 | -27/+51 | |
and SetupConfig.ini when session logged in/unlocked or system resumes | |||||
2021-11-28 | Add keyboard shortcut to "TrueCrypt mode" in the mount dialog in German ↵ | Atalanttore | 1 | -1/+1 | |
translation | |||||
2021-11-28 | Fix wrong reference (#853) | Ettore Atalan | 1 | -1/+1 | |
Fix wrong reference to VeraCrypt 1.0 in German translation. | |||||
2021-11-28 | Language XML files: Fix wrong reference to VeraCrypt 6.0 which actually ↵ | Mounir IDRASSI | 37 | -37/+37 | |
should be TrueCrypt 6.0 | |||||
2021-11-28 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25 to make ↵ | Mounir IDRASSI | 41 | -0/+0 | |
it easier to build VeraCrypt without legacy VC compiler | |||||
2021-11-28 | Linux: change build script for GTK3 generic installer to build wxWidgets by ↵ | Mounir IDRASSI | 1 | -4/+4 | |
default | |||||
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 58 | -73/+73 | |
2021-11-28 | Linux: try to fix some rare issues when invoking sudo using fork by waiting ↵ | Mounir IDRASSI | 1 | -0/+3 | |
1 second for forked process to start | |||||
2021-11-28 | Linux: Add script to build GTK3 based generic installer | Mounir IDRASSI | 1 | -0/+47 | |
2021-11-27 | Language XML files: update Russian XML file by Dmitry Yerokhin. | Mounir IDRASSI | 1 | -125/+125 | |
2021-11-21 | Windows: Update signed Windows driver to version 1.25.2.0 | Mounir IDRASSI | 8 | -3/+3 | |
2021-11-21 | Windows: Block installation of MSI on Windows version older than Windows 10 ↵ | Mounir IDRASSI | 1 | -0/+8 | |
because of driver code signing | |||||
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 159 | -180/+323 | |
2021-11-21 | Linux/macOS/FreeBSD: return error if unknown filesystem value specified in ↵ | Mounir IDRASSI | 1 | -1/+1 | |
--filesystem switch | |||||
2021-11-21 | Linux/FreeBSD: Fix calling "make install" without specifying DESTDIR, which ↵ | Mounir IDRASSI | 1 | -0/+4 | |
should work by installing into /usr | |||||
2021-11-21 | Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ↵ | Mounir IDRASSI | 2 | -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-11-07 | Improve translations for Chinese (#825) | nkh0472 | 1 | -53/+53 | |
2021-11-07 | Update German translation (#830) | Ettore Atalan | 1 | -1/+1 | |
Translated newly added string. | |||||
2021-09-21 | Linux/macOS: Add CLI switch (--size=max) and UI option to give a file ↵ | Mounir IDRASSI | 49 | -74/+309 | |
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-05 | Language Translations files: update polish translation | Mounir IDRASSI | 1 | -1/+1 | |
2021-09-05 | Update German translation. (#824) | Ettore Atalan | 1 | -1/+1 | |
Translated newly added string. | |||||
2021-09-05 | Update Release Notes for 1.25-RC1 | Mounir IDRASSI | 2 | -2/+16 | |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 55 | -70/+70 | |
2021-09-05 | Windows: Fix warning and link error in SetupDLL project | Mounir IDRASSI | 2 | -4/+3 | |
2021-09-05 | Documentation: Drop official support of Mac OS X 10.7 Lion and Mac OS X 10.8 ↵ | Mounir IDRASSI | 1 | -2/+2 | |
Mountain Lion | |||||
2021-09-05 | Update build requirements and instructions in Readme | Mounir IDRASSI | 2 | -49/+75 | |
2021-09-05 | Windows: Block installation with exe installer if VeraCrypt was already ↵ | Mounir IDRASSI | 42 | -0/+67 | |
installed using MSI package | |||||
2021-09-04 | Documentation: Drop Windows XP, Vista and 7 from list of supported OS. Add ↵ | Mounir IDRASSI | 2 | -12/+7 | |
macOS Big Sur. | |||||
2021-09-04 | Linux: fix rpm installation conflict for /usr/share/mime | Mounir IDRASSI | 1 | -0/+2 | |
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 152 | -366/+363 | |
* *: 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-02 | Windows MSI: block MSI installation if System Encryption is enabled until we ↵ | Mounir IDRASSI | 1 | -0/+6 | |
find a workaround for MSI service inability to access EFI environment variables (GetFirmwareEnvironmentVariable return empty values) | |||||
2021-09-02 | Windows MSI: Fix error querying bootloader information | Mounir IDRASSI | 1 | -1/+20 | |
2021-09-02 | Windows: Implement a new way to detect Windows version to overcome MSI ↵ | Mounir IDRASSI | 1 | -0/+53 | |
limitation | |||||
2021-08-30 | Windows MSI: avoid duplicated entry for VeraCrypt when installing MSI over ↵ | Mounir IDRASSI | 1 | -0/+3 | |
an EXE based installation | |||||
2021-08-30 | Windows: Remove unused certificate files | Mounir IDRASSI | 4 | -86/+0 | |
2021-08-30 | Windows: Update signed Windows driver to version 1.25.0.0 | Mounir IDRASSI | 7 | -1/+1 | |
2021-08-30 | Windows: Add latest 1.25 EFI bootloader files that are signed by Microsoft ↵ | Mounir IDRASSI | 12 | -0/+0 | |
that come with the following modifications: - Fix memory leak in some cases caused by wrong check of pointer for calling MEM_FREE - Clear bootParams variable that may contain sensitive information when halting the system in case of fatal error - Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes | |||||
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 56 | -86/+86 | |
2021-08-30 | Windows: Fix some VS static analyzed warnings | Mounir IDRASSI | 4 | -4/+4 | |
2021-08-30 | Windows Driver: use functions from ntstrsafe.h instead of strsafe.h since ↵ | Mounir IDRASSI | 1 | -0/+6 | |
they are destined for kernel mode | |||||
2021-08-30 | Windows: Set minimal supported version to Windows 8 since our driver is now ↵ | Mounir IDRASSI | 1 | -2/+2 | |
signed only SHA256 | |||||
2021-08-30 | Windows Exe Setup: Add ARM64 binaries to FileInUse detection | Mounir IDRASSI | 1 | -0/+3 | |
2021-08-30 | Windows MSI: Don't reboot if /norestart is specified (which is equivalent to ↵ | Mounir IDRASSI | 1 | -2/+27 | |
REBOOT=REALLYSUPPRESS) | |||||
2021-08-30 | Windows: Remove sign-sha256.bat since now the default sign.bat only uses SHA256 | Mounir IDRASSI | 1 | -68/+0 | |
2021-08-30 | Update copyright year to 2021 | Mounir IDRASSI | 11 | -15/+15 | |