VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29Increment internal version to 1.24.18 and update signed Windows drivers.Mounir IDRASSI1-2/+2
2020-06-23Increment version to 1.24-Update7Mounir IDRASSI1-4/+4
2020-06-21Windows: Fix issue when RAM encryption used, AES selected and AES-NI not ↵Mounir IDRASSI1-0/+5
supported by CPU that caused the free space of newly created volumes not filled with random data even if "quick format" is not selected by user.
2020-03-10Increment version to 1.24-Update6Mounir IDRASSI1-4/+4
2020-02-11Increment version to 1.24-Update5 and update signed Windows drivers.Mounir IDRASSI1-4/+4
2020-02-10Windows: Fix warnings reported by Coverity static code analyzerMounir IDRASSI1-5/+6
2020-01-22Increment version to 1.24-Update4 and update Release NotesMounir IDRASSI1-4/+4
2020-01-22Windows: Fix regression in Expander and Format when RAM encryption is enable ↵Mounir IDRASSI2-0/+70
that was causing volume headers to be corrupted.
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI ↵Mounir IDRASSI1-0/+69
by disabling newly introduced memory protection by default and adding a CLI switch (/protectMemory) to enable it when needed. This fixes issue https://github.com/veracrypt/VeraCrypt/issues/536
2019-12-16Update version information in preparation for 1.24-Update2 releaseMounir IDRASSI1-2/+2
2019-12-10Increment version to 1.24-Update2Mounir IDRASSI1-4/+4
2019-12-08Windows: enhancements to the mechanism preserving file timestamps, ↵Mounir IDRASSI1-14/+21
especially for keyfiles.
2019-12-03Windows: Fix possible local privilege escalation vulnerability during ↵Mounir IDRASSI1-1/+1
execution of VeraCrypt Expander (CVE-2019-19501)
2019-11-07Increment version to 1.24-Hotfix2Mounir IDRASSI1-4/+4
2019-10-24Increment version to 1.24-Hotfix1Mounir IDRASSI1-4/+4
2019-10-23Windows: A Quick Expand option to VeraCrypt Expander to allow quicker ↵Mounir IDRASSI5-12/+95
expansion of file containers after warning about security issues associated with it.
2019-10-20Increment version to 1.23-Hotfix1-PreviewMounir IDRASSI1-4/+4
2019-10-18Windows: make VeraCrypt Expander able to resume expansion of volumes whose ↵Mounir IDRASSI2-7/+18
previous expansion was aborted before it finishes
2019-10-06Increment version to 1.24Mounir IDRASSI1-2/+2
2019-10-02Increment version to 1.24-Beta6Mounir IDRASSI1-4/+4
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-1/+4
password maximum length option selected
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, ↵Mounir IDRASSI1-0/+7
especially Format and Expander
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ↵Mounir IDRASSI1-2/+3
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/+147
custom SecureBoot key instead
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are ↵Mounir IDRASSI1-2/+2
not needed after their key schedule is created
2019-01-14Increment version to 1.24-Beta1Mounir IDRASSI1-4/+4
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI1-4/+4
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-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-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI1-4/+4
2018-09-01Windows: handle case of some disk drivers not supporting ↵Mounir IDRASSI1-5/+32
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX IOCTL.
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI1-4/+4
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-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-1/+1
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: modify travel disk creation to get binaries from within setup exe ↵Mounir IDRASSI2-0/+7
files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture.
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
5' href='#n765'>765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811