VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-09-26Windows: Set keyboard focus to PIM field when "Use PIM" is checked.Mounir IDRASSI3-0/+14
2015-09-26Windows: Add extra check in GetDiskDeviceDriveLetter for code clarityMounir IDRASSI1-3/+5
2015-09-26Windows: fix regression that made Favorite fail to load a logon.Mounir IDRASSI1-1/+1
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI10-28/+28
2015-09-16Windows: Add functionality to verify Rescue Disk ISO image file.Mounir IDRASSI6-8/+65
2015-09-16Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵Mounir IDRASSI3-22/+30
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
2015-09-16Windows: Add option to explicitly support extended disk IOCTLs and disable ↵Mounir IDRASSI6-51/+70
this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support.
2015-09-16Windows: first implementation of CLI support for creating volumes.Mounir IDRASSI9-54/+443
2015-09-14Linux/MacOSX: workaround bug in old versions of g++ that are confused by ↵Mounir IDRASSI2-6/+6
methods having the same name and one of them used as wxWidgets event handler callback.
2015-09-13Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the passwordMounir IDRASSI7-20/+188
2015-09-13Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It ↵Mounir IDRASSI4-2/+11
was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case
2015-09-13Windows Bootloader: pass correct compressed data size to decompressor and ↵Mounir IDRASSI1-2/+3
use shorter string to keep a valid memory layout for boot sector.
2015-09-11Windows: avoid freezing the wait dialog by setting its parent to desktop ↵Mounir IDRASSI3-18/+29
when having lengthy driver calls (like mounting)
2015-09-10Windows: Don't offer creating a restore point if it is disabled in Windows.Mounir IDRASSI1-5/+43
2015-09-10Windows: Implement waiting dialog for Mount All Favorites Volumes operation.Mounir IDRASSI3-40/+49
2015-09-10Windows: Implement waiting dialog for Dismount operations to avoid freezing ↵Mounir IDRASSI2-50/+141
GUI when dismounting takes long time.
2015-09-10Windows: When no language selected by user, explicitly use English as ↵Mounir IDRASSI4-16/+54
default one unless VeraCrypt is in portable mode.
2015-09-10Windows: Add missing IDC_COPY_EXPANDER control definitionMounir IDRASSI1-1/+2
2015-09-08Windows Traveler Disk Setup: Include Volume Expander. Force selection of ↵Mounir IDRASSI5-99/+183
target directory through Browse button. Use Unicode functions for handling the creation files.
2015-09-08Windows: Don't use RegDeleteKeyEx since it's not supported on Windows XP.Mounir IDRASSI1-2/+2
2015-09-07Windows: Launch Format/Expander wizards from VeraCrypt.exe using executable ↵Mounir IDRASSI1-3/+34
binaries with the same architecture.
2015-09-06Windows: take into account default PRF and TrueCrypt Mode in "Volume Tools" ↵Mounir IDRASSI1-4/+76
operations.
2015-09-06Windows: Installer and Traveler Disk Setup both always copy 32-bit and ↵Mounir IDRASSI3-3/+70
64-bit executable binaries.
2015-09-06Windows: Save/Restore last selected drive in drivers list only when saving ↵Mounir IDRASSI1-6/+10
history is enabled.
2015-09-06Windows Installer: better handling for updating system favorite service from ↵Mounir IDRASSI3-24/+126
1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it.
2015-09-01Language files: adaptations of XML files to be recognized correctly by TransifexMounir IDRASSI1-2/+2
2015-09-01Windows: Increase width of plain text size static control to accommodate ↵Mounir IDRASSI1-1/+1
larger text
2015-08-31Merge pull request #18 from LouisTakePILLz/masterMounir IDRASSI3-4/+27
Linux/MacOSX: Support supplying password to VeraCrypt via pipe (stdin)
2015-08-30Add stdin-supplied password supportLouisTakePILLz3-4/+27
2015-08-31Windows: Support setting volume label in Explorer through mount option. ↵Mounir IDRASSI15-46/+268
Support using favorite label as label in Explorer.
2015-08-31Windows Driver: Protect captured subject context during processing of user ↵Mounir IDRASSI1-0/+2
access token.
2015-08-31Windows: compact columns size of view reports used in Benchmark and Devices ↵Mounir IDRASSI1-0/+8
dialogs
2015-08-28Windows bootloader: Mask/unmask PIM value in bootloader the same way as the ↵Mounir IDRASSI1-2/+7
password
2015-08-28Windows: Treat the PIM like a password and make it visible when "Display ↵Mounir IDRASSI8-17/+27
password" is checked.
2015-08-27Windows: Correctly display the password edit "black dot" instead of a '*' ↵Mounir IDRASSI5-54/+47
when showing it then hiding it.
2015-08-27Windows: Protect against using a container file as its own keyfile. ↵Mounir IDRASSI9-41/+96
Normalizing path names to never use '/' but always '\'.
2015-08-27Windows: Solve various issues in HotKeys assignment dialog by ensuring that ↵Mounir IDRASSI1-3/+73
keys are detected only when the assignment edit has the focus and also by taking a key into account only once even if it remains pressed contently (this solves issue http://sourceforge.net/p/veracrypt/discussion/technical/thread/6597c91a)
2015-08-16Windows: Solve wrong PKCS-5 PRF label disabled in dialog for Add/Remove ↵Mounir IDRASSI1-2/+2
Keyfiles and Remove All Keyfiles
2015-08-16Windows: Solve UI language change not taken into account for new install ↵Mounir IDRASSI4-67/+44
unless a preference is changed. Code refactoring.
2015-08-14Language XML: use correct abbreviation for VeraCrypt Rescue Disk (VRD ↵Mounir IDRASSI1-1/+1
instead of TRD)
2015-08-14Windows Driver: support returning StorageDeviceProperty through ↵Mounir IDRASSI1-16/+37
IOCTL_STORAGE_QUERY_PROPERTY.
2015-08-14Windows: solve issue of option "Cache password in driver memory" not read on ↵Mounir IDRASSI1-0/+3
startup, making it always disabled unless a mount is attempted.
2015-08-09Increment version to 1.13VeraCrypt_1.13Mounir IDRASSI11-28/+28
2015-08-09Windows: better error code when IOCTL_STORAGE_QUERY_PROPERTY type is not ↵Mounir IDRASSI1-1/+1
supported
2015-08-09Windows: Solve crash of TOR when run from VeraCrypt volume by explicitly ↵Mounir IDRASSI1-0/+4
returning error code when unsupported IOCTL_STORAGE_QUERY_PROPERTY parameter encountered.
2015-08-06Linux: modify official build script to use different build directories for ↵VeraCrypt_1.12Mounir IDRASSI1-3/+14
wxWidgets console and GUI builds.
2015-08-06Linux: Correct formating of license displayed in the installerMounir IDRASSI1-24/+24
2015-08-06Increment version to 1.12. Update user guide PDF file.Mounir IDRASSI11-29/+29
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI377-2271/+4181
and TrueCrypt 3.0.
2015-08-06Windows: Add extra checks for bootloader tampering.Mounir IDRASSI2-7/+35