Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-21 | Linux & MacOSX: better implementation for TC_THROW_FATAL_EXCEPTION to use ↵ | Mounir IDRASSI | 1 | -0/+8 | |
__builtin_trap when available. | |||||
2016-02-14 | Increment version to 1.17. Update user guide PDF file. | Mounir IDRASSI | 1 | -5/+5 | |
2016-02-13 | Windows: handle rare case where size of disk can't be retrieved using ↵ | Mounir IDRASSI | 2 | -1/+43 | |
IOCTL_DISK_GET_PARTITION_INFO_EX. use IOCTL_DISK_GET_DRIVE_GEOMETRY in such case and add workaround to display correctly partitions in dialog even if disk size is not available. | |||||
2016-02-12 | Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵ | Mounir IDRASSI | 3 | -42/+52 | |
indicator depending on how much entropy was gathered. Code re-factoring. | |||||
2016-02-12 | Window: fix regression that caused only a single keyfile to be taken into ↵ | Mounir IDRASSI | 1 | -1/+3 | |
account. | |||||
2016-02-12 | Windows: Avoid updating configuration after opening keyfile file dialog when ↵ | Mounir IDRASSI | 1 | -3/+9 | |
/quit switch used without preferences parameter. | |||||
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis ↵ | Mounir IDRASSI | 12 | -72/+86 | |
tool Coverity. | |||||
2016-02-01 | Windows:Center the text of the random pool displayed in the keyfile ↵ | Mounir IDRASSI | 1 | -1/+1 | |
generator dialog. | |||||
2016-01-31 | Windows: solve bootloader compilation error | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-31 | Windows: Implement GUI indicator for entropy collected from mouse movements. | Mounir IDRASSI | 6 | -45/+194 | |
2016-01-28 | Language XML file: correct errors in some English texts. | Mounir IDRASSI | 1 | -2/+2 | |
2016-01-27 | Language XML files: update with new fields. Reoder node so that new ↵ | Mounir IDRASSI | 1 | -6/+7 | |
additions are at the bottom. This makes it easier for Crowdin.com import. | |||||
2016-01-27 | Windows/Linux: Implement exFAT support. | Mounir IDRASSI | 4 | -17/+42 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 56 | -58/+58 | |
2016-01-20 | Windows:Fix issue with the display of legal notices text. Regression caused ↵ | Mounir IDRASSI | 1 | -1/+7 | |
by the latest Unicode modifications. | |||||
2016-01-18 | Windows: solve Expander GUI issues caused by latest Unicode modifications. | Mounir IDRASSI | 1 | -1/+1 | |
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 | |