VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16Increment version to 1.18. Update user guide PDF file.VeraCrypt_1.18_PreReleaseMounir IDRASSI2-10/+10
2016-08-15Windows: Add XZip library files ↵Mounir IDRASSI2-0/+16
(http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
2016-08-15Windows: Implement support for EFI system encryption in Windows GUI.Mounir IDRASSI1-3/+8
2016-06-17Windows: Use Visual C++ 2010 instead of Visual C++ 2008.Mounir IDRASSI3-0/+389
2016-05-10Remove trailing whitespaceDavid Foerster15-177/+177
2016-05-10Normalize all line terminatorsDavid Foerster15-6125/+6125
2016-02-20Windows: Correctly remove driver file veracrypt.sys during uninstall on ↵Mounir IDRASSI1-15/+33
Windows 64-bit. Implement deleting locked files after machine reboot.
2016-02-14MacOSX: increment installer version to 1.17.Mounir IDRASSI1-2/+2
2016-02-14Increment version to 1.17. Update user guide PDF file.Mounir IDRASSI1-4/+4
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI2-6/+16
tool Coverity.
2016-01-31Windows: Fix link issue in Debug configuration for Setup project.Mounir IDRASSI1-1/+1
2016-01-27Windows/Linux: Implement exFAT support.Mounir IDRASSI1-1/+3
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI11-11/+11
2016-01-10Windows: Don't show disconnected network drives in the list of available ↵Mounir IDRASSI1-3/+4
drives. Add option to make them available for mounting if needed.
2016-01-04Windows: Enhance fix for dll hijacking vulnerability affecting installer ↵Mounir IDRASSI1-0/+2
(CVE-2016-1281)
2016-01-03Windows: Fix Dll hijacking vulnerability affecting installer that allows ↵Mounir IDRASSI2-10/+23
arbitrary code execution with elevation of privilege (CVE-2016-1281)
2015-12-06MacOSX: Customize dmg file using VeraCrypt new logoMounir IDRASSI1-0/+0
2015-12-05Windows: use new icons an graphics contributed by Andreas Becker ↵Mounir IDRASSI2-0/+0
(https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
2015-11-26Windows: solve crash caused by system function FormatMessage failure on rare ↵Mounir IDRASSI1-4/+13
cases.
2015-11-26Windows: Full UNICODE rewrite and implement support for UNICODE passwords.Mounir IDRASSI10-688/+632
2015-10-27Windows: workaround to solve false positive detection by some anti-virus ↵Mounir IDRASSI1-1/+3
software.
2015-10-07Increment version to 1.16. Update user guide PDF file.VeraCrypt_1.16Mounir IDRASSI2-6/+6
2015-09-26Increment version to 1.15. Update user guide PDF file.VeraCrypt_1.15Mounir IDRASSI2-6/+6
2015-09-26Windows Installer: check newly added files if they are used before resuming ↵Mounir IDRASSI1-1/+8
installation. Avoid using driver handle to check if we are using system encryption.
2015-09-16Increment version to 1.14. Update user guide PDF file.VeraCrypt_1.14Mounir IDRASSI2-6/+6
2015-09-10Windows: Don't offer creating a restore point if it is disabled in Windows.Mounir IDRASSI1-5/+43
2015-09-06Windows: Installer and Traveler Disk Setup both always copy 32-bit and ↵Mounir IDRASSI2-0/+36
64-bit executable binaries.
2015-09-06Windows Installer: better handling for updating system favorite service from ↵Mounir IDRASSI1-24/+91
1.0f-2 (solve Windows 10 issue) . Remove extra VeraCrypt files that may remain after uninstalling it.
2015-08-09Increment version to 1.13VeraCrypt_1.13Mounir IDRASSI2-6/+6
2015-08-06Linux: Correct formating of license displayed in the installerMounir IDRASSI1-24/+24
2015-08-06Increment version to 1.12. Update user guide PDF file.Mounir IDRASSI2-6/+6
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI11-69/+291
and TrueCrypt 3.0.
2015-07-13Windows: on 64-bit Windows, more System favorite service from SysWoW64 to ↵Mounir IDRASSI1-1/+40
System32 since now all binaries are native 64-bit on 64-bit machines.
2015-07-06Windows: Display source location of errors in order to help diagnose issues ↵Mounir IDRASSI2-15/+19
reported by users
2015-07-03Windows: Explicitly use internal PKCS#11 headers for buildingMounir IDRASSI1-2/+2
2015-06-12Windows installer: solve Windows XP 32-bit incompatibility issue introduced ↵Mounir IDRASSI1-3/+21
previously.
2015-06-10Windows: solve installer issue on Windows 10 caused by failure to overwrite ↵Mounir IDRASSI3-21/+32
VeraCrypt driver file.
2015-05-22Windows Setup: Integrate 64-bit builds of exe files into the installer. Only ↵Mounir IDRASSI2-5/+26
install 64-bit exe files on Windows 64-bit. This gives a boot in performance for encryption/decryption of partitions/drives on Windows 64-bit.
2015-05-22Windows: remove crash dump analysis functionality. It didn't always work and ↵Mounir IDRASSI1-1/+3
it required external debugging tools.
2015-05-03Windows: Modify custom window class names to less generic value in order to ↵Mounir IDRASSI1-2/+2
avoid collision with existing class names.
2015-04-19Linux installer: Add support for kdesudo and correct usage of konsole ↵Mounir IDRASSI1-2/+3
external call.
2015-04-06MacOSX: Set properly the version in the bundle and the installation package. ↵VeraCrypt_1.0f-2Mounir IDRASSI1-1/+3
Allow downgrading using older installers.
2015-04-06Increment VeraCrypt version to 1.0f-2Mounir IDRASSI2-5/+5
2015-04-05Windows Setup: Avoid potential issues by correctly initializing variables ↵Mounir IDRASSI1-13/+13
and checking memory allocation.
2015-03-17Windows Setup: When clicking uninstall link, launch Windows Add/Remove ↵Mounir IDRASSI1-6/+15
program instead of uninstall directly in order to avoid being flagged as legacy application by the Windows Program Compatibility Assistant (see number 5 in Microsoft UI Design Standard https://msdn.microsoft.com/en-us/library/ms954377.aspx)
2015-03-16Windows Setup: remove other VeraCrypt references for registry.Mounir IDRASSI1-0/+6
2015-03-15Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys.Mounir IDRASSI1-60/+258
2015-03-13Windows: VeraCrypt reference from various registry locations. Uninstall old ↵Mounir IDRASSI2-2/+123
VeraCrypt COM interfaces that were left after upgrading.
2015-02-16Windows Installer: don't add link to VeraCryptExpander in the desktop.Mounir IDRASSI1-8/+0
2015-02-13Windows: Add VeraCryptExpander.exe to the Windows installer.Mounir IDRASSI2-0/+17