Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-26 | Windows: Add various checks to address Coverity reported issues. | Mounir IDRASSI | 1 | -0/+6 | |
2021-07-13 | Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ↵ | Mounir IDRASSI | 1 | -1/+2 | |
equivalents This fixed failure to build driver for ARM64 with latest VS 2019 | |||||
2020-02-10 | Windows: Fix warnings reported by Coverity static code analyzer | Mounir IDRASSI | 1 | -5/+6 | |
2020-01-22 | Windows: Fix regression in Expander and Format when RAM encryption is enable ↵ | Mounir IDRASSI | 1 | -0/+43 | |
that was causing volume headers to be corrupted. | |||||
2019-12-08 | Windows: enhancements to the mechanism preserving file timestamps, ↵ | Mounir IDRASSI | 1 | -14/+21 | |
especially for keyfiles. | |||||
2019-10-23 | Windows: A Quick Expand option to VeraCrypt Expander to allow quicker ↵ | Mounir IDRASSI | 1 | -4/+17 | |
expansion of file containers after warning about security issues associated with it. | |||||
2019-10-18 | Windows: make VeraCrypt Expander able to resume expansion of volumes whose ↵ | Mounir IDRASSI | 1 | -6/+17 | |
previous expansion was aborted before it finishes | |||||
2019-03-02 | Windows: Generalize RAM encryption for keys to VeraCrypt binaries, ↵ | Mounir IDRASSI | 1 | -0/+7 | |
especially Format and Expander | |||||
2018-09-01 | Windows: handle case of some disk drivers not supporting ↵ | Mounir IDRASSI | 1 | -5/+32 | |
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX IOCTL. | |||||
2017-07-27 | Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵ | Mounir IDRASSI | 1 | -4/+4 | |
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX). | |||||
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-05-17 | Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵ | Mounir IDRASSI | 1 | -5/+4 | |
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value. | |||||
2016-09-11 | Windows: in case of In-Place encryption, encrypt random data instead of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
existing data when filling unused space like the other cases. | |||||
2016-08-15 | Windows: fill unused/reserved header areas with the result of encryption of ↵ | Mounir IDRASSI | 1 | -1/+1 | |
random data instead of the encryption of zeros for better entropy of resulting random data. | |||||
2016-08-15 | Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker ↵ | Mounir IDRASSI | 1 | -3/+44 | |
to detect with high probability if a hidden volume is present. Vulnerability reported by Ivanov Alexey Mikhailovich. | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -5/+5 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -21/+21 | |
2016-05-05 | Windows: convert some files encoding from UTF-16 to UTF-8 to be similar to ↵ | Mounir IDRASSI | 1 | -0/+0 | |
other files. | |||||
2016-01-27 | Windows/Linux: Implement exFAT support. | Mounir IDRASSI | 1 | -0/+0 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-18 | Windows: solve Expander GUI issues caused by latest Unicode modifications. | Mounir IDRASSI | 1 | -11/+11 | |
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal ↵ | Mounir IDRASSI | 1 | -1/+1 | |
volumes. Add options to activate it in the Preferences and System Settings. | |||||
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 1 | -30/+30 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -33/+15 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 1 | -9/+9 | |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues ↵ | Mounir IDRASSI | 1 | -1/+5 | |
reported by users | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -8/+9 | |
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵ | Mounir IDRASSI | 1 | -1/+7 | |
to random generator to abort in case of error and display a diagnose message to the user. | |||||
2015-02-09 | Static Code Analysis: solve issues in Expander. Use real random values for ↵ | Mounir IDRASSI | 1 | -4/+23 | |
wipe buffers. | |||||
2015-01-20 | Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ↵ | Mounir IDRASSI | 1 | -0/+971 | |
modification to Mount.c to avoid link errors when building VeraCryptExpander. |