VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
AgeCommit message (Collapse)AuthorFilesLines
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 IDRASSI6-6/+6
2017-06-23Increment version to 1.20 (1.20.3)Mounir IDRASSI1-4/+4
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-10/+10
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-02Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio ↵Mounir IDRASSI2-8/+0
projects
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵Mounir IDRASSI1-5/+4
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI1-1/+1
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI1-4/+4
2016-12-30Windows: Implement Secure Desktop for password entry. Add option and command ↵Mounir IDRASSI1-1/+3
line switch to activate it.
2016-12-08Increment version to 1.20 BETA1 (1.20.1)Mounir IDRASSI1-4/+4
2016-12-08Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in ↵Mounir IDRASSI1-2/+2
favorites management dialog, and use default mount parameters when mounting multiple favorites at once.
2016-10-17Increment version to 1.19 (1.19.4)Mounir IDRASSI1-4/+4
2016-10-17Update documentation and increment version to 1.19 BETA3 (1.19.3)Mounir IDRASSI1-4/+4
2016-10-17Windows: exclude unused libzip source files from build.Mounir IDRASSI1-6/+36
2016-10-17Windows: Replace XZip/XUnzip library with zlib and libzip and include the ↵Mounir IDRASSI2-18/+528
sources of these library into VeraCrypt source tree.
2016-09-11Windows: in case of In-Place encryption, encrypt random data instead of ↵Mounir IDRASSI1-1/+1
existing data when filling unused space like the other cases.
2016-08-21Increment version to 1.19 BETA2 (1.19.2)Mounir IDRASSI1-4/+4
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI1-10/+10
2016-08-15Windows: fill unused/reserved header areas with the result of encryption of ↵Mounir IDRASSI1-1/+1
random data instead of the encryption of zeros for better entropy of resulting random data.
2016-08-15Windows: Add XZip library files ↵Mounir IDRASSI2-0/+16
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
2016-08-15Windows: align buffers used for keys to avoid issues when SSE used.Mounir IDRASSI1-2/+2
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI1-1/+9
2016-08-15Windows: Fix vulnerability inherited from TrueCrypt that allows an attacker ↵Mounir IDRASSI1-3/+44
to detect with high probability if a hidden volume is present. Vulnerability reported by Ivanov Alexey Mikhailovich.
2016-06-17Windows: Use Visual C++ 2010 instead of Visual C++ 2008.Mounir IDRASSI3-0/+722
2016-05-10Remove trailing whitespaceDavid Foerster8-47/+47
2016-05-10Normalize all line terminatorsDavid Foerster8-2669/+2669
2016-05-05Windows: Add option and command line switch to hide waiting dialog when ↵Mounir IDRASSI1-0/+2
performing operations.
2016-05-05Windows: convert some files encoding from UTF-16 to UTF-8 to be similar to ↵Mounir IDRASSI1-0/+0
other files.
2016-02-20Windows:Correct explanatory text in VeraCrypt Expander to reader "Mount" ↵Mounir IDRASSI1-2/+2
instead of "Start".
2016-02-14Increment version to 1.17. Update user guide PDF file.Mounir IDRASSI1-4/+4
2016-02-12Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵Mounir IDRASSI1-21/+1
indicator depending on how much entropy was gathered. Code re-factoring.
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI2-2/+2
tool Coverity.
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI2-15/+86
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI3-2/+8
2016-01-20Windows: hide PIM is VeraCrypt Expander the same way as in other placesMounir IDRASSI1-1/+1
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI6-6/+6
2016-01-18Windows: solve Expander GUI issues caused by latest Unicode modifications.Mounir IDRASSI3-19/+19
2016-01-10Windows: Avoid wrong update of configuration XML file caused by not using ↵Mounir IDRASSI1-1/+1
the correct window handle to get some GUI fields content. Some code cleanup.
2016-01-10Windows: Don't show disconnected network drives in the list of available ↵Mounir IDRASSI2-4/+10
drives. Add option to make them available for mounting if needed.
2016-01-04Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various ↵Mounir IDRASSI1-1/+1
dialogs like password dialog.
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI2-5/+4
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI1-0/+3
assembly code developed by Wei Dai
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal ↵Mounir IDRASSI1-1/+1
volumes. Add options to activate it in the Preferences and System Settings.
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI5-166/+174
2015-10-15Windows: solve issue on VeraCryptExpander where if TB radio button was ↵Mounir IDRASSI1-1/+1
checked, it will remain checked even if GB, MB or KB is are checked.
2015-10-07Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16Mounir IDRASSI1-4/+4