VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-26Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15Mounir IDRASSI1-4/+4
2015-09-26Windows: Support specifying volumes size using TB in GUI as it is the case ↵Mounir IDRASSI3-189/+163
in command line.
2015-09-26Windows: Set keyboard focus to PIM field when "Use PIM" is checked.Mounir IDRASSI1-0/+2
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI1-4/+4
2015-08-28Windows: Treat the PIM like a password and make it visible when "Display ↵Mounir IDRASSI1-2/+2
password" is checked.
2015-08-27Windows: Correctly display the password edit "black dot" instead of a '*' ↵Mounir IDRASSI1-8/+7
when showing it then hiding it.
2015-08-27Windows: Protect against using a container file as its own keyfile. ↵Mounir IDRASSI2-6/+8
Normalizing path names to never use '/' but always '\'.
2015-08-09Increment version to 1.13VeraCrypt_1.13Mounir IDRASSI1-4/+4
2015-08-06Increment version to 1.12. Update user guide PDF file.Mounir IDRASSI1-4/+4
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI6-184/+85
and TrueCrypt 3.0.
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵Mounir IDRASSI2-13/+28
explicitly check "User PIM" to enable its use.
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI4-29/+29
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI4-8/+16
reported by users
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI3-12/+12
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI2-25/+7
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI6-23/+80
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵Mounir IDRASSI1-2/+303
"VeraCrypt Format.exe".
2015-05-06Windows: Solve detection issue when resuming encryption. Add separate logic ↵Mounir IDRASSI1-1/+3
for manual selection of device and display error message in case of failure.
2015-05-03Windows: enable showing/hiding password for system encryption in Windows UI ↵Mounir IDRASSI1-1/+0
and in the bootloader (F5 key). This will be helpful to diagnose issues with non-US versions of Windows.
2015-05-03Windows: Modify custom window class names to less generic value in order to ↵Mounir IDRASSI1-1/+1
avoid collision with existing class names.
2015-04-27Windows: Support A: and B: as driver letters for mounting volumes.Mounir IDRASSI1-1/+1
2015-04-06Increment VeraCrypt version to 1.0f-2Mounir IDRASSI1-5/+8
2015-04-06Windows: use secure string functionsMounir IDRASSI1-703/+697