1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-04-14 04:10:24 -05:00

Commit Graph

  • 856395962b Linux installer: Add support for kdesudo and correct usage of konsole external call. Mounir IDRASSI 2015-04-19 16:08:27 +02:00
  • bb2149aac8 Windows: add a test code-signing certificate and a batch file to sign binaries and the installer with it. Mounir IDRASSI 2015-04-11 00:31:10 +02:00
  • 8e4a68af3b MacOSX: Set properly the version in the bundle and the installation package. Allow downgrading using older installers. VeraCrypt_1.0f-2 Mounir IDRASSI 2015-04-06 19:43:38 +02:00
  • 4a8040735b MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa openFiles message instead of the deprecated Carbon "open-document" event Mounir IDRASSI 2015-04-06 18:58:47 +02:00
  • ae28d51016 Linux/MaxOSX: correctly detect type of internal exceptions Mounir IDRASSI 2015-04-06 18:51:14 +02:00
  • 32f11001c0 MacOSX: solve issue volumes not auto-dismounting when quitting VeraCrypt. restore main VeraCrypt window if is in background when we need to display various dialogs Mounir IDRASSI 2015-04-06 18:49:19 +02:00
  • a0ebc22d1f Windows: update projects build dependencies in Visual Studio solution files Mounir IDRASSI 2015-04-06 05:15:06 +02:00
  • 9159a0777d Language: Update language XML files Mounir IDRASSI 2015-04-06 05:10:26 +02:00
  • 0718a4ec20 Increment VeraCrypt version to 1.0f-2 Mounir IDRASSI 2015-04-06 00:18:19 +02:00
  • f2cda804dc Update user guide PDF Mounir IDRASSI 2015-04-06 00:14:49 +02:00
  • b68fec97ea Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2 Mounir IDRASSI 2015-04-06 00:14:24 +02:00
  • eefaefccc0 Windows: use secure string functions Mounir IDRASSI 2015-04-05 22:49:34 +02:00
  • 2784652ab8 Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks to random generator to abort in case of error and display a diagnose message to the user. Mounir IDRASSI 2015-04-05 22:21:59 +02:00
  • a284922ce4 Linux/MacOSX: Always add the source location when system exception occur in order to help diagnose users issues. Mounir IDRASSI 2015-04-05 12:12:37 +02:00
  • c4d30b34ba Linux/MacOSX: correctly handle some internal exception classes that were missed by the WaitDialog class. Mounir IDRASSI 2015-04-05 12:00:48 +02:00
  • a5203dd006 Windows Setup: Avoid potential issues by correctly initializing variables and checking memory allocation. Mounir IDRASSI 2015-03-19 13:06:19 +01:00
  • 474505d704 Linux: solve mount point permission issues for some users where the non-FAT volumes were only mounted in read-only mode Mounir IDRASSI 2015-03-23 09:05:05 +01:00
  • d3db2548b5 Windows: correctly handle WIN32 LastError when mounting. Harmonize file access checks between GUI and console. Skip ERROR_SHARING_VIOLATION in primary check in order to let the driver handle it more thoroughly. Mounir IDRASSI 2015-03-19 00:13:56 +01:00
  • f397f70fbe Windows Setup: When clicking uninstall link, launch Windows Add/Remove 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) Mounir IDRASSI 2015-03-17 15:39:50 +01:00
  • ae5867f8b1 Windows Setup: remove other VeraCrypt references for registry. Mounir IDRASSI 2015-03-16 08:43:12 +01:00
  • ec4be21492 Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys. Mounir IDRASSI 2015-03-15 23:30:30 +01:00
  • ed604cf0f3 Windows: VeraCrypt reference from various registry locations. Uninstall old VeraCrypt COM interfaces that were left after upgrading. Mounir IDRASSI 2015-03-13 18:07:25 +01:00
  • ef196b5ca5 Add Coverity define to avoid false positives during Static Code Analysis when TC_THROW_FATAL_EXCEPTION is used in the code Mounir IDRASSI 2015-03-08 20:12:40 +01:00
  • 279c99fdf8 Linux/MacOSX: Load preferences if only volume path is given in command line and GUI mode enabled. Mounir IDRASSI 2015-03-08 20:08:16 +01:00
  • f80f7d47d5 Windows: Avoid temporary caching password when mounting multiple favorites. Add option to activate this if needed. Mounir IDRASSI 2015-03-04 00:25:39 +01:00
  • 8e6707cc22 Windows: if TrueCrypt volume created with a version prior to 6.0, display this version in the error message to help users understand why it is not working. Mounir IDRASSI 2015-03-02 00:14:25 +01:00
  • f09f8e3a31 Windows Bootloader: Display message after entering password to inform user that the password is being processed. Without this, users coming from TrueCrypt think that the system is freezed since they expect it to boot quickly. Mounir IDRASSI 2015-03-01 23:50:36 +01:00
  • 21be04cb6e Update test containers and benchmark script to support hidden containers and measure wrong password time Mounir IDRASSI 2015-02-28 22:45:42 +01:00
  • ba1e9c8f4d Linux/MacOSX: A configuration option for default hash and default TrueCrypt mode used for mounting volumes (Menu Settings -> Default Mount Parameters). Implement priority of command line arguments over default values. Mounir IDRASSI 2015-02-28 17:01:39 +01:00
  • 6e73a8a393 Linux/MacOSX: Modify wxFormBuilder generated files directly to solve the 'X' icon not closing some dialog because we can't workaround wxFormBuilder bug without introducing other issues (the correct SetExtraStyle call must be present at the beginning of the constructor, so it must be present in the generated files). Each time we generated new sources, Forms.cpp must be manually modify it to keep this correction. Mounir IDRASSI 2015-02-27 15:47:17 +01:00
  • 176bec1bb2 Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value." Mounir IDRASSI 2015-02-27 15:33:41 +01:00
  • 31b238872e Readme.md: indicate that on MacOSX building a console-only binary is not supported. Mounir IDRASSI 2015-02-25 22:57:15 +01:00
  • b730e965c5 Readme.txt: indicate that on MacOSX building a console-only binary is not supported. Mounir IDRASSI 2015-02-25 22:53:20 +01:00
  • a916135f3c Windows: Use default hash in the options of hidden volume protection Mounir IDRASSI 2015-02-25 08:56:33 +01:00
  • b2020c9fb7 Language XML: change the wording of password error messages to reflect the possibility of a wrong PRF. Replace "VeraCrypt volume" by "valid volume" since TrueCrypt is also supported. Mounir IDRASSI 2015-02-24 12:10:32 +01:00
  • 188b459d28 Windows: remove topmost and system modal properties from the wait dialog so that it doesn't disturb other applications. Mounir IDRASSI 2015-02-23 21:00:29 +01:00
  • 39bf211ebe Add test containers and Windows benchmark script for mount performance Mounir IDRASSI 2015-02-22 22:45:16 +01:00
  • 06af5ce7fd Windows: check password length for outer volume during hidden volume creation to avoid potential plausible deniability issues. Mounir IDRASSI 2015-02-22 21:27:23 +01:00
  • 7fb5af6ada Windows: Add menu option to set default hash and default TrueCrypt mode used for mounting volumes (Menu Settings -> Default Mount Parameters) Mounir IDRASSI 2015-02-22 00:50:29 +01:00
  • cb9859fa0e Speed and memory usage optimization for key derivation based on patches by Nils Maier. 20% improvement on 64-bit CPU for SHA512 and SHA256, 11% for Whirlpool and 13% for RIPEMD-160. Mounir IDRASSI 2015-02-22 00:23:19 +01:00
  • 717ffadf93 Windows Installer: don't add link to VeraCryptExpander in the desktop. Mounir IDRASSI 2015-02-15 23:58:37 +01:00
  • 419586d4a2 Language: update German XML with translation contributed by H. Sauer Mounir IDRASSI 2015-02-15 23:54:37 +01:00
  • 450cde5fac Language: update French translation (contributed by Thierry T.) Mounir IDRASSI 2015-02-15 23:54:08 +01:00
  • b2d119f781 Language: Update language XML files with new added fields Mounir IDRASSI 2015-02-15 10:29:31 +01:00
  • 7818c0e0e3 Window: add menu entry for launching VeraCryptExpander Mounir IDRASSI 2015-02-15 10:15:31 +01:00
  • 86529dadde Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value. Mounir IDRASSI 2015-02-14 23:42:15 +01:00
  • 544c55debc Linux: Perform a quick NTFS formatting by adding the "-f" switch to mkfs.ntfs. Without this, the creation of big NTFS volumes takes ages. The code already takes care of the empty sectors by encrypting them with different key to randomize plaintext. Mounir IDRASSI 2015-02-13 14:40:22 +01:00
  • 2b826843de Windows: Add VeraCryptExpander.exe to the Windows installer. Mounir IDRASSI 2015-02-13 12:26:37 +01:00
  • b920bb2a6a Linux: modify installer script to make it run when the "less" command doesn't support the -X argument (Busybox case) Mounir IDRASSI 2015-02-10 15:05:20 +01:00
  • 5012e0941a Linux: Add graphical installer support when xterm is not available (Linux Mint case) Mounir IDRASSI 2015-02-10 12:40:49 +01:00
  • 1eb8aec9fa Language: update German translation (contributed by H.S.) Mounir IDRASSI 2015-02-09 14:01:28 +01:00
  • 2b8aa2df16 Windows: Solve PIN blocked issue when trying to mount a volume right after configuring the PKCS#11 module. Always ensure that we are using a valid window handle as a parent. Mounir IDRASSI 2015-02-09 10:57:39 +01:00
  • 5f252f2c50 Static Code Analysis: check return of remove function and display message when it fails. Mounir IDRASSI 2015-02-08 23:46:47 +01:00
  • d5f34ad49d Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more checks. Add extra checks. Solve various issues. Mounir IDRASSI 2015-02-08 23:46:04 +01:00
  • 608e86c7bc Static Code Analysis: solve issues in Expander. Use real random values for wipe buffers. Mounir IDRASSI 2015-02-08 23:42:50 +01:00
  • 516da2229d Static Code Analysis: in Windows Driver, avoid using uninitialized stack memory as random and use proper random value for wipe operation. Solve potential double-free issue. Mounir IDRASSI 2015-02-08 23:41:37 +01:00
  • 28a9eaf0e3 Static Code Analysis: code potential memory leaks in inflate.c used by the setup. Mounir IDRASSI 2015-02-08 23:37:49 +01:00
  • de0c30dded Static Code Analysis: handle unused variables more properly. Catch STL exception. Add more checks. Add proper cast to arithmetic operations. Mounir IDRASSI 2015-02-08 23:36:01 +01:00
  • 1ab00f3e3c Static Code Analysis: Correct memory leaks. Add more checks. Mounir IDRASSI 2015-02-08 23:29:42 +01:00
  • 651bea29b4 Static Code Analysis: clarify macros definition and use. Mounir IDRASSI 2015-02-08 23:26:39 +01:00
  • 4e03adc2e7 Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by checking memory allocation. Avoid throwing exception in File constructor and simplify code. Mounir IDRASSI 2015-02-08 23:24:23 +01:00
  • d1a3316e44 Linux: solve rare issue where VeraCrypt wrongly reports that another instance is already running. That happens when VeraCrypt doesn't close cleanly upon shutdown/reboot and on the next startup another process is running with the same PID as VeraCrypt before shutdow/reboot. Mounir IDRASSI 2015-02-08 17:54:08 +01:00
  • 2c96d17748 Linux/MacOSX: mark RIPEMD-160 as deprecated like it's the case on Windows. It will no more be available for the creation of volumes. Mounir IDRASSI 2015-02-08 14:14:25 +01:00
  • ad4af09d88 Linux: When not under Gnome/KDE, use xdg-open to open the mounted volume if it is available. Mounir IDRASSI 2015-02-08 13:45:15 +01:00
  • 96b39a5973 Windows: retry UAC prompt operation in case of failure. This avoids cancel the whole operation if the user is not in front of the machine during UAC prompt (this happens ofter during in-place encryption of big NTFS partitions). Mounir IDRASSI 2015-01-31 23:49:01 +01:00
  • b16cfa959d Windows: rename VeraCryptExpander project in the global solution Mounir IDRASSI 2015-01-31 21:22:26 +01:00
  • f98a691933 Windows Setup: implement removal of non-empty directories to avoid errors during uninstall. Mounir IDRASSI 2015-01-30 00:57:22 +01:00
  • 35497f87a7 Activate support of mounting TrueCrypt system partitions. Mounir IDRASSI 2015-01-27 16:01:17 +01:00
  • d01fa11983 Linux/MacOSX: use command line values of TrueCryptMode and PRF as defaults for the password dialog Mounir IDRASSI 2015-01-26 10:14:09 +01:00
  • 3d8d088b06 Windows: use command line values of TrueCryptMode and PRF as defaults for the password dialog Mounir IDRASSI 2015-01-26 07:26:15 +01:00
  • 89a9763b11 Windows: Correct displaying wrong TrueCrypt mode in volume properties when SHA-256 is used. Issue reported and fixed by user Ache on CodePlex (https://veracrypt.codeplex.com/workitem/65) Mounir IDRASSI 2015-01-23 01:39:55 +01:00
  • 1efb782666 Windows: Add first version of VeraCryptExpander who is based on extcv. Minor modification to Mount.c to avoid link errors when building VeraCryptExpander. Mounir IDRASSI 2015-01-20 09:02:17 +01:00
  • 38f3fc816a Windows: use the same waiting message in dialog resource as it is in the language XML file. Mounir IDRASSI 2015-01-20 07:01:21 +01:00
  • 3794df4f31 Update the FAQ section of the user guide to include TrueCrypt support information. VeraCrypt_1.0f-1 Mounir IDRASSI 2015-01-06 00:17:29 +01:00
  • 3502681f77 Clarify the waiting dialog message. Mounir IDRASSI 2015-01-05 22:35:18 +01:00
  • 8252cc3ec7 Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows. Mounir IDRASSI 2015-01-04 23:58:13 +01:00
  • 6a254778e2 Linux/MacOSX: Add wait dialog to the benchmark computation. Correct handling of wait dialog call when changing password and creating volumes. Mounir IDRASSI 2015-01-04 23:51:43 +01:00
  • 41607d126a Linux/MacOSX: make the cancel button work on the preferences dialog. Mounir IDRASSI 2015-01-04 19:26:50 +01:00
  • f53554a46a Increment version to 1.0f-1 and update language files and PDF with information about TrueCrypt 6.0 support. Mounir IDRASSI 2015-01-04 16:26:53 +01:00
  • 03e64e842a Language XML: correct error message to show that we support TrueCrypt 6.0 and above. Mounir IDRASSI 2015-01-04 15:55:55 +01:00
  • 2894bade88 Windows: better display of volume information and benchmark results. Mounir IDRASSI 2015-01-04 15:55:09 +01:00
  • cc02c78a8c Windows Driver: add TrueCrypt mode of mounted volumes to the output of TC_IOCTL_GET_MOUNTED_VOLUMES Mounir IDRASSI 2015-01-04 15:53:14 +01:00
  • 4f56a0a53d Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to 7.x apart from the sector size field which we already handle correctly. Mounir IDRASSI 2015-01-04 15:50:45 +01:00
  • cbc28bd4fe Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows. Mounir IDRASSI 2015-01-04 00:54:24 +01:00
  • 9a31c23881 Linux/MacOSX: workaround for wxWidgets bug in the method wxTextEntry::IsEmpty that made it impossible to enter a one digit size for the volume. Mounir IDRASSI 2015-01-03 23:52:31 +01:00
  • 55b3400afa Windows: change cascade encryption naming format to reflex mathematical composition of the encryption algorithm, thus being more clear. For example AES(Twofish(Serpent)) instead of AES-Twofish-Serpent. Mounir IDRASSI 2015-01-03 22:57:24 +01:00
  • 8f5fd67ff3 Windows: solve XP issue where the installer has missing/blacked out text boxes. Mounir IDRASSI 2015-01-03 00:27:31 +01:00
  • ad9b40d599 Linux: solve link error on recent Ubuntu when using shared wxWidgets. Mounir IDRASSI 2015-01-02 17:09:56 +01:00
  • 271d39d942 User Guide: add documentation for /hash command line switch on Windows that is used to specify the PRF of a volume. Mounir IDRASSI 2015-01-02 15:10:13 +01:00
  • 696166c9d4 Readme: add makeself to the build requirements for Linux. Mounir IDRASSI 2015-01-02 14:55:04 +01:00
  • aba8840625 Update the user guide with new screenshots and an entry for TrueCrypt compatibility VeraCrypt_1.0f Mounir IDRASSI 2014-12-31 00:53:33 +01:00
  • ac981c62c5 Increment version to 1.0f and update language XML files with new fields. Mounir IDRASSI 2014-12-30 22:38:01 +01:00
  • 41c12afefd Windows driver: don't fail if the PRF recovered from boot memory is not recognized in case we are dealing with a restored bootloader coming from a version prior to 1.0f. Mounir IDRASSI 2014-12-30 22:29:42 +01:00
  • 7c050d681d Linux/MacOSX: code refactoring and cleanup. Mounir IDRASSI 2014-12-30 19:55:06 +01:00
  • c178e325b8 Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread. Mounir IDRASSI 2014-12-30 17:01:49 +01:00
  • 8d787dcd71 Windows: propose only hash algorithm that support system encryption when the user select the option to a partition as an encrypted system partition. Mounir IDRASSI 2014-12-28 19:24:57 +01:00
  • 25c3d15ed7 Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt volumes to VeraCrypt using the change password functionality. Mounir IDRASSI 2014-12-28 19:04:05 +01:00
  • ec9ff0fc1d Windows: make the wait dialog wider to accommodate long messages Mounir IDRASSI 2014-12-28 18:30:45 +01:00
  • 9a228ff045 Windows: use the selected hash algorithm when resuming interrupted process. This reduces volume opening time. Mounir IDRASSI 2014-12-27 23:50:58 +01:00
  • a8cc93f995 Windows: implement wait dialog for benchmark operation. Mounir IDRASSI 2014-12-27 18:59:33 +01:00