VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Registry.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-27Windows: workaround to solve false positive detection by some anti-virus ↵Mounir IDRASSI1-1/+8
software.
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-5/+9
and TrueCrypt 3.0.
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are ↵Mounir IDRASSI1-2/+2
harmless.
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & ↵Mounir IDRASSI1-2/+2
"VeraCrypt Format.exe".
2014-11-08Call RegCloseKey only if handle is valid.Mounir IDRASSI1-1/+2
2014-11-08Use Safe String functions in Registry.c and add a unicode version of ↵Mounir IDRASSI1-4/+29
WriteLocalMachineRegistryDword function to avoid doing conversions when used.
2014-11-08Correct minor bug in ReadRegistryString functionMounir IDRASSI1-1/+2
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+286