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

Commit Graph

  • 143d6c1dde Update Language.de.xml (#317) Ettore Atalan 2018-04-30 18:23:50 +02:00
  • bfac44ebfd Docummentation: update Release Notes with changes done in MacOSX and Linux Mounir IDRASSI 2018-04-29 17:51:06 +02:00
  • e39f5fa5d6 MacOSX: support pasting values to password fields using keyboard (CMD+V and CMD+A now working properly). This make using password managers with VeraCrypt easier. Mounir IDRASSI 2018-04-29 17:33:33 +02:00
  • 7a842266b3 Linux: Fix crash if user is able to close the waiting dialog before the operation is finished. This can happen if GTK installation show "X" closing icon even if it is programmatically disabled (e.g. on Lubuntu 16.04) Mounir IDRASSI 2018-04-28 17:53:57 +02:00
  • bd7bbfaa8f Docummentation: update Release Notes for 1.23-BETA0 Mounir IDRASSI 2018-04-23 14:21:30 +02:00
  • 69272ece3f Increment version to 1.23-BETA0 (1.23.0) Mounir IDRASSI 2018-04-23 14:01:44 +02:00
  • baa3c1294c XML Languages files: Add translation entries for newly added strings. Mounir IDRASSI 2018-04-23 13:54:40 +02:00
  • 4f0d1c02bd Windows: Don't start EFI system encryption process if SecureBoot is enabled and VeraCrypt-DCS custom keys were not loaded in the machine firmware. Mounir IDRASSI 2018-04-23 12:56:02 +02:00
  • 42e7da2e8a Windows: Update EFI bootloader binaries that implement the new workaround for system encryption issues. Mounir IDRASSI 2018-04-23 00:00:01 +02:00
  • 17d9c1c6ec Windows: Fix system encryption issues on machines that always force booting on Microsoft bootloader (e.g. HP). Mounir IDRASSI 2018-04-22 17:14:23 +02:00
  • 3659ddd70c Windows: enhance ReflectDrivers mechanism by persisting it across major Windows upgrades. Mounir IDRASSI 2018-04-22 16:14:53 +02:00
  • f4edd72662 Windows: code refactoring Mounir IDRASSI 2018-04-19 18:31:40 +02:00
  • 8e4497de2a Windows: remove ending backslash from installation path written to SetupConfig.ini Mounir IDRASSI 2018-04-19 11:04:03 +02:00
  • 75705ddde7 Windows: fix driver inf file Mounir IDRASSI 2018-04-19 10:10:04 +02:00
  • 4519bb494e Windows: implement compatibility for Windows 10 major updates using ReflectDrivers mechanism whose support started from Windows 10 version 1607. Mounir IDRASSI 2018-04-16 23:48:54 +02:00
  • cce74aaee0 Windows: handle case when parameter of VerifyModuleSignature is enclosed between quotation marks Mounir IDRASSI 2018-04-16 11:04:57 +02:00
  • 3f3a567782 Windows: during install, copy the 64-bit driver if we are running on 64-bit windows Mounir IDRASSI 2018-04-16 09:49:30 +02:00
  • f5cb9d1f2e Windows: modify travel disk creation to get binaries from within setup exe files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture. Mounir IDRASSI 2018-04-16 00:36:59 +02:00
  • 2dc39a7c7e Windows: simplify installer logic by copying only binaries for the current architecture. Mounir IDRASSI 2018-04-16 00:32:27 +02:00
  • 0a737c8c87 Windows: implement internal verification of Authenticode digital signature for all modules to protect against simple binaries tampering. Mounir IDRASSI 2018-04-16 00:23:05 +02:00
  • 9e36039630 Windows: when extracting files in Setup or Portable mode, decompress zip files docs.zip and Languages.zip in order to have ready to use configuration. Mounir IDRASSI 2018-04-10 22:40:16 +02:00
  • 29b80ec6df FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the code by VeraCrypt .hc extension Mounir IDRASSI 2018-04-05 23:39:48 +02:00
  • ad7eb74960 Windows: when Secure Desktop is enabled, use it for Mount Options dialog if it is displayed before password dialog (e.g. using menu Volumes > Mount Volume with Options) since it may contains the password for hidden volume. Mounir IDRASSI 2018-04-05 16:47:10 +02:00
  • 431aae0201 FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> header Mounir IDRASSI 2018-04-04 23:47:02 +02:00
  • 80fed6f7f7 Platform/Unix: include <sys/sysmacros.h> for major/minor macros (#303) Gokturk Yuksek 2018-04-04 16:37:33 -04:00
  • 1d4a02b672 Language XML files: update Czech translation (contributed by Lagardere) Mounir IDRASSI 2018-04-02 23:21:47 +02:00
  • 242fdbc056 Language XML files: Update Arabic translation (contributed by Ali Khojah) VeraCrypt_1.22 Mounir IDRASSI 2018-03-30 13:22:24 +02:00
  • b60030a3cf Windows: Update EFI bootloader files for 1.22 release Mounir IDRASSI 2018-03-30 12:53:06 +02:00
  • 5b364099e1 Windows: Update signed driver files for 1.22 Mounir IDRASSI 2018-03-30 12:10:26 +02:00
  • 76649073ea Docummentation: update Release Notes for 1.22 Mounir IDRASSI 2018-03-30 12:08:03 +02:00
  • 5f691297c0 Increment version to 1.22 (1.22.9) Mounir IDRASSI 2018-03-30 12:04:28 +02:00
  • e57ef0229b Windows: workaround for cases where password dialog is not able to get focus. Mounir IDRASSI 2018-03-30 11:57:00 +02:00
  • 8dd58ddf6d Update some XML languages files using translations done in Transifex Mounir IDRASSI 2018-03-30 01:09:10 +02:00
  • da77d7e2c4 Simplify format of XML language files to make it easy to integrate in collaborative translation platforms (e.g. Transifex). Mounir IDRASSI 2018-03-30 13:53:37 +02:00
  • 1732ee57d0 Documentation: Add missing image file. Mounir IDRASSI 2018-03-29 22:20:26 +02:00
  • 849a2eae81 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2018-03-28 20:33:21 +02:00
  • 46ace708b6 Windows: Update EFI bootloader files for 1.22-BETA8 Mounir IDRASSI 2018-03-28 16:48:31 +02:00
  • e2c0d1cf36 Increment version to 1.22-BETA8 (1.22.8) Mounir IDRASSI 2018-03-28 16:47:56 +02:00
  • 806c86bd19 Windows: use the same default value for EFI system encryption password prompt as in the one used in the bootloader. Mounir IDRASSI 2018-03-28 16:04:06 +02:00
  • ca31073eae Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build Mounir IDRASSI 2018-03-27 17:47:23 +02:00
  • f11368a4ee Windows: Update EFI bootloader files for 1.22-BETA7 Mounir IDRASSI 2018-03-27 16:04:48 +02:00
  • c30396bea9 Windows: Update signed driver files for 1.22-BETA7 Mounir IDRASSI 2018-03-27 14:59:22 +02:00
  • 0b2bad77ac Docummentation: update Release Notes for 1.22-BETA7 Mounir IDRASSI 2018-03-27 14:58:53 +02:00
  • 7d1a3e4f4e Increment version to 1.22-BETA7 (1.22.7) Mounir IDRASSI 2018-03-27 14:58:13 +02:00
  • 5a63585f7e Documentation: document newly added cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) Mounir IDRASSI 2018-03-27 13:57:25 +02:00
  • c9deed4686 Linux/MacOSX: make the benchmark dialog resize dynamically to accommodate the displayed results. Mounir IDRASSI 2018-03-27 13:08:06 +02:00
  • 7df9724e20 Crypto: Add support for 5 new cascades of cipher algorithms (Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish) Mounir IDRASSI 2018-03-27 13:07:13 +02:00
  • da69304dc8 Language Files: update polish translation Mounir IDRASSI 2018-03-26 15:16:08 +02:00
  • c43f2abaa6 Docummentation: update Release Notes for 1.22-BETA6 Mounir IDRASSI 2018-03-25 21:56:54 +02:00
  • caf2fff60e Increment version to 1.22-BETA6 (1.22.6) Mounir IDRASSI 2018-03-25 21:56:11 +02:00
  • f38c4cfee8 Windows: handle rare case where call to SwitchDestop fails when trying to display password dialog in our secure desktop. This can happen for example if VeraCrypt process is launched early when user session is opened and it tries to load favorites before user workstation becomes visible. Mounir IDRASSI 2018-03-25 21:40:07 +02:00
  • b206988531 Windows: use cleaner approach to implement bringing our windows to foreground. The previous implementation was causing issues with other application, like random freezing. Mounir IDRASSI 2018-03-25 20:39:40 +02:00
  • e412c0458b Windows: ensure that out secure desktop has always user input to avoid cases where another application switch to default desktop while our password dialog is displayed. Mounir IDRASSI 2018-03-25 20:35:15 +02:00
  • 6ebc83bbed Update dates on some copyrights statements Mounir IDRASSI 2018-03-22 10:49:43 +01:00
  • 4c0c4577df Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated (EFI based)") Mounir IDRASSI 2018-03-22 10:23:47 +01:00
  • a6e76e714c Windows: Update signed driver files for 1.22-BETA5 Mounir IDRASSI 2018-03-22 10:20:14 +01:00
  • b81b1d3bff Docummentation: update Release Notes for 1.22-BETA5 Mounir IDRASSI 2018-03-22 10:19:18 +01:00
  • f7a56b8f29 Increment version to 1.22-BETA5 (1.22.5) Mounir IDRASSI 2018-03-22 10:18:20 +01:00
  • e29ecee6bc Documentation: Update copyright information. Mounir IDRASSI 2018-03-22 10:12:07 +01:00
  • c24105feac Documentation: add information about data leaks in Windows related to shellbags registry keys (reported by DrunkenSasquatch at https://github.com/veracrypt/VeraCrypt/issues/276) Mounir IDRASSI 2018-03-22 00:25:57 +01:00
  • fd693b3a0c Windows: Fix some cases of external applications freezing during mount/dismount by using an internal window as parent to the waiting dialog instead of the desktop window. Mounir IDRASSI 2018-03-20 00:15:15 +01:00
  • f278df95e9 XML Languages files: remove unused entry. Mounir IDRASSI 2018-03-19 12:00:04 +01:00
  • eafac3be5c Update various copyright dates. Mounir IDRASSI 2018-03-18 23:30:29 +01:00
  • cd7a01c34f Windows: Update libzip to version 1.5.0 that include fixes for some security issues. Mounir IDRASSI 2018-03-18 23:13:40 +01:00
  • 49a8e52139 XML Language files: Set lang to "de" to newly translated entries in German language file. Mounir IDRASSI 2018-03-18 18:08:20 +01:00
  • f4bea28fe4 Update Language.de.xml (#293) Ettore Atalan 2018-03-18 17:56:03 +01:00
  • d20df7c990 Windows: when /silent specified in command line, avoid performing any WIN32 UI calls. This fixes issue of current application losing focus when VeraCrypt is run with /quit /silent (cf https://github.com/veracrypt/VeraCrypt/issues/274) Mounir IDRASSI 2018-03-13 18:33:28 +01:00
  • 6c69cbfd29 Fix ampersand symbol not properly escaped in Romanian translation. Mounir IDRASSI 2018-03-12 13:58:53 +01:00
  • 7ee9e21525 XML Language files: update Chinese translation Mounir IDRASSI 2018-03-12 11:18:55 +01:00
  • cfe9218655 XML Language files: Update Hungarian translation (by Szaki) Mounir IDRASSI 2018-03-12 00:24:30 +01:00
  • 2c961dc1a6 Language XML file: remove unused text entry. Mounir IDRASSI 2018-03-08 18:53:33 +01:00
  • 5e3d756806 Windows: make TRIM blocking option grayed in System -> Settings UI under hidden OS since TRIM commands are always blocked in this case. Mounir IDRASSI 2018-03-08 17:03:51 +01:00
  • c215c5d0b2 Update donation page to match online version and remove references to Tibit service since it has shutdown. Mounir IDRASSI 2018-03-06 23:46:32 +01:00
  • 232e27c979 Update language.ro.xml to 1.22-BETA4 (#288) TigerxWood 2018-03-07 00:11:11 +02:00
  • d17c5a0d89 Windows: Replace the text "TRIM operation" by "TRIM command" in UI and translations for better consistency. Mounir IDRASSI 2018-03-05 19:33:04 +01:00
  • d907627f7e Windows: Add option to block TRIM command on system encryption SSD drives. Mounir IDRASSI 2018-03-05 19:29:08 +01:00
  • bac2ad29b6 XML Languages files: Add translation entry for non-system TRIM configuration Mounir IDRASSI 2018-03-05 16:21:23 +01:00
  • 59ebfd2683 Update language.ro.xml to 1.22-BETA4 (#285) TigerxWood 2018-03-05 13:21:21 +02:00
  • cd59d5364f Windows: Implement TRIM support for non-system SSD partitions/drives and add driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives) Mounir IDRASSI 2018-03-04 18:48:16 +01:00
  • 5065116e56 Windows: fix build issue under VS 2017 caused by msxml6.dll Mounir IDRASSI 2018-03-04 18:45:01 +01:00
  • 95d682a60f Windows: remove dependency to afxres.h header to allow build on community edition of Visual Studio. Mounir IDRASSI 2018-03-04 18:40:37 +01:00
  • 21ef234989 Windows: fix build issue of zip library with Visual Studio 2015/2017 Mounir IDRASSI 2018-03-04 18:35:07 +01:00
  • 1c78303d94 Merge pull request #277 from DrunkenSasquatch/master Mounir IDRASSI 2018-02-11 16:27:19 +01:00
  • 61454c3df7 Fix Location Typo DrunkenSasquatch 2018-02-10 08:48:54 +10:00
  • b076fb09d7 Merge pull request #267 from gv5470/patch-100 Mounir IDRASSI 2018-01-26 01:00:55 +01:00
  • fbd0b47ff0 Fix wxWidgets assertion failed when backing up/restoring volume header (closes #100) gv5470 2018-01-21 11:10:38 +01:00
  • ea94096df7 Language XML Files: Add untranslated Thai language file. Mounir IDRASSI 2017-12-29 00:45:28 +01:00
  • 2a60a5728e Merge pull request #252 from Musikolo/develop Mounir IDRASSI 2017-12-28 13:39:11 +01:00
  • 58287614e6 Merge pull request #250 from Atalanttore/patch-1 Mounir IDRASSI 2017-12-28 12:50:04 +01:00
  • 26bf85575d Fix a lot of typos Unknown 2017-12-28 00:15:06 -06:00
  • 394bc1a4dd Fix minor typo Unknown 2017-12-27 23:22:13 -06:00
  • 81cc646107 Add some missing changes Unknown 2017-12-26 22:08:18 -06:00
  • dc4d3923f2 Update Spanish translations Unknown 2017-12-26 21:34:15 -06:00
  • 270df0103a Update Language.de.xml Ettore Atalan 2017-12-26 10:26:37 +01:00
  • 80d53604cf Update Language.de.xml Ettore Atalan 2017-12-26 10:20:50 +01:00
  • e1646365b0 Docummentation: update Release Notes with fix for KDE GUI install. Mounir IDRASSI 2017-12-13 16:17:13 +01:00
  • 9b09b47055 Linux: fix failure to install GUI version under recent versions of KDE. Mounir IDRASSI 2017-12-13 16:14:06 +01:00
  • c2a3a00516 Linux: fix compilation error with older versions of gcc (e.g. 4.x) Mounir IDRASSI 2017-12-09 13:39:48 +01:00
  • d03b06a40f Windows: Update signed driver files for 1.22-BETA4 Mounir IDRASSI 2017-12-09 12:45:33 +01:00
  • 857d0f16c0 Docummentation: update Release Notes for 1.22-BETA4 Mounir IDRASSI 2017-12-09 12:45:01 +01:00