Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-09 | Static Code Analysis: handle unused variables more properly. Catch STL ↵ | Mounir IDRASSI | 1 | -1/+1 | |
exception. Add more checks. Add proper cast to arithmetic operations. | |||||
2014-12-27 | Windows: use the correct window handle for creating message boxes. This ↵ | Mounir IDRASSI | 1 | -6/+6 | |
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog. | |||||
2014-12-11 | Implement function RandgetBytesFull that enables generating random bytes of ↵ | Mounir IDRASSI | 1 | -21/+47 | |
any length. | |||||
2014-12-11 | Windows: correct lock issue in RandgetBytes by releasing critical section in ↵ | Mounir IDRASSI | 1 | -0/+1 | |
case of error. | |||||
2014-11-08 | Implement support for creating and booting encrypted partition using ↵ | Mounir IDRASSI | 1 | -0/+15 | |
SHA-256. Support SHA-256 for normal volumes as well. | |||||
2014-11-08 | Static Code Analysis : Generalize the use of Safe String functions. Add some ↵ | Mounir IDRASSI | 1 | -3/+4 | |
NULL pointer checks. Avoid false-positive detection in AppendMenu (MF_SEPARATOR) calls by setting the last parameter to "" instead of NULL. | |||||
2014-11-08 | Static Code Analysis : fix non-absolute DLL/process loads that can be ↵ | Mounir IDRASSI | 1 | -1/+9 | |
hijacked (Microsoft Security Advisory 2269637). | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+772 | |