Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-03 | Windows: Solve privacy issue inherited from TrueCrypt and linked to the ↵ | Mounir IDRASSI | 4 | -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-03 | Language XML: Add newlines to PIM Help Text to make clearer for reading | Mounir IDRASSI | 1 | -2/+2 | |
2015-07-03 | Windows: Explicitly use internal PKCS#11 headers for building | Mounir IDRASSI | 3 | -10/+10 | |
2015-06-28 | Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct ↵ | Mounir IDRASSI | 11 | -10/+660 | |
PIM value check logic. | |||||
2015-06-26 | Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUI | Mounir IDRASSI | 6 | -13/+36 | |
2015-06-24 | Linux: if a keyfile is specified in the command line without a password, ↵ | Mounir IDRASSI | 1 | -1/+1 | |
don't try to mount using an empty password unless its TrueCryptMode or an empty password has been explicitly specified. | |||||
2015-06-24 | Linux/MacOSX: solve GUI layout issues although the volume creation wizard ↵ | Mounir IDRASSI | 4 | -9/+10 | |
still has issues | |||||
2015-06-24 | Linux/MacOSX: restore normal file mode to some source files | Mounir IDRASSI | 35 | -0/+0 | |
2015-06-24 | Linux: solve bug when "-tc" command line switch is not followed by another ↵ | Mounir IDRASSI | 1 | -1/+1 | |
switch. In this case, the value coming after the "-tc" switch was ignored from processing. | |||||
2015-06-24 | Linux/MacOSX: first dynamic mode implementation | Mounir IDRASSI | 37 | -105/+680 | |
2015-06-21 | Windows: Add a dedicate page for volume PIM in the volume creation wizard | Mounir IDRASSI | 7 | -35/+125 | |
2015-06-19 | Windows: in "VeraCrypt Format.exe", erase the volume PIM value after the ↵ | Mounir IDRASSI | 1 | -0/+3 | |
process is finished to avoid displaying it again if the user starts a new creation process right after | |||||
2015-06-19 | Windows: If PIM of a volume is changed and if it is a favorite or system ↵ | Mounir IDRASSI | 4 | -6/+58 | |
favorite, automatically update favorite or system favorite XML file with the new value. | |||||
2015-06-19 | Windows: Use "PIM" instead of "PIN" in favorites XML file | Mounir IDRASSI | 1 | -2/+7 | |
2015-06-12 | Windows installer: solve Windows XP 32-bit incompatibility issue introduced ↵ | Mounir IDRASSI | 1 | -3/+21 | |
previously. | |||||
2015-06-10 | Windows: Implement waiting dialog for Auto-Mount Devices operations to avoid ↵ | Mounir IDRASSI | 1 | -4/+29 | |
freezing GUI. | |||||
2015-06-10 | Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵ | Mounir IDRASSI | 6 | -28/+70 | |
VeraCrypt driver file. | |||||
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 17 | -140/+140 | |
2015-06-08 | Windows: Add command line switch parameter for temporary caching of password ↵ | Mounir IDRASSI | 1 | -2/+9 | |
during favorites mounting (/cache favorites). Correct implementation of "/cache y". | |||||
2015-06-07 | Windows: Add support for PIN in favorites. Several enhancements to GUI ↵ | Mounir IDRASSI | 13 | -49/+211 | |
handling of Dynamic Mode. | |||||
2015-05-31 | Windows: fix buffer overrun issue when parsing language XML file | Mounir IDRASSI | 1 | -1/+3 | |
2015-05-29 | Windows: reorder command line switched with alphabetical order for better ↵ | Mounir IDRASSI | 1 | -3/+3 | |
help display | |||||
2015-05-29 | Windows: workaround FormatEx keeping references on formatted volume by ↵ | Mounir IDRASSI | 3 | -7/+18 | |
adding extra delays. | |||||
2015-05-29 | Windows: Display VeraCrypt version information when the command line switch ↵ | Mounir IDRASSI | 2 | -5/+15 | |
/help is used. | |||||
2015-05-27 | Windows: GUI modifications around PIN field | Mounir IDRASSI | 11 | -62/+63 | |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 46 | -287/+706 | |
2015-05-26 | Windows: solve 64-bit compilation warnings after checking that they are ↵ | Mounir IDRASSI | 11 | -113/+114 | |
harmless. | |||||
2015-05-22 | Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ↵ | Mounir IDRASSI | 4 | -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-22 | Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵ | Mounir IDRASSI | 9 | -20/+1292 | |
"VeraCrypt Format.exe". | |||||
2015-05-22 | Windows: make random generator function compatible with 64-bit execution ↵ | Mounir IDRASSI | 2 | -15/+36 | |
environment | |||||
2015-05-22 | Windows: Correctly detect switch user and RDP disconnect as session locking ↵ | Mounir IDRASSI | 1 | -1/+1 | |
so that autodismount could be performed when it's enabled in the preferences | |||||
2015-05-22 | Windows: remove crash dump analysis functionality. It didn't always work and ↵ | Mounir IDRASSI | 7 | -541/+4 | |
it required external debugging tools. | |||||
2015-05-22 | Windows: correct typo in help text | Mounir IDRASSI | 1 | -1/+1 | |
2015-05-17 | Windows: First implementation of non-system volumes decryption. | Mounir IDRASSI | 16 | -116/+1557 | |
2015-05-15 | Language XML: Use correct links in displayed message. | Mounir IDRASSI | 1 | -2/+2 | |
2015-05-15 | Windows driver: avoid race condition by using ↵ | Mounir IDRASSI | 2 | -7/+16 | |
IoAttachDeviceToDeviceStackSafe instead IoAttachDeviceToDeviceStack. Set BootArgs.CryptoInfoLength to 0 after clearing boot memory. | |||||
2015-05-10 | Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug ↵ | Mounir IDRASSI | 1 | -1/+1 | |
in IOCTL_DISK_VERIFY. There was no real issue in sectors. | |||||
2015-05-06 | Windows: Solve detection issue when resuming encryption. Add separate logic ↵ | Mounir IDRASSI | 7 | -26/+120 | |
for manual selection of device and display error message in case of failure. | |||||
2015-05-04 | Windows: When resuming in-place encryption, add manual selection of ↵ | Mounir IDRASSI | 1 | -18/+42 | |
partition possible. Display wait dialog when performing detection. | |||||
2015-05-03 | Windows: Make the Format wizard work again when launched from VeraCrypt menu. | Mounir IDRASSI | 1 | -1/+10 | |
2015-05-03 | Windows Driver: Implement querying physical sector size of veraCrypt volume ↵ | Mounir IDRASSI | 6 | -6/+153 | |
through IOCTL_STORAGE_QUERY_PROPERTY | |||||
2015-05-03 | Windows: enable showing/hiding password for system encryption in Windows UI ↵ | Mounir IDRASSI | 4 | -7/+9 | |
and in the bootloader (F5 key). This will be helpful to diagnose issues with non-US versions of Windows. | |||||
2015-05-03 | Windows: Modify custom window class names to less generic value in order to ↵ | Mounir IDRASSI | 6 | -15/+15 | |
avoid collision with existing class names. | |||||
2015-04-27 | Windows: Support A: and B: as driver letters for mounting volumes. | Mounir IDRASSI | 3 | -10/+10 | |
2015-04-27 | Windows: Better command line handling to make it more strict and robust. ↵ | Mounir IDRASSI | 4 | -149/+133 | |
This avoids issues when using wrong syntax. | |||||
2015-04-26 | Linux: in command line, support hash algorithm names without '-' as on ↵ | Mounir IDRASSI | 2 | -3/+14 | |
Windows ("sha256", "sha512", "ripemd160") | |||||
2015-04-19 | Windows: solve translation issue with IDM_DEFAULT_MOUNT_PARAMETERS menu item | Mounir IDRASSI | 1 | -3/+2 | |
2015-04-19 | Linux: Correct wxWidgets assert warnings when displaying about/LegalNotice ↵ | Mounir IDRASSI | 2 | -4/+2 | |
dialogs. This didn't happen with official binaries because the library used disables asserts. | |||||
2015-04-19 | Windows: lower position of "Never save history" checkbox to avoid wrong clicks | Mounir IDRASSI | 1 | -1/+1 | |
2015-04-19 | Linux installer: Add support for kdesudo and correct usage of konsole ↵ | Mounir IDRASSI | 2 | -3/+4 | |
external call. |