VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-04Linux: Support checking/reparing mounted filesystem on KDE when xterm not ↵Mounir IDRASSI1-0/+25
available
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 IDRASSI4-161/+338
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-03Language XML: Add newlines to PIM Help Text to make clearer for readingMounir IDRASSI1-2/+2
2015-07-03Windows: Explicitly use internal PKCS#11 headers for buildingMounir IDRASSI3-10/+10
2015-06-28Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct ↵Mounir IDRASSI11-10/+660
PIM value check logic.
2015-06-26Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUIMounir IDRASSI6-13/+36
2015-06-24Linux: if a keyfile is specified in the command line without a password, ↵Mounir IDRASSI1-1/+1
don't try to mount using an empty password unless its TrueCryptMode or an empty password has been explicitly specified.
2015-06-24Linux/MacOSX: solve GUI layout issues although the volume creation wizard ↵Mounir IDRASSI4-9/+10
still has issues
2015-06-24Linux/MacOSX: restore normal file mode to some source filesMounir IDRASSI35-0/+0
2015-06-24Linux: solve bug when "-tc" command line switch is not followed by another ↵Mounir IDRASSI1-1/+1
switch. In this case, the value coming after the "-tc" switch was ignored from processing.
2015-06-24Linux/MacOSX: first dynamic mode implementationMounir IDRASSI37-105/+680
2015-06-21Windows: Add a dedicate page for volume PIM in the volume creation wizardMounir IDRASSI7-35/+125
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-19Windows: If PIM of a volume is changed and if it is a favorite or system ↵Mounir IDRASSI4-6/+58
favorite, automatically update favorite or system favorite XML file with the new value.
2015-06-19Windows: Use "PIM" instead of "PIN" in favorites XML fileMounir IDRASSI1-2/+7
2015-06-12Windows installer: solve Windows XP 32-bit incompatibility issue introduced ↵Mounir IDRASSI1-3/+21
previously.
2015-06-10Windows: Implement waiting dialog for Auto-Mount Devices operations to avoid ↵Mounir IDRASSI1-4/+29
freezing GUI.
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵Mounir IDRASSI6-28/+70
VeraCrypt driver file.
2015-06-08Windows: rename PIN to PIM to avoid confusion. Better error messages.Mounir IDRASSI17-140/+140
2015-06-08Windows: Add command line switch parameter for temporary caching of password ↵Mounir IDRASSI1-2/+9
during favorites mounting (/cache favorites). Correct implementation of "/cache y".
2015-06-07Windows: Add support for PIN in favorites. Several enhancements to GUI ↵Mounir IDRASSI13-49/+211
handling of Dynamic Mode.
2015-05-31Windows: fix buffer overrun issue when parsing language XML fileMounir IDRASSI1-1/+3
2015-05-29Windows: reorder command line switched with alphabetical order for better ↵Mounir IDRASSI1-3/+3
help display
2015-05-29Windows: workaround FormatEx keeping references on formatted volume by ↵Mounir IDRASSI3-7/+18
adding extra delays.
2015-05-29Windows: Display VeraCrypt version information when the command line switch ↵Mounir IDRASSI2-5/+15
/help is used.
2015-05-27Windows: GUI modifications around PIN fieldMounir IDRASSI11-62/+63
2015-05-26Windows: first implementation of dynamic modeMounir IDRASSI46-287/+706
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI11-113/+114
harmless.
2015-05-22Language files: update XML language files with new fieldsMounir IDRASSI37-96/+1095
2015-05-22Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ↵Mounir IDRASSI4-5/+34
install 64-bit exe files on Windows 64-bit. This gives a boot in performance for encryption/decryption of partitions/drives on Windows 64-bit.
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵Mounir IDRASSI9-20/+1292
"VeraCrypt Format.exe".
2015-05-22Windows: make random generator function compatible with 64-bit execution ↵Mounir IDRASSI2-15/+36
environment
2015-05-22Windows: Correctly detect switch user and RDP disconnect as session locking ↵Mounir IDRASSI1-1/+1
so that autodismount could be performed when it's enabled in the preferences
2015-05-22Windows: remove crash dump analysis functionality. It didn't always work and ↵Mounir IDRASSI7-541/+4
it required external debugging tools.
2015-05-22Windows: correct typo in help textMounir IDRASSI1-1/+1
2015-05-17Windows: First implementation of non-system volumes decryption.Mounir IDRASSI16-116/+1557
2015-05-15Language XML: Use correct links in displayed message.Mounir IDRASSI1-2/+2
2015-05-15Windows driver: avoid race condition by using ↵Mounir IDRASSI2-7/+16
IoAttachDeviceToDeviceStackSafe instead IoAttachDeviceToDeviceStack. Set BootArgs.CryptoInfoLength to 0 after clearing boot memory.
2015-05-10Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug ↵Mounir IDRASSI1-1/+1
in IOCTL_DISK_VERIFY. There was no real issue in sectors.
2015-05-06Windows: Solve detection issue when resuming encryption. Add separate logic ↵Mounir IDRASSI7-26/+120
for manual selection of device and display error message in case of failure.
2015-05-04Windows: When resuming in-place encryption, add manual selection of ↵Mounir IDRASSI1-18/+42
partition possible. Display wait dialog when performing detection.
2015-05-03Windows: Make the Format wizard work again when launched from VeraCrypt menu.Mounir IDRASSI1-1/+10
2015-05-03Windows Driver: Implement querying physical sector size of veraCrypt volume ↵Mounir IDRASSI6-6/+153
through IOCTL_STORAGE_QUERY_PROPERTY
2015-05-03Windows: enable showing/hiding password for system encryption in Windows UI ↵Mounir IDRASSI4-7/+9
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 IDRASSI6-15/+15
avoid collision with existing class names.
2015-04-27Windows: Support A: and B: as driver letters for mounting volumes.Mounir IDRASSI3-10/+10
2015-04-27Windows: Better command line handling to make it more strict and robust. ↵Mounir IDRASSI4-149/+133
This avoids issues when using wrong syntax.
2015-04-26Linux: in command line, support hash algorithm names without '-' as on ↵Mounir IDRASSI2-3/+14
Windows ("sha256", "sha512", "ripemd160")
2015-04-26Language XML: update German translationMounir IDRASSI1-4/+4