1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 03:48:26 -06:00

Commit Graph

  • 5afa0815c9 Windows setup: Fix wrong language used in installer if we select a language in the language selection dialog and then select English followed by OK. Mounir IDRASSI 2020-03-10 20:18:08 +01:00
  • 329d4f1c90 Windows: Fix truncation of PIM label in password dialog Mounir IDRASSI 2020-03-10 15:22:24 +01:00
  • df9a075cb6 Update copyright year in credits VeraCrypt_1.24-Update5 Mounir IDRASSI 2020-03-10 00:32:07 +01:00
  • 4b6be1161b Windows: Add missing libzip file to the build project Mounir IDRASSI 2020-03-10 00:30:02 +01:00
  • 6bda9d1b35 Set release date of 1.24-Update5 and update release notes Mounir IDRASSI 2020-03-09 12:00:45 +01:00
  • 5402fa902e Windows: Add /secureDesktop switch to VeraCrypt Format Mounir IDRASSI 2020-03-09 11:58:30 +01:00
  • 752f1283a9 Documentation: Add entries for switches now supported by VeraCrypt Format (/keyfile, /tokenlib, /tokenpin and /secureDesktop) Mounir IDRASSI 2020-03-09 11:56:49 +01:00
  • da370af54b Windows: Update libzip to 1.6.1 Mounir IDRASSI 2020-03-09 11:34:21 +01:00
  • 7d110798d2 Windows: Fix compilation error caused by previous keyfile commit Mounir IDRASSI 2020-03-03 10:14:24 +01:00
  • fa72ac51c4 Windows: Support using token keyfile when creating file container using command line Mounir IDRASSI 2020-03-03 01:34:21 +01:00
  • 6550030540 Windows: Fix keyfiles path passed as CLI argument and set as default not always cleared from RAM when VeraCrypt exits Mounir IDRASSI 2020-03-02 17:44:12 +01:00
  • 68b9c9c72d Windows: Fix text truncation in password dialog with some languages Mounir IDRASSI 2020-03-02 16:04:50 +01:00
  • 8fa1596e73 Increment version to 1.24-Update5 and update signed Windows drivers. Mounir IDRASSI 2020-02-11 13:12:12 +01:00
  • 94d3a1919c Windows: Implement support for processor groups in the driver and fix build issues caused by previous implementation Mounir IDRASSI 2020-02-10 02:20:46 +01:00
  • c1d670fd75 Windows: Fix warnings reported by Coverity static code analyzer Mounir IDRASSI 2020-02-10 00:21:15 +01:00
  • a7b61ce5e5 Windows: Fix groupbox alignment issue in UI of Fprmat wizard Mounir IDRASSI 2020-01-24 17:06:22 +01:00
  • 123b187af5 Adding Processor Groups support for more than 64 processors (#581) techvintage 2020-01-29 02:10:00 -08:00
  • 247a16cb5f Windows: restore Visual Studio solution and project files to default configuration VeraCrypt_1.24-Update4 Mounir IDRASSI 2020-01-22 18:29:06 +01:00
  • 81c5d777e8 Update Release Notes. Mounir IDRASSI 2020-01-22 18:17:10 +01:00
  • 11aa708076 Windows: use fix for CVE-2019-19501 only when process elevated otherwise it will not add any benefit compared to standard ShellExecute while at the same time potentially causing issue when opening links. Mounir IDRASSI 2020-01-22 18:08:09 +01:00
  • 3874e9af97 Increment version to 1.24-Update4 and update Release Notes Mounir IDRASSI 2020-01-22 12:21:17 +01:00
  • c4893ce034 Linux: correct OpenSUSE build script to indicate that we link against GTK2 and not GTK3 Mounir IDRASSI 2020-01-22 12:13:56 +01:00
  • be1aee0034 Windows: Fix regression in Expander and Format when RAM encryption is enable that was causing volume headers to be corrupted. Mounir IDRASSI 2020-01-22 11:46:37 +01:00
  • 56775af8d7 Documentation: Add entries for newly added /protectMemory and /signalExit CLI switches Mounir IDRASSI 2020-01-21 18:39:29 +01:00
  • 21aeb4c5de Fix warning when using Korean translation caused by missing '\' escape sequence Mounir IDRASSI 2020-01-21 16:45:25 +01:00
  • 55831cad22 Windows: Support notifying WAITFOR.EXE Windows command when VeraCrypt.exe exits if /q was specified in CLI. This done using the new switch "/signalExit" who must have a string parameter that must be the same as the one that will be specified for WAITFOR.EXE command. Mounir IDRASSI 2020-01-21 01:44:11 +01:00
  • b6c290e4fd Windows: Fix failure of Screen Readers (Accessibility support) to reader UI by disabling newly introduced memory protection by default and adding a CLI switch (/protectMemory) to enable it when needed. This fixes issue https://github.com/veracrypt/VeraCrypt/issues/536 Mounir IDRASSI 2020-01-21 00:53:32 +01:00
  • 8fe3eb0136 Windows: don't display mount/dismount examples in help dialog for command line in Format and Expander Mounir IDRASSI 2020-01-21 00:48:02 +01:00
  • b0b149db83 Linux/MacOSX: Fix regression that limited the size available for hidden volumes Mounir IDRASSI 2020-01-20 00:19:30 +01:00
  • f9572ea8f5 Increment version to 1.24-Update3 for Linux and update Release Notes VeraCrypt_1.24-Update3 Mounir IDRASSI 2019-12-22 12:17:20 +01:00
  • cdbe7854e8 Linux: Modify .deb build scripts to link against statically built wxWidgets on Ubuntu 14.04, 12.04 and Debian 8 Mounir IDRASSI 2019-12-22 10:06:49 +01:00
  • f8beac6ebd Linux: Fix building and packaging console-only version to remove dependency on GTK Mounir IDRASSI 2019-12-21 02:45:08 +01:00
  • de52f51f5b Fix the compilation against WxWidgets when NOGUI=1 (#570) Gokturk Yuksek 2019-12-20 07:39:43 -05:00
  • 31611ad315 MacOSX: revert to using wxWidgets 3.1.2 following unexplained crash when using wxWidgets 3.1.3 VeraCrypt_1.24-Update2 Mounir IDRASSI 2019-12-17 01:07:16 +01:00
  • 27c2fc06c2 Linux: Fix build error when linking with old wxWidgets version Mounir IDRASSI 2019-12-16 15:14:36 +01:00
  • dda7ea6000 Documentation: Adding information of availability of RAM encryption and that in EFI mode we can't encrypt whole disk Mounir IDRASSI 2019-12-16 12:10:40 +01:00
  • 7aecbb225c Update version information in preparation for 1.24-Update2 release Mounir IDRASSI 2019-12-16 00:41:41 +01:00
  • bc69fe9166 Update Format wizard bitmap using submission by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-565833478) Mounir IDRASSI 2019-12-16 00:33:21 +01:00
  • 797f334d0a Documentation: Add entries for /quick and /fastCreateFile CLI switches of VeraCrypt Format. Mounir IDRASSI 2019-12-15 23:27:15 +01:00
  • 826730650c Windows: make /fastCreateFile switch apply to both UI and command line creation of file containers Mounir IDRASSI 2019-12-15 23:21:55 +01:00
  • 1e978e69cc MacOSX: Ensure that the heading bar is always visible when window is moved so that it can still be moved by user using mouse (https://github.com/veracrypt/VeraCrypt/issues/546) Mounir IDRASSI 2019-12-15 22:08:05 +01:00
  • a81d45df82 MacOSX: Ensure that main window is visible on screen when About is display as a way to workaround for situations where UI is not visible or can't be move (for example, when changing display monitor with a different resolution). Mounir IDRASSI 2019-12-15 17:59:38 +01:00
  • a4ed6be38c MacOSX: fix compilation error caused by missing StringConverter::ToWide method that takes a size_t argument (we cast to uint32) Mounir IDRASSI 2019-12-15 17:49:21 +01:00
  • d2c8779157 remove extra carriage return from Release Notes Mounir IDRASSI 2019-12-15 00:30:18 +01:00
  • 06320c2964 Update Release Notes for 1.24-Update2-RC Mounir IDRASSI 2019-12-13 01:35:25 +01:00
  • 1fd097c666 Windows: check "TrueCrypt Mode" in password dialog when mounting a file container with .tc extension Mounir IDRASSI 2019-12-13 00:07:25 +01:00
  • 2a93826497 Windows: Fix the checkbox for skipping verification of Rescue Disk not reflecting the value of /noisocheck switch when specified in VeraCrypt Format command line. Mounir IDRASSI 2019-12-12 00:11:58 +01:00
  • 0c6447cae4 Documentation: better wording for Rescue Disk page Mounir IDRASSI 2019-12-11 23:50:07 +01:00
  • 14bee5e6a2 Linux: fix compilation error when building console-only version of VeraCrypt that is statically linked to wxWidgets Mounir IDRASSI 2019-12-11 17:54:55 +01:00
  • 8942b3eff3 MacOSX: link against latest wxWidgets version 3.1.3 Mounir IDRASSI 2019-12-10 11:07:54 +01:00
  • ed8068cbbd Increment version to 1.24-Update2 Mounir IDRASSI 2019-12-10 11:01:41 +01:00
  • f9bf666018 Windows: Align volume size field in Format wizard with other controls Mounir IDRASSI 2019-12-10 00:50:03 +01:00
  • f9d95ef2c8 Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creation of large file container if quick format is selected. This switch comes with security issues since it will embed existing content on disk into the file container which may expose sensitive content to an attacker who has access to the file container. Mounir IDRASSI 2019-12-10 00:44:47 +01:00
  • 5eaa204d83 Windows Driver: Reduce memory usage of IOCTL_DISK_VERIFY handler. Now we reader disk by chunks of at most 64 KiB. Fix https://github.com/veracrypt/VeraCrypt/issues/562. Mounir IDRASSI 2019-12-09 18:57:02 +01:00
  • 31c4fbfc12 Fix wrong check on the define CRYPTOPP_BOOL_X64 Mounir IDRASSI 2019-12-09 18:50:40 +01:00
  • 214efac67e Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft that come with the following modifications: - Fix F5 showing previous password after failed authentication attempt. Ensure that even wrong password value are cleared from memory. Mounir IDRASSI 2019-12-09 18:22:58 +01:00
  • 08593aa7ab Linux/MacOSX: use x64 optimized SHA256 implementation instead of limiting it to Windows. Mounir IDRASSI 2019-12-09 17:59:06 +01:00
  • e6aae8bd71 Add burn calls for temporary ss variable (#569) Hanno Böck 2019-12-09 17:45:35 +01:00
  • 0364a36f84 Linux: fix NOASM compilation (#563) (#568) alt3r 3go 2019-12-09 17:43:33 +01:00
  • 07bb27e3b9 Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't make sens under XP. Mounir IDRASSI 2019-12-08 23:11:11 +01:00
  • 5e96a5c44c Windows: enhancements to the mechanism preserving file timestamps, especially for keyfiles. Mounir IDRASSI 2019-12-08 22:51:49 +01:00
  • 7f1e21e6a1 Windows: Add missing defines in Tcdefs.h Mounir IDRASSI 2019-12-06 18:01:18 +01:00
  • 5a56462959 Make sure password gets deleted in case of exception in CoreUnix::MountVolume (#565) Hanno Böck 2019-12-05 16:09:40 +01:00
  • 4a215c2ddb Windows: Modify memory process protection when running with admin privileges to allow calling functions needed for CVE-2019-19501 fix while still protecting against memory access by non-admin processes. Mounir IDRASSI 2019-12-05 13:27:13 +01:00
  • 27d1f404f1 Windows: Enhancement to the fix for CVE-2019-19501 Mounir IDRASSI 2019-12-05 13:19:06 +01:00
  • ade8e3f8cb Windows: Fix possible local privilege escalation vulnerability during execution of VeraCrypt Expander (CVE-2019-19501) Mounir IDRASSI 2019-12-03 22:23:09 +01:00
  • c6ff31be1c Documentation: Update Rescue Disk page to include information about EFI Rescue Disk and not only MBR legacy one. Mounir IDRASSI 2019-12-03 22:17:48 +01:00
  • f32c153832 fixed typo "this [is (#559) vstoykovbg 2019-12-02 23:07:48 +02:00
  • 80e7b31806 Documentation: Add a note in "Favorite Volumes" section referring to issues caused by Windows "Fast Startup" Mounir IDRASSI 2019-12-01 21:55:52 +01:00
  • 1fd212016e UNIX: make sector size mismatch error more verbose (#552) (#561) alt3r 3go 2019-12-01 14:26:38 +01:00
  • b233e6776b Windows: Don't write extra 0x00 byte at the end of DcsProp file when modifying it through UI Mounir IDRASSI 2019-11-27 22:15:44 +01:00
  • 14a477026d Windows: compatibility with multi-OS boot configuration by only setting VeraCrypt as first bootloader of the system if the current first bootloader is Windows one. Mounir IDRASSI 2019-11-27 00:13:25 +01:00
  • 79eea6e5b1 Windows: Don't restore MBR to VeraCrypt value if it is coming from a loader different from us or different from Microsoft one. Mounir IDRASSI 2019-11-26 09:55:56 +01:00
  • 9741c9209d Windows: Add new registry flags for SystemFavoritesService to control updating of EFI BIOS boot menu on shutdown. This will help better manage multi-boot scenarios where we should not mess up with boot order (e.g. grub2 case) Mounir IDRASSI 2019-11-22 00:08:41 +01:00
  • 55efa6237a Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft that come with the following modifications: - Fix "ActionFailed" not working and add "ActionCancelled" to customize handling of user hitting ESC on password prompt Mounir IDRASSI 2019-11-20 11:45:10 +01:00
  • 737e1f126b Linux: Fix failure to run VeraCrypt binary built for console mode on headless machines (fix issue https://github.com/veracrypt/VeraCrypt/issues/531) Mounir IDRASSI 2019-11-18 00:58:22 +01:00
  • 6b1da98d91 Linux/MacOS: text mode did not recognize Unicode in passwords (#540) (#551) alt3r 3go 2019-11-17 22:03:30 +01:00
  • 64de5bc78a Debug build: fix ParameterIncorrect error on hash benchmark start (#542) (#544) alt3r 3go 2019-11-15 12:28:07 +01:00
  • e8310731e9 XML Languages files: Update Finnish translations contributed by Matti Ruhanen. Mounir IDRASSI 2019-11-13 10:26:16 +01:00
  • 34a9e118b6 Windows: Allow system encrypted devices to be mounted from WindowsPE - even if changing the keyboard layout failed (#539) csware 2019-11-12 22:02:57 +01:00
  • f5aea06281 Fix off by one overflow with 31 args (#541) Hanno Böck 2019-11-12 18:04:31 +01:00
  • 8e9627877d Windows MBR Bootloader: better way to handle displaying write errors in WriteEncryptedSectors function Mounir IDRASSI 2019-11-09 00:24:17 +01:00
  • 3818b443c3 Windows: include rdrand.h file only in Windows case since it is not yet included for other OSes Mounir IDRASSI 2019-11-09 00:20:22 +01:00
  • 8c6838e85c Linux: during uninstall, output error message to STDERR instead of STDOUT for better compatibility with package managers Mounir IDRASSI 2019-11-08 10:17:30 +01:00
  • 8d24022bda Documentation: A OSX Mojave and OSX Catalina to the list of supported operating systems Mounir IDRASSI 2019-11-08 01:18:29 +01:00
  • edb8a2fae7 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2019-11-07 16:55:28 +01:00
  • c035d703cb Windows: Update signed drivers Mounir IDRASSI 2019-11-06 00:58:11 +01:00
  • b7a21b8a76 Windows Driver: Fix strange crashes caused by probably by APC queue issues from calls to IoBuildDeviceIoControlRequest and ZwCreate (cf https://www.osr.com/blog/2018/02/14/beware-iobuilddeviceiocontrolrequest/) Mounir IDRASSI 2019-11-06 00:22:01 +01:00
  • 4587472e87 Increment version to 1.24-Hotfix2 Mounir IDRASSI 2019-11-04 23:22:56 +01:00
  • 21392ef30d Windows MBR Bootloader: workaround for SSD disks that don't allow write operations in BIOS mode with buffers less than 4096 bytes Mounir IDRASSI 2019-11-04 23:21:42 +01:00
  • dc08b69240 Windows: fix driver build error caused by missing header Mounir IDRASSI 2019-11-04 22:18:00 +01:00
  • ce78f89017 Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a dummy password Mounir IDRASSI 2019-11-04 00:06:16 +01:00
  • 54c7e1cfd3 Windows: Display error message when password is too long and legacy maximum length used Mounir IDRASSI 2019-11-03 22:55:21 +01:00
  • a7d5b6a477 Linux/MacOSX: Add switch to force the use of legacy maximum password length (64 UTF8 bytes) Mounir IDRASSI 2019-11-03 22:54:23 +01:00
  • 8fb7742dad Linux: Add sudo as an explicit dependency in .deb and .rpm packages Mounir IDRASSI 2019-11-03 17:04:03 +01:00
  • 80cc18f667 Linux/FreeBSD: Fix regression causing admin password to be requested too many times in some cases Mounir IDRASSI 2019-11-03 15:35:53 +01:00
  • bd7200e2b5 Linux/MacOSX: Fix build error caused by RDRAND_getBytes/RDSEED_getBytes implemented only on Windows Mounir IDRASSI 2019-11-03 15:15:35 +01:00
  • bb123bb3e8 Start following IEEE 1541 agreed naming of bytes (#532) Meteor0id 2019-11-02 01:06:02 +01:00
  • 3ad7d8adb7 Documentation: Fix grammatical errors (https://github.com/veracrypt/VeraCrypt/issues/537) Mounir IDRASSI 2019-11-02 00:58:35 +01:00
  • 1994520e75 Windows: when building for EFI bootloader, don't make calls to RDRAND/RDSEED functions since we don't link against their implementation in EFI bootloader Mounir IDRASSI 2019-11-02 00:48:59 +01:00