Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-17 | Windows: avoid leaking location of selected keyfiles by clearing global ↵ | Mounir IDRASSI | 1 | -0/+5 | |
variable used to store multiple file selection path. | |||||
2016-01-17 | Cryptography: Divide mount and boot times by 2 using a pre-computation of ↵ | Mounir IDRASSI | 1 | -106/+259 | |
values used in PRF HMac calculation (thanks to Xavier de Carné de Carnavalet for finding this optimization). | |||||
2016-01-10 | Linux/MacOSX: Show better error message when the PKCS#11 library can't be loaded | Mounir IDRASSI | 1 | -3/+5 | |
2016-01-10 | Windows: Avoid wrong update of configuration XML file caused by not using ↵ | Mounir IDRASSI | 2 | -4/+4 | |
the correct window handle to get some GUI fields content. Some code cleanup. | |||||
2016-01-10 | Windows: Don't show disconnected network drives in the list of available ↵ | Mounir IDRASSI | 3 | -4/+45 | |
drives. Add option to make them available for mounting if needed. | |||||
2016-01-04 | Windows: Enhance fix for dll hijacking vulnerability affecting installer ↵ | Mounir IDRASSI | 2 | -57/+281 | |
(CVE-2016-1281) | |||||
2016-01-04 | Windows: Add keyboard shortcut alt+i for checking "Use PIM" in various ↵ | Mounir IDRASSI | 2 | -4/+4 | |
dialogs like password dialog. | |||||
2016-01-03 | Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵ | Mounir IDRASSI | 5 | -84/+183 | |
arbitrary code execution with elevation of privilege (CVE-2016-1281) | |||||
2016-01-03 | Cryptography: Set 16-byte alignment for KEY_INFO structure that is used as ↵ | Mounir IDRASSI | 3 | -3/+14 | |
input for Whirlpool hash. This helps improve performance. | |||||
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain ↵ | Mounir IDRASSI | 2 | -2/+5 | |
assembly code developed by Wei Dai | |||||
2015-12-21 | Windows Driver: wipe cached PIM values when passwords are wiped. | Mounir IDRASSI | 1 | -0/+1 | |
2015-12-21 | Windows: Implement PIM caching, both for system encryption and for normal ↵ | Mounir IDRASSI | 8 | -8/+40 | |
volumes. Add options to activate it in the Preferences and System Settings. | |||||
2015-12-05 | Windows: use new icons an graphics contributed by Andreas Becker ↵ | Mounir IDRASSI | 3 | -0/+0 | |
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) | |||||
2015-11-30 | Linux/MacOSX: Solve compilation issue following Windows Unicode rewrite | Mounir IDRASSI | 1 | -0/+1 | |
2015-11-26 | Windows: solve GUI issues caused by using ANSI string instead of UNICODE ↵ | Mounir IDRASSI | 3 | -77/+22 | |
ones. Remove Unused functions. | |||||
2015-11-26 | Windows: solve crash caused by system function FormatMessage failure on rare ↵ | Mounir IDRASSI | 2 | -5/+15 | |
cases. | |||||
2015-11-26 | Windows: Full UNICODE rewrite and implement support for UNICODE passwords. | Mounir IDRASSI | 32 | -1347/+1289 | |
2015-11-08 | Language XML files: harmonize XML language files ad solve few issues. | Mounir IDRASSI | 1 | -14/+14 | |
2015-10-27 | Windows: workaround to solve false positive detection by some anti-virus ↵ | Mounir IDRASSI | 2 | -1/+9 | |
software. | |||||
2015-10-18 | Language XML files: add some missing fields | Mounir IDRASSI | 1 | -0/+2 | |
2015-10-18 | Language XML files: remove unused ID. | Mounir IDRASSI | 1 | -1/+0 | |
2015-10-15 | Windows: Solve lost focus for application after displaying the waiting dialog | Mounir IDRASSI | 2 | -7/+44 | |
2015-10-15 | Windows: resize some GUI fields to avoid text truncation with non US ↵ | Mounir IDRASSI | 1 | -18/+17 | |
languages (e.g. German) | |||||
2015-10-07 | Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16 | Mounir IDRASSI | 1 | -4/+4 | |
2015-10-07 | Windows: Add option to disable detection of "Evil Maid" attacks. This is ↵ | Mounir IDRASSI | 2 | -0/+2 | |
helpful for users who have software running the modifies the bootloader, like FLEXnet. | |||||
2015-10-07 | Windows: Don’t try to mount using empty password when default keyfile ↵ | Mounir IDRASSI | 4 | -6/+35 | |
configured or keyfile specified in command line. Add option in default keyfiles dialog to restore the old behavior. | |||||
2015-10-05 | Windows Driver: Modify fix for CVE-2015-7358 to solve side effects on ↵ | Mounir IDRASSI | 1 | -1/+2 | |
Windows mount manager while still making it hard to abuse drive letter handling. | |||||
2015-10-05 | Windows: remove wrong check for return value of MultiByteToWideChar | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-26 | Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15 | Mounir IDRASSI | 1 | -3/+3 | |
2015-09-26 | Windows: rename "Performance..." menu to "Performance/Driver Configuration" ↵ | Mounir IDRASSI | 1 | -2/+2 | |
since we added IOCTL option | |||||
2015-09-26 | Windows: Support specifying volumes size using TB in GUI as it is the case ↵ | Mounir IDRASSI | 1 | -0/+2 | |
in command line. | |||||
2015-09-26 | Windows Driver: Fix inherited TrueCrypt local elevation of privilege ↵ | Mounir IDRASSI | 1 | -1/+1 | |
vulnerability caused by abusing the drive letter symbolic link creation facilities to remap the main system drive. Thanks to James Forshaw (Google) for reporting this issue and for helping implementing the fix. | |||||
2015-09-26 | Window: Solve Unicode issues in GUI (e.g. Chinese text not always displayed ↵ | Mounir IDRASSI | 1 | -61/+61 | |
correctly) by using Unicode API for dialogs and window message handling. | |||||
2015-09-26 | Windows: Add extra check in GetDiskDeviceDriveLetter for code clarity | Mounir IDRASSI | 1 | -3/+5 | |
2015-09-16 | Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14 | Mounir IDRASSI | 1 | -4/+4 | |
2015-09-16 | Windows: Add functionality to verify Rescue Disk ISO image file. | Mounir IDRASSI | 3 | -0/+29 | |
2015-09-16 | Windows: Correctly detect presence of CD/DVD recorder during the creation of ↵ | Mounir IDRASSI | 2 | -21/+29 | |
Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification. | |||||
2015-09-16 | Windows: Add option to explicitly support extended disk IOCTLs and disable ↵ | Mounir IDRASSI | 2 | -0/+3 | |
this support by default. This will avoid having issue with software that doesn't handle correctly partial IOCTL_STORAGE_QUERY_PROPERTY support. | |||||
2015-09-16 | Windows: first implementation of CLI support for creating volumes. | Mounir IDRASSI | 6 | -17/+34 | |
2015-09-11 | Windows: avoid freezing the wait dialog by setting its parent to desktop ↵ | Mounir IDRASSI | 1 | -1/+6 | |
when having lengthy driver calls (like mounting) | |||||
2015-09-10 | Windows: Implement waiting dialog for Mount All Favorites Volumes operation. | Mounir IDRASSI | 1 | -7/+20 | |
2015-09-10 | Windows: Implement waiting dialog for Dismount operations to avoid freezing ↵ | Mounir IDRASSI | 1 | -10/+48 | |
GUI when dismounting takes long time. | |||||
2015-09-10 | Windows: When no language selected by user, explicitly use English as ↵ | Mounir IDRASSI | 2 | -4/+17 | |
default one unless VeraCrypt is in portable mode. | |||||
2015-09-08 | Windows Traveler Disk Setup: Include Volume Expander. Force selection of ↵ | Mounir IDRASSI | 3 | -19/+51 | |
target directory through Browse button. Use Unicode functions for handling the creation files. | |||||
2015-09-08 | Windows: Don't use RegDeleteKeyEx since it's not supported on Windows XP. | Mounir IDRASSI | 1 | -2/+2 | |
2015-09-06 | Windows Installer: better handling for updating system favorite service from ↵ | Mounir IDRASSI | 2 | -0/+35 | |
1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it. | |||||
2015-09-01 | Language files: adaptations of XML files to be recognized correctly by Transifex | Mounir IDRASSI | 1 | -2/+2 | |
2015-09-01 | Windows: Increase width of plain text size static control to accommodate ↵ | Mounir IDRASSI | 1 | -1/+1 | |
larger text | |||||
2015-08-31 | Windows: Support setting volume label in Explorer through mount option. ↵ | Mounir IDRASSI | 7 | -19/+107 | |
Support using favorite label as label in Explorer. | |||||
2015-08-31 | Windows: compact columns size of view reports used in Benchmark and Devices ↵ | Mounir IDRASSI | 1 | -0/+8 | |
dialogs |