VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
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
2017-07-09Windows: generate pdb files for binaries in order to help investigate ↵Mounir IDRASSI1-3/+2
crashes in the future.
2017-07-09Increment version to 1.21.5Mounir IDRASSI1-2/+2
2017-07-05Increment version to 1.21.4Mounir IDRASSI1-2/+2
2017-07-04Increment version to 1.21.3Mounir IDRASSI1-2/+2
2017-07-02Windows: fix documentation and UI messages about the PIM constraints and ↵Mounir IDRASSI1-4/+4
calculation formula when EFI system encryption is using SHA-512 or Whirlpool. For historical reasons, if SHA-512 or Whirlpool is selected for EFI system encryption, then iterations = 15000 + (PIM x 1000) and not iterations = PIM x 2048 like the other algorithms.
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite ↵Mounir IDRASSI1-4/+4
alongside its password if option "Include PIM when caching password" is selected alongside option "Temporarily cache password during Mount Favorite Volumes operations".
2017-07-02Windows: increment version to 1.21.2Mounir IDRASSI1-2/+2
2017-07-02Increment version to 1.21 (1.21.1)Mounir IDRASSI1-4/+4
2017-06-29Windows: reduce size of 64-bit binaries by not embedding 32-bit EFI ↵Mounir IDRASSI1-0/+6
bootloader files in their resources.
2017-06-29Update release date and increment version to 1.20.3.4Mounir IDRASSI1-2/+2
2017-06-23Update IDRIX copyright yearMounir IDRASSI7-7/+7
2017-06-23Increment version to 1.20 (1.20.3)Mounir IDRASSI1-4/+4
2017-06-11Windows: Remove unused method ReadEfiConfigMounir IDRASSI2-7/+1
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-2/+2
2017-06-10Windows Security: built binaries with support for Address Space Layout ↵Mounir IDRASSI1-2/+2
Randomization (ASLR).
2017-06-05Windows: create dedicated project for zip library and link other binaries ↵Mounir IDRASSI2-552/+4
against it instead of recompiling zlib and libzip for each project separately.
2017-06-05Beta2 patch 1kavsrf1-2/+2
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated
2017-06-05PlatformInfo read. (via ReadEfiConfig)kavsrf2-3/+3
It is displayed in System settings
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused ↵Mounir IDRASSI1-16/+16
parameters to function AppLink.
2017-06-02Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵Mounir IDRASSI2-8/+0
projects
2017-05-28Windows: Only offer valid cluster sizes when ReFS is selected in the volume ↵Mounir IDRASSI1-23/+37
format wizard.
2017-05-28Windows: add support for ReFS on Windows 10 when creating normal volumes.Mounir IDRASSI1-3/+23
2017-05-26Windows: fix Hour Glass cursor still displayed in some cases after Format ↵Mounir IDRASSI1-2/+0
wizard operation is finished.
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵Mounir IDRASSI2-14/+13
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.