VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Registry.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Remove trailing whitespaceDavid Foerster1-3/+3
2016-05-10Normalize all line terminatorsDavid Foerster1-299/+299
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI1-49/+25
2015-10-27Windows: workaround to solve false positive detection by some anti-virus soft...Mounir IDRASSI1-1/+8
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 an...Mounir IDRASSI1-5/+9
2015-05-26Windows: solve 64-bit compilation warnings after checking that they are harml...Mounir IDRASSI1-2/+2
2015-05-22Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt...Mounir IDRASSI1-2/+2
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 WriteLoc...Mounir IDRASSI1-4/+29
2014-11-08Correct minor bug in ReadRegistryString functionMounir IDRASSI1-1/+2
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+286
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232