Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-05 | Windows: Fix warning and link error in SetupDLL project | Mounir IDRASSI | 2 | -4/+3 | |
2021-09-05 | Update build requirements and instructions in Readme | Mounir IDRASSI | 1 | -27/+40 | |
2021-09-05 | Windows: Block installation with exe installer if VeraCrypt was already ↵ | Mounir IDRASSI | 2 | -0/+27 | |
installed using MSI package | |||||
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 | 10 | -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-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 | 17 | -47/+47 | |
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 | 10 | -13/+13 | |
2021-08-30 | Linux: Build .deb packages with Ayatana application indicator support ↵ | Mounir IDRASSI | 2 | -2/+13 | |
(Ubuntu >= 18.04, Debian >= 10) | |||||
2021-08-30 | Windows: Update IDRIX SHA-256 code signing certificate to latest one | Mounir IDRASSI | 1 | -6/+6 | |
2021-08-24 | Windows Driver: Potential memory corruption caused by integer overflow in ↵ | Mounir IDRASSI | 1 | -21/+61 | |
IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES (reported by I.V. Sprundel) | |||||
2021-08-23 | Linux: Add missing veracrypt.xml file used for mime type handling | Mounir IDRASSI | 1 | -0/+11 | |
2021-08-23 | Windows: Update signing script to use newly issued IDRIX EV code signing ↵ | Mounir IDRASSI | 2 | -3/+3 | |
certificate (22-08-2021) | |||||
2021-08-23 | macOS: During install, set libfuse.2.dylib as symbolic link to ↵ | Mounir IDRASSI | 3 | -2/+14 | |
libosxfuse.2.dylib if it doesn't already exist | |||||
2021-08-21 | Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵ | Mounir IDRASSI | 4 | -6/+41 | |
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814) | |||||
2021-08-21 | Fix typo in GraphicUserInterface.cpp | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-21 | Language XML files: remove duplicated entry and fix MOUNT_POINT entry | Mounir IDRASSI | 1 | -1/+0 | |
2021-08-21 | Linux/macOS: print LANG environment variable to console only in DEBUG mode | Mounir IDRASSI | 1 | -0/+2 | |
2021-08-21 | Language.xml: remove wrong character from MOUNT_POINT entry | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-16 | Add compile-time toggleable support for application indicators, off by ↵ | Unit 193 | 4 | -1/+99 | |
default. (#815) This tries to figure out, via wx-config, if you're using GTK2 or GTK3 and uses the associated Ayatana library. | |||||
2021-08-16 | Increment version to 1.24-Update9-Beta-21-08-15 | Mounir IDRASSI | 7 | -13/+16 | |
2021-08-16 | MacOSX: Use 11.3 SDK from Xcode 12.5.1 | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-16 | MacOSX: Make AESNI availability linked to compiler target and not ↵ | Mounir IDRASSI | 3 | -9/+4 | |
compilation host | |||||
2021-08-15 | MacOSX: First native Apple M1 support | Mounir IDRASSI | 7 | -20/+33 | |
2021-08-15 | Windows: Increment version to 1.24.25.3 and update signed Windows driver | Mounir IDRASSI | 15 | -17/+17 | |
2021-08-07 | Added compatibility with GNU GCC 11 Toolchain (#811) | Alex | 1 | -0/+9 | |
This fixes compilation issues when using GNU GCC >=11 where parameter -std=gnu++17 is used by default. Resolves #802 | |||||
2021-08-07 | Windows: Better implementation of PRF autodetection optimization. | Mounir IDRASSI | 3 | -54/+80 | |
2021-08-07 | Windows Driver: fix BSOD during mounting caused by commit for PRF ↵ | Mounir IDRASSI | 1 | -2/+0 | |
auto-detection speedup | |||||
2021-08-02 | Windows: Fix wrong detection of ARM architecture | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-02 | Windows: Increment version to 1.24.25.2 and update signed Windows driver | Mounir IDRASSI | 15 | -17/+17 | |
2021-08-02 | Windows: clear DeriveKeyWork work item only if they have correct type | Mounir IDRASSI | 1 | -3/+6 | |
2021-07-15 | Windows: Avoid leaking sensitive values in work item of threads pool | Mounir IDRASSI | 1 | -0/+14 | |
2021-07-14 | Windows: Reduce time of mount with PRF auto-detection | Mounir IDRASSI | 3 | -29/+112 | |
2021-07-14 | Windows: Fix compilation error of bootloader caused by introduction of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
strsafe.h in crypto.c | |||||
2021-07-14 | Linux/macOS: re-order PRF algorithms from faster to slower for quicker ↵ | Mounir IDRASSI | 1 | -2/+2 | |
autodetection mounting when usual algorithms used | |||||
2021-07-14 | Windows: Remove unused files | Mounir IDRASSI | 5 | -762/+0 | |
2021-07-14 | Windows: Copy ARM64 binaries when creating Traveler Disk and when VeraCrypt ↵ | Mounir IDRASSI | 1 | -0/+16 | |
is installed | |||||
2021-07-14 | Windows: Use only SHA256 certificate for code signature verification since ↵ | Mounir IDRASSI | 1 | -12/+1 | |
SHA1 certificate is not used anymore. |