VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/SelfExtract.c
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Windows: use zlib compress/uncompress functions directly in the Setup ↵Mounir IDRASSI1-136/+21
instead of relying on external gzip program.
2016-05-10Remove trailing whitespaceDavid Foerster1-31/+31
2016-05-10Normalize all line terminatorsDavid Foerster1-788/+788
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI1-5/+15
tool Coverity.
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-89/+91
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-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI1-3/+7
reported by users
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵Mounir IDRASSI1-7/+7
VeraCrypt driver file.
2015-02-09Static Code Analysis: check return of remove function and display message ↵Mounir IDRASSI1-22/+45
when it fails.
2014-12-27Windows: use the correct window handle for creating message boxes. This ↵Mounir IDRASSI1-15/+15
became important after the introduction of the wait dialog in order to avoid having message boxes behind the wait dialog.
2014-11-08Static Code Analysis : Use Safe String functions in Setup code to avoid ↵Mounir IDRASSI1-14/+14
potential security issues.
2014-11-08Static Code Analysis : fix resource leakage by ensuring that all Windows ↵Mounir IDRASSI1-0/+11
handles are released properly
2014-11-08Modifications to remove all TrueCrypt references in names. generate new ↵Mounir IDRASSI1-7/+7
GUIDs for VeraCrypt. Replace "TRUE" by "VERA" in volume headers and driver magic word.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+734