VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format
AgeCommit message (Collapse)AuthorFilesLines
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI2-1/+11
tool Coverity.
2016-01-31Windows: Fix buffer overrun issue introduce by the Unicode rewrite.Mounir IDRASSI1-0/+0
2016-01-31Windows: Implement GUI indicator for entropy collected from mouse movements.Mounir IDRASSI2-0/+4
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI4-1/+25
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI7-6/+6
2016-01-10Windows: Avoid wrong update of configuration XML file caused by not using ↵Mounir IDRASSI1-0/+0
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/+8
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-2/+2
dialogs like password dialog.
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI2-4/+4
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI1-0/+0
assembly code developed by Wei Dai
2015-12-21Windows: Implement PIM caching, both for system encryption and for normal ↵Mounir IDRASSI1-0/+0
volumes. Add options to activate it in the Preferences and System Settings.
2015-12-05Windows: Correct issue with some of new bitmaps that didn't render correctly.Mounir IDRASSI1-0/+0
2015-12-05Windows: use new icons an graphics contributed by Andreas Becker ↵Mounir IDRASSI1-0/+0
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
2015-11-26Windows: solve GUI issues caused by using ANSI string instead of UNICODE ↵Mounir IDRASSI2-3/+3
ones. Remove Unused functions.
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI5-102/+166
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 IDRASSI4-5/+7
in command line.
2015-09-26Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed ↵Mounir IDRASSI2-2/+2
correctly) by using Unicode API for dialogs and window message handling.
2015-09-26Windows: Set keyboard focus to PIM field when "Use PIM" is checked.Mounir IDRASSI1-0/+4
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI1-4/+4
2015-09-16Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵Mounir IDRASSI1-1/+1
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
2015-09-16Windows: first implementation of CLI support for creating volumes.Mounir IDRASSI2-36/+408
2015-09-10Windows: When no language selected by user, explicitly use English as ↵Mounir IDRASSI1-4/+16
default one unless VeraCrypt is in portable mode.
2015-08-28Windows: Treat the PIM like a password and make it visible when "Display ↵Mounir IDRASSI3-7/+15
password" is checked.
2015-08-27Windows: Correctly display the password edit "black dot" instead of a '*' ↵Mounir IDRASSI1-15/+2
when showing it then hiding it.
2015-08-27Windows: Protect against using a container file as its own keyfile. ↵Mounir IDRASSI1-2/+2
Normalizing path names to never use '/' but always '\'.
2015-08-16Windows: Solve UI language change not taken into account for new install ↵Mounir IDRASSI1-27/+0
unless a preference is changed. Code refactoring.
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 IDRASSI7-37/+61
and TrueCrypt 3.0.
2015-07-14Windows: Don't offer "None" as wipe mode when real wipe is explicitly needed ↵Mounir IDRASSI1-1/+1
(like in Decoy system partition wipe case)
2015-07-14Windows: in encryption wizard, clicking "Previous" in the "Large File ↵Mounir IDRASSI1-0/+2
Support" page should take to password page if PIM not enabled.
2015-07-14Windows: solve issue introduced by the new "Use PIM" checkbox that caused ↵Mounir IDRASSI1-2/+1
error when trying to encrypt system (the wizard was executing a wrong page)
2015-07-13Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵Mounir IDRASSI3-22/+71
explicitly check "User PIM" to enable its use.
2015-07-13Windows: Solve failure to create hidden volume when PIM used for outer ↵Mounir IDRASSI1-3/+2
volume. Correctly wipe password variable from memory.
2015-07-11Use Pim name for internal variables instead of the old name PinMounir IDRASSI4-45/+45
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI2-32/+32
reported by users
2015-07-03Windows: re-size some controls to avoid text truncation.Mounir IDRASSI1-4/+4
2015-07-03Windows: Solve privacy issue inherited from TrueCrypt and linked to the ↵Mounir IDRASSI1-21/+73
update of configuration and history XML files everytime VeraCrypt main window is opened, even if there was no modifications. This could give information about the usage of VeraCrypt. Now, configuration and history XML files are updated only when there are modifications.
2015-07-03Windows: Explicitly use internal PKCS#11 headers for buildingMounir IDRASSI1-4/+4
2015-06-21Windows: Add a dedicate page for volume PIM in the volume creation wizardMounir IDRASSI3-30/+113
2015-06-19Windows: in "VeraCrypt Format.exe", erase the volume PIM value after the ↵Mounir IDRASSI1-0/+3
process is finished to avoid displaying it again if the user starts a new creation process right after
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵Mounir IDRASSI1-2/+2
VeraCrypt driver file.
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI2-24/+24
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI ↵Mounir IDRASSI1-0/+33
handling of Dynamic Mode.
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI2-6/+2
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI6-108/+153
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI2-28/+28
harmless.
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵Mounir IDRASSI1-6/+280
"VeraCrypt Format.exe".