Age | Commit message (Expand) | Author | Files | Lines |
2015-04-27 | Windows: Better command line handling to make it more strict and robust. This... | Mounir IDRASSI | 1 | -51/+105 |
2015-04-19 | Windows: solve translation issue with IDM_DEFAULT_MOUNT_PARAMETERS menu item | Mounir IDRASSI | 1 | -3/+2 |
2015-04-19 | Windows: lower position of "Never save history" checkbox to avoid wrong clicks | Mounir IDRASSI | 1 | -1/+1 |
2015-04-06 | Increment VeraCrypt version to 1.0f-2 | Mounir IDRASSI | 1 | -4/+4 |
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ... | Mounir IDRASSI | 1 | -1/+4 |
2015-03-19 | Windows: correctly handle WIN32 LastError when mounting. Harmonize file acces... | Mounir IDRASSI | 1 | -51/+58 |
2015-03-04 | Windows: Avoid temporary caching password when mounting multiple favorites. A... | Mounir IDRASSI | 3 | -17/+33 |
2015-02-25 | Windows: Use default hash in the options of hidden volume protection | Mounir IDRASSI | 1 | -0/+25 |
2015-02-22 | Windows: Add menu option to set default hash and default TrueCrypt mode used ... | Mounir IDRASSI | 4 | -19/+169 |
2015-02-16 | Window: add menu entry for launching VeraCryptExpander | Mounir IDRASSI | 3 | -1/+31 |
2015-02-09 | Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more... | Mounir IDRASSI | 2 | -26/+126 |
2015-02-08 | Activate support of mounting TrueCrypt system partitions. | Mounir IDRASSI | 1 | -4/+0 |
2015-02-08 | Windows: use command line values of TrueCryptMode and PRF as defaults for the... | Mounir IDRASSI | 1 | -6/+15 |
2015-01-20 | Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ... | Mounir IDRASSI | 1 | -3/+4 |
2015-01-04 | Increment version to 1.0f-1 and update language files and PDF with informatio... | Mounir IDRASSI | 1 | -4/+4 |
2015-01-04 | Windows: better display of volume information and benchmark results. | Mounir IDRASSI | 2 | -8/+15 |
2015-01-03 | Windows: change cascade encryption naming format to reflex mathematical compo... | Mounir IDRASSI | 1 | -4/+4 |
2014-12-31 | Increment version to 1.0f and update language XML files with new fields. | Mounir IDRASSI | 1 | -4/+4 |
2014-12-28 | Windows: propose only hash algorithm that support system encryption when the ... | Mounir IDRASSI | 1 | -0/+19 |
2014-12-28 | Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo... | Mounir IDRASSI | 7 | -59/+151 |
2014-12-27 | Windows: use the correct parent window when changing the password of the encr... | Mounir IDRASSI | 1 | -1/+1 |
2014-12-27 | Windows: implement wait dialog for the backup/restore header operations. | Mounir IDRASSI | 1 | -16/+62 |
2014-12-27 | Windows: use the correct window handle for creating message boxes. This becam... | Mounir IDRASSI | 5 | -261/+261 |
2014-12-27 | Windows: implement wait dialog for the change password operation. | Mounir IDRASSI | 1 | -38/+65 |
2014-12-26 | Windows: workaround freezing of waiting dialog but setting its parent to the ... | Mounir IDRASSI | 2 | -7/+61 |
2014-12-22 | Windows: resize hot keys dialog to avoid displaying scroll-bars. | Mounir IDRASSI | 1 | -19/+19 |
2014-12-22 | Windows: Solve issue of some dialogs not showing up and that was caused by wr... | Mounir IDRASSI | 1 | -17/+18 |
2014-12-20 | Increment version to 1.0f-BETA3 and update language XML files with new fields. | Mounir IDRASSI | 1 | -4/+4 |
2014-12-20 | Windows: Add a donation menu entry | Mounir IDRASSI | 3 | -1/+9 |
2014-12-19 | Windows: change command line switch for PRF selection to /hash in order to ma... | Mounir IDRASSI | 1 | -4/+4 |
2014-12-17 | Windows: replace stricmp by _stricmp to remove compilation warning | Mounir IDRASSI | 1 | -4/+4 |
2014-12-17 | Windows: Remove Truecrypt name is error message. | Mounir IDRASSI | 1 | -1/+1 |
2014-12-16 | Windows: Enhance performance by implementing the possibility to choose the co... | Mounir IDRASSI | 7 | -67/+247 |
2014-12-16 | Windows: Enable Visual Styles for a modern look-and-feel | Mounir IDRASSI | 1 | -0/+12 |
2014-12-11 | Windows: always display random gathering dialog when UserEnrichRandomPool is ... | Mounir IDRASSI | 1 | -0/+6 |
2014-12-07 | Windows: implement auto-dismount option when session is locked | Mounir IDRASSI | 3 | -4/+98 |
2014-11-08 | Use HashForSystemEncryption to check if the algorithm is supported for system... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Windows : display the correct tray icon when explorer is restarted (i.e. afte... | Mounir IDRASSI | 2 | -12/+18 |
2014-11-08 | Increment version to 1.0e for the next release | Mounir IDRASSI | 1 | -4/+4 |
2014-11-08 | Windows : correct bug in construction of Format.exe path that prevented the n... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Add option in select the number of passes for volume header over-writing. By ... | Mounir IDRASSI | 7 | -13/+30 |
2014-11-08 | Remove deprecated/legacy cryptographic algorithms and encryption modes that a... | Mounir IDRASSI | 1 | -75/+5 |
2014-11-08 | Mount.c : call burn directly in szFileName instead of (&szFileName). This was... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Static Code Analysis : Generalize the use of Safe String functions. Add some ... | Mounir IDRASSI | 4 | -180/+212 |
2014-11-08 | Static Code Analysis : Add NULL pointers checks on the result of ATL string c... | Mounir IDRASSI | 1 | -3/+15 |
2014-11-08 | Disable posting the results of minidump analysis until a dedicated URL is put... | Mounir IDRASSI | 1 | -1/+3 |
2014-11-08 | Static Code Analysis : fix usage of strncpy and sscanf. | Mounir IDRASSI | 1 | -6/+6 |
2014-11-08 | Static Code Analysis : fix various memory leaks. | Mounir IDRASSI | 1 | -1/+4 |
2014-11-08 | Static Code Analysis : fix resource leakage by ensuring that all Windows hand... | Mounir IDRASSI | 1 | -4/+19 |
2014-11-08 | Static Code Analysis : Add virtual attribute to destructor of classes that ha... | Mounir IDRASSI | 1 | -1/+1 |