Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-13 | Windows: Modify PIM parts in GUI to make it easier to use. Users must ↵ | Mounir IDRASSI | 2 | -13/+28 | |
explicitly check "User PIM" to enable its use. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 4 | -29/+29 | |
2015-07-06 | Windows: Display source location of errors in order to help diagnose issues ↵ | Mounir IDRASSI | 4 | -8/+16 | |
reported by users | |||||
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 3 | -12/+12 | |
2015-05-27 | Windows: GUI modifications around PIN field | Mounir IDRASSI | 2 | -25/+7 | |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 6 | -23/+80 | |
2015-05-22 | Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵ | Mounir IDRASSI | 1 | -2/+303 | |
"VeraCrypt Format.exe". | |||||
2015-05-06 | Windows: Solve detection issue when resuming encryption. Add separate logic ↵ | Mounir IDRASSI | 1 | -1/+3 | |
for manual selection of device and display error message in case of failure. | |||||
2015-05-03 | Windows: enable showing/hiding password for system encryption in Windows UI ↵ | Mounir IDRASSI | 1 | -1/+0 | |
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 | 1 | -1/+1 | |
avoid collision with existing class names. | |||||
2015-04-27 | Windows: Support A: and B: as driver letters for mounting volumes. | Mounir IDRASSI | 1 | -1/+1 | |
2015-04-06 | Increment VeraCrypt version to 1.0f-2 | Mounir IDRASSI | 1 | -5/+8 | |
2015-04-06 | Windows: use secure string functions | Mounir IDRASSI | 1 | -703/+697 | |
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵ | Mounir IDRASSI | 2 | -2/+11 | |
to random generator to abort in case of error and display a diagnose message to the user. | |||||
2015-02-09 | Static Code Analysis: solve issues in Expander. Use real random values for ↵ | Mounir IDRASSI | 1 | -4/+23 | |
wipe buffers. | |||||
2015-02-09 | Static Code Analysis: handle unused variables more properly. Catch STL ↵ | Mounir IDRASSI | 1 | -1/+0 | |
exception. Add more checks. Add proper cast to arithmetic operations. | |||||
2015-01-20 | Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ↵ | Mounir IDRASSI | 12 | -0/+4327 | |
modification to Mount.c to avoid link errors when building VeraCryptExpander. |