VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
2019-03-09Increment version to 1.24-Beta5Mounir IDRASSI1-4/+4
2019-03-09Increment version to 1.24-Beta4 and update release notes to clarify that ↵Mounir IDRASSI1-4/+4
password length increase applies only to non-system volumes.
2019-03-03Increment version to 1.24-Beta3. Update Release Notes.Mounir IDRASSI1-4/+4
2019-03-03Windows: replicate old behavior when handling passwords in UI when legacy ↵Mounir IDRASSI1-9/+16
password maximum length option selected
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ↵Mounir IDRASSI1-1/+4
instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt.
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, ↵Mounir IDRASSI1-2/+39
especially Format and Expander
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ↵Mounir IDRASSI1-6/+6
to the first 64 characters. This fix issues encountered by users of TrueCrypt volumes who were using passwords longer than 64 characters that were truncated in previous version.
2019-01-28Increment version to 1.24-Beta2Mounir IDRASSI1-4/+4
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with ↵Mounir IDRASSI1-0/+135
custom SecureBoot key instead
2019-01-15Windows: enhancements to EFI system encryption, like handling of Multi-Boot ↵Mounir IDRASSI1-7/+3
and better compatibility with Windows Upgrade process.
2019-01-14Increment version to 1.24-Beta1Mounir IDRASSI1-4/+4
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI1-4/+4
2018-12-19Windows: Enable selection of Quick Format for file containers. Separate ↵Mounir IDRASSI3-27/+55
Quick Format and Dynamic Volume options.
2018-10-10Increment version to 1.23-Hotfix-2Mounir IDRASSI1-4/+4
2018-09-21Increment version to 1.23-Hotfix-1Mounir IDRASSI1-4/+4
2018-09-21Windows: don't use quick format by default when creating file containers ↵Mounir IDRASSI1-1/+8
using command line and add a switch to enable quick format explicitly in command line
2018-09-21Windows: add /nosizecheck switch to VeraCrypt Format that allows disabling ↵Mounir IDRASSI1-1/+8
check on file container size against available free space on target disk. This enables to workaround a bug in Microsoft Distributed File System (DFS) that report wrong free disk space (https://support.microsoft.com/en-us/help/177127/incorrect-disk-free-space-information-for-a-dfs-client-share)
2018-09-09Increment version to 1.23Mounir IDRASSI1-2/+2
2018-09-03Increment version to 1.23-BETA8 and update release notes.Mounir IDRASSI1-4/+4
2018-09-03Windows: fix regression when language selected in the setup during fresh ↵Mounir IDRASSI1-0/+5
install and that caused VeraCrypt background task to be disabled.
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI1-4/+4
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI1-4/+4
2018-08-24Windows: fix language selected in the installer not used by "Create Volume" ↵Mounir IDRASSI2-2/+2
wizard until reboot or exiting VeraCrypt main process.
2018-08-24Windows: Add check on size of file container to ensure it's smaller than ↵Mounir IDRASSI2-4/+43
available free space on disk when this is required.
2018-08-18Increment version to 1.23-BETA5 and update release notesMounir IDRASSI1-4/+4
2018-08-16Increment version to 1.23-BETA4 and update release notes.Mounir IDRASSI1-4/+4
2018-08-16Windows: Fix regression that caused the system encryption wizard to crash ↵Mounir IDRASSI1-3/+3
when displaying password field.
2018-08-12Increment version to 1.23-BETA3 and update release notes.Mounir IDRASSI1-4/+4
2018-08-07Windows: Display a balloon tip warning or error message when the value ↵Mounir IDRASSI1-3/+3
pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached
2018-07-05Increment version to 1.23-BETA2Mounir IDRASSI1-4/+4
2018-05-03Increment version to 1.23-BETA1Mounir IDRASSI1-4/+4
2018-04-23Increment version to 1.23-BETA0 (1.23.0)Mounir IDRASSI1-4/+4
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵Mounir IDRASSI2-0/+6
and VeraCrypt-DCS custom keys were not loaded in the machine firmware.
2018-04-23Windows: Fix system encryption issues on machines that always force booting ↵Mounir IDRASSI1-2/+2
on Microsoft bootloader (e.g. HP).
2018-04-23Windows: implement compatibility for Windows 10 major updates using ↵Mounir IDRASSI2-1/+7
ReflectDrivers mechanism whose support started from Windows 10 version 1607.
2018-03-30Increment version to 1.22 (1.22.9)Mounir IDRASSI1-4/+4
2018-03-28Increment version to 1.22-BETA8 (1.22.8)Mounir IDRASSI1-4/+4
2018-03-27Increment version to 1.22-BETA7 (1.22.7)Mounir IDRASSI1-4/+4
2018-03-25Increment version to 1.22-BETA6 (1.22.6)Mounir IDRASSI1-4/+4
2018-03-22Increment version to 1.22-BETA5 (1.22.5)Mounir IDRASSI1-4/+4
2018-03-04Windows: remove dependency to afxres.h header to allow build on community ↵Mounir IDRASSI1-1/+1
edition of Visual Studio.
2017-12-09Increment version to 1.22-BETA4 (1.22.4)Mounir IDRASSI1-2/+2
2017-11-28Language XML files: remove references to GOST89 since it is not supported ↵Mounir IDRASSI1-6/+0
anymore.
2017-08-02Windows: Increment version to 1.22-BETA3Mounir IDRASSI1-2/+2
2017-07-29Windows: increment version to 1.22-BETA2-Build6Mounir IDRASSI1-2/+2
2017-07-27Windows: increment version to 1.22-BETA2-Build5Mounir IDRASSI1-2/+2
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵Mounir IDRASSI1-9/+9
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX).
2017-07-23Windows: Increment version to 1.22-BETA2-Build1Mounir IDRASSI1-2/+2
2017-07-20Windows: Increment version to 1.22-BETA1-Build4Mounir IDRASSI1-4/+4
2017-07-19Windows: Increment version to 1.22-BETA0Mounir IDRASSI1-2/+2