VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-0/+2
* New VeraCrypt interface (for system encryption) with improved usability * System Encryption: translate password to US keyboard layout + improved new interface * Windows: Fix build error following merge * Windows: Remove unused variable * Windows: Add missing string in Language.xml * Windows: fix buffer overrun caused by wrong use of wmemset * Do not delete password file Since the file is only available in \Release\Setup Files\ it would be fully deleted after running this script the first time. * Correct return code Originally the function would have always returned the return-code 1 resulting that the user is not able to change the location for the rescue zip. * Added hint for sysenc Added a hint why the field for repeating the password is initially greyed out within the system encryption. * Corrected spelling mistake Corrected spelling mistake * Removed not working copy job The file to be copied was stored at the source location. Therefore the copyjob will not work. Instead the file is already in the target folder. * Removed RIPEMD-160 from Product64.wxs See commit from 21.03.2022 * Added german translation for new interface * Fixed PIM bug * Corrected translation file based on the guidelines within the pull request * Fixing merge conflicts * Fixed Compiling issues. Reverted keyboard translation * Removed artifacts of password translation * Corrected language.xml * Fixed order within german language file * Corrected positions Co-authored-by: Bruna2803 <bruna.radeljak@hotmail.com> Co-authored-by: felixreichmann <30237956+felixreichmann@users.noreply.github.com> Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI2-1/+14
2022-03-26Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity)Mounir IDRASSI1-0/+8
2022-03-22Update release notes for 1.26.0 and set its date to March 21st 2022Mounir IDRASSI2-4/+4
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI2-8/+8
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using ↵Mounir IDRASSI1-0/+4
RIPEMD-160 or GOST89 since they are not supported anymore.
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI4-8/+8
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI2-4/+4
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI2-4/+4
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA ↵Mounir IDRASSI3-30/+56
compression instead of DEFLATE
2022-02-10Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt ↵Mounir IDRASSI3-9/+41
installed using MSI
2022-02-05Windows: remove unneeded reference to XML files from Setup Visual Studio projectMounir IDRASSI2-28/+0
2022-02-05Increment version to 1.25.8Mounir IDRASSI4-8/+8
2022-02-05Linux: avoid overriding /usr/sbin if it is a symlink (close #888)Mounir IDRASSI1-1/+1
2022-02-05Linux: make generic uninstaller remove all VeraCrypt related files that were ↵Mounir IDRASSI1-0/+2
copied by the generic installer
2022-01-08MacOSX: remove write permission also from group on application bundleVeraCrypt_1.25.7Mounir IDRASSI1-1/+1
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI6-8/+36
2022-01-07Windows: Remove adding signing certificate to TrustedPublishers on XP since ↵Mounir IDRASSI1-206/+0
it doesn't bring any benefits
2022-01-07Windows: Fix text truncation in setup wizard and modaless waiting dialogMounir IDRASSI1-2/+2
2022-01-02Windows: Restore support of Windows 7, 8/8.1 by using single attestation ↵Mounir IDRASSI1-162/+142
signature for driver and add checks on needed KBs for Windows Vista and Windows 7. Add signed driver files. - Windows 7 needs KB3033929 or KB4474419 - Windows Vista needs KB4039648 or KB4474419
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI4-8/+9
2021-12-24MacOSX: Increment version to 1.24.5 and update release notes.Mounir IDRASSI2-4/+4
2021-12-24MacOSX: make sure that no files inside VeraCrypt application bundle are ↵Mounir IDRASSI1-1/+3
world-writable. Currently, documentation HTML files and XML language files embedded inside VeraCrypt application bundle are world-writable.
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI2-4/+4
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ↵Mounir IDRASSI3-25/+147
Windows Vista,7, 8 and 8.1.
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI4-8/+8
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI4-8/+8
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI4-8/+8
2021-11-21Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ↵Mounir IDRASSI1-0/+228
requirement on driver code signing. For now, we are not able to put in place HCK/WLK certification of VeraCrypt driver that is needed for Windows 7, 8 and 8.1.
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI4-8/+8
2021-09-05Windows: Block installation with exe installer if VeraCrypt was already ↵Mounir IDRASSI1-0/+26
installed using MSI package
2021-08-30Increment version to 1.25Mounir IDRASSI4-12/+12
2021-08-30Windows Exe Setup: Add ARM64 binaries to FileInUse detectionMounir IDRASSI1-0/+3
2021-08-23Linux: Add missing veracrypt.xml file used for mime type handlingMounir IDRASSI1-0/+11
2021-08-23macOS: During install, set libfuse.2.dylib as symbolic link to ↵Mounir IDRASSI3-2/+14
libosxfuse.2.dylib if it doesn't already exist
2021-08-21Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵Mounir IDRASSI2-6/+30
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814)
2021-08-16Increment version to 1.24-Update9-Beta-21-08-15Mounir IDRASSI2-2/+9
2021-08-15Windows: Increment version to 1.24.25.3 and update signed Windows driverMounir IDRASSI2-4/+4
2021-08-02Windows: Increment version to 1.24.25.2 and update signed Windows driverMounir IDRASSI2-4/+4
2021-03-22Windows: first implementation of MSI installer for silent mode deployment ↵Mounir IDRASSI1-1/+2
(ACCEPTLICENSE=YES must be set in msiexec command line)
2021-01-02Increment version to 1.24-Update9Mounir IDRASSI4-12/+12
2021-01-02Windows: Fix various warningsMounir IDRASSI1-12/+12
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵Mounir IDRASSI2-5/+25
System encryption still not implemented on ARM64
2020-12-13MacOS: make legacy installer compatible with macFUSE 4.0.xMounir IDRASSI1-3/+4
2020-11-29Increment version to 1.24-Update8Mounir IDRASSI4-12/+12
2020-11-29MacOSX: make installer compatible with macFUSE 4.0 and restriction to INTEL ↵Mounir IDRASSI1-47/+4
cpu to support new M1 cpu
2020-08-06Increment internal version to 1.24.23 and update release notesMounir IDRASSI4-6/+6
2020-08-06Windows: Fix crash when using portable 32-bit "VeraCrypt ↵Mounir IDRASSI1-6/+6
Format.exe"/"VeraCrypt.exe" on a 64-bit machine where VeraCrypt is already installed
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI4-6/+6
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI4-6/+6