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

Commit Graph

  • 96520e22bd Linux: modify official build script to use different build directories for wxWidgets console and GUI builds. VeraCrypt_1.12 Mounir IDRASSI 2015-08-06 05:57:24 +02:00
  • ff0ab2da93 Linux: Correct formating of license displayed in the installer Mounir IDRASSI 2015-08-06 05:46:24 +02:00
  • 174f7f498a Increment version to 1.12. Update user guide PDF file. Mounir IDRASSI 2015-08-06 00:01:01 +02:00
  • 041024fbb9 Update license information to reflect the use of a dual license Apache 2.0 and TrueCrypt 3.0. Mounir IDRASSI 2015-08-05 23:04:01 +02:00
  • a23943694b Language files: Remove duplicated entry in XML files. Mounir IDRASSI 2015-08-05 13:06:46 +02:00
  • e760d69bfd Language files: update French XML file. remove duplicated field. Mounir IDRASSI 2015-08-05 13:05:53 +02:00
  • c2d0d5e344 Windows: Add extra checks for bootloader tampering. Mounir IDRASSI 2015-08-05 12:06:00 +02:00
  • a06c41c5c9 Language files: update German XML file with anonymous contribution (Maria) Mounir IDRASSI 2015-07-31 17:37:21 +02:00
  • ee511e95b2 typo fix Yan 2015-07-31 13:37:01 +03:00
  • 8454c23fcc Updated Russian translation Yan 2015-07-31 13:30:06 +03:00
  • 2aa558d6f4 Language files: update German XML file to replace Volumen by Volume Mounir IDRASSI 2015-07-30 22:45:12 +02:00
  • 0eeff69332 Language Files: update polish translation Mounir IDRASSI 2015-07-30 01:36:39 +02:00
  • 1a897f8714 Language files: Update German translation received from anonymous contributor. Mounir IDRASSI 2015-07-30 00:49:17 +02:00
  • d94304f419 Language files: add new field related to bootloader fingerprint checking Mounir IDRASSI 2015-07-29 00:11:49 +02:00
  • 4535aee30f Language files: Update Polish translation received from anonymous contributor. Mounir IDRASSI 2015-07-29 00:11:01 +02:00
  • 6ca598f841 Windows: Implement Evil-Maid-Attack detection mechanism. Write the correct bootloader when changing the system encryption password: this enables to recover if an attack is detected. Mounir IDRASSI 2015-07-29 00:09:14 +02:00
  • 69a8ad5bba Linux/MacOSX: remove unused variable. Mounir IDRASSI 2015-07-25 23:57:32 +02:00
  • 78aa7de9bc Language files: update XML language files with new fields Mounir IDRASSI 2015-07-25 19:44:45 +02:00
  • 94ccaf1ab4 Linux: solve compilation error on OpenSUSE when linking against system wxWidgets. OpenSUSE enables STL in wxWidgets which causes the error because implicit casts are not available. Mounir IDRASSI 2015-07-25 13:37:12 +02:00
  • 4fcf5c921c Linux: Add "new-hash" switch for changing PRF and remove "current-hash" switch which didin't fit the change password/keyfile logic. Mounir IDRASSI 2015-07-19 09:30:57 +02:00
  • 5158953428 User Interface enhancements for PIM Mounir IDRASSI 2015-07-19 08:46:27 +02:00
  • 63818bcaa4 Windows: Don't offer "None" as wipe mode when real wipe is explicitly needed (like in Decoy system partition wipe case) Mounir IDRASSI 2015-07-14 16:57:17 +02:00
  • 88ef238593 Windows: in encryption wizard, clicking "Previous" in the "Large File Support" page should take to password page if PIM not enabled. Mounir IDRASSI 2015-07-14 15:45:21 +02:00
  • 046513b7c9 Windows: solve issue introduced by the new "Use PIM" checkbox that caused error when trying to encrypt system (the wizard was executing a wrong page) Mounir IDRASSI 2015-07-14 14:01:55 +02:00
  • 7d6cd0c92d Windows: on 64-bit Windows, more System favorite service from SysWoW64 to System32 since now all binaries are native 64-bit on 64-bit machines. Mounir IDRASSI 2015-07-13 21:13:28 +02:00
  • 103018b367 Windows: Fix memory access issues when processing language XML files. Avoid writing to locked memory resource which can trigger crash. Mounir IDRASSI 2015-07-13 16:18:40 +02:00
  • 52146825de Windows: workaround to solve system favorites failing to mount because underlying drive takes long time to be recognized by Windows. Mounir IDRASSI 2015-07-13 15:16:01 +02:00
  • a43a5ebb21 Windows: Modify PIM parts in GUI to make it easier to use. Users must explicitly check "User PIM" to enable its use. Mounir IDRASSI 2015-07-13 02:00:26 +02:00
  • 8fc08b1e46 Windows: Solve failure to create hidden volume when PIM used for outer volume. Correctly wipe password variable from memory. Mounir IDRASSI 2015-07-12 19:46:30 +02:00
  • b23cbf384f Windows: Set longer wait hint time for System Favorites Service to avoid being killed by Windows. Add extra system event logs to help trace any issues (there is no leak issue because this is done in case of System Favorite service which is only enabled when system is encrypted). Mounir IDRASSI 2015-07-12 19:44:50 +02:00
  • 2d0d4b06b1 Linux: Solve compilation warning (unused variables, pointer cast) Mounir IDRASSI 2015-07-11 01:50:27 +02:00
  • 944b6aa53f Linux: Solve error when building against dynamic wxWidgets library, especially under Ubuntu. Mounir IDRASSI 2015-07-11 01:49:23 +02:00
  • 6ef41abdd2 Use Pim name for internal variables instead of the old name Pin Mounir IDRASSI 2015-07-11 01:48:52 +02:00
  • 7a01453f00 Windows: Fix old issue inherited from TrueCrypt by initializing COM library before instantiating UAC COM object used for changing password. This issue made it impossible to change the password of a volume requiring administrative privileges. Mounir IDRASSI 2015-07-08 22:08:05 +02:00
  • b809cf62ae Windows: Disable Set Key Header Algorithm item in "Volumes" menu when the system partition is selected by the user using "Select Device" Mounir IDRASSI 2015-07-08 18:18:43 +02:00
  • 0ddd19d4ab Windows: Disable menu item for changing system header key derivation algorithm until it's actually implemented Mounir IDRASSI 2015-07-07 08:06:45 +02:00
  • 6a78f7eae2 Windows: better logic for FormatEx function call. To be replaced in the future by Microsoft COM interfaces. Mounir IDRASSI 2015-07-06 01:17:41 +02:00
  • 724043be0b Windows: Display source location of errors in order to help diagnose issues reported by users Mounir IDRASSI 2015-07-05 18:15:41 +02:00
  • c3b77fba25 Linux: Support checking/reparing mounted filesystem on KDE when xterm not available Mounir IDRASSI 2015-07-04 17:38:57 +02:00
  • 218f63b4b6 Windows: re-size some controls to avoid text truncation. Mounir IDRASSI 2015-07-03 23:26:00 +02:00
  • b4b51bd909 Windows: Solve privacy issue inherited from TrueCrypt and linked to the update of configuration and history XML files everytime VeraCrypt main window is opened, even if there was no modifications. This could give information about the usage of VeraCrypt. Now, configuration and history XML files are updated only when there are modifications. Mounir IDRASSI 2015-07-03 02:02:17 +02:00
  • bef713de1a Language XML: Add newlines to PIM Help Text to make clearer for reading Mounir IDRASSI 2015-07-03 01:56:14 +02:00
  • 8f4b970dc1 Windows: Explicitly use internal PKCS#11 headers for building Mounir IDRASSI 2015-07-03 00:54:51 +02:00
  • 439e0a9588 Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct PIM value check logic. Mounir IDRASSI 2015-06-28 20:19:19 +02:00
  • da8aec4292 Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUI Mounir IDRASSI 2015-06-26 22:01:04 +02:00
  • d73df9bbd4 Linux: if a keyfile is specified in the command line without a password, don't try to mount using an empty password unless its TrueCryptMode or an empty password has been explicitly specified. Mounir IDRASSI 2015-06-24 18:42:33 +02:00
  • d734ce4635 Linux/MacOSX: solve GUI layout issues although the volume creation wizard still has issues Mounir IDRASSI 2015-06-24 23:34:15 +02:00
  • 2cd39b37c2 Linux/MacOSX: restore normal file mode to some source files Mounir IDRASSI 2015-06-24 14:27:58 +02:00
  • ea27cace41 Linux: solve bug when "-tc" command line switch is not followed by another switch. In this case, the value coming after the "-tc" switch was ignored from processing. Mounir IDRASSI 2015-06-24 14:21:48 +02:00
  • 9913af3a8e Linux/MacOSX: first dynamic mode implementation Mounir IDRASSI 2015-06-24 14:14:34 +02:00
  • f927ce9b58 Windows: Add a dedicate page for volume PIM in the volume creation wizard Mounir IDRASSI 2015-06-21 19:46:21 +02:00
  • 5d9d49e989 Windows: in "VeraCrypt Format.exe", erase the volume PIM value after the process is finished to avoid displaying it again if the user starts a new creation process right after Mounir IDRASSI 2015-06-14 18:23:59 +02:00
  • d31466ae7a Windows: If PIM of a volume is changed and if it is a favorite or system favorite, automatically update favorite or system favorite XML file with the new value. Mounir IDRASSI 2015-06-14 18:06:41 +02:00
  • 7d55b028f2 Windows: Use "PIM" instead of "PIN" in favorites XML file Mounir IDRASSI 2015-06-14 18:02:54 +02:00
  • 44234a0ccc Windows installer: solve Windows XP 32-bit incompatibility issue introduced previously. Mounir IDRASSI 2015-06-11 23:59:52 +02:00
  • 6be12f4889 Windows: Implement waiting dialog for Auto-Mount Devices operations to avoid freezing GUI. Mounir IDRASSI 2015-06-10 00:58:50 +02:00
  • b7eadfd310 Windows: solve installer issue on Windows 10 caused by failure to overwrite VeraCrypt driver file. Mounir IDRASSI 2015-06-09 23:29:33 +02:00
  • a7a8d57bca Windows: rename PIN to PIM to avoid confusion. Better error messages. Mounir IDRASSI 2015-06-08 01:14:57 +02:00
  • 00cd134720 Windows: Add command line switch parameter for temporary caching of password during favorites mounting (/cache favorites). Correct implementation of "/cache y". Mounir IDRASSI 2015-06-07 23:04:54 +02:00
  • c3c1bdd29d Windows: Add support for PIN in favorites. Several enhancements to GUI handling of Dynamic Mode. Mounir IDRASSI 2015-06-07 01:37:23 +02:00
  • 550e2bcf3b Windows: fix buffer overrun issue when parsing language XML file Mounir IDRASSI 2015-05-31 08:06:39 +02:00
  • 57343ce04c Windows: reorder command line switched with alphabetical order for better help display Mounir IDRASSI 2015-05-29 02:06:14 +02:00
  • fdc2143bfa Windows: workaround FormatEx keeping references on formatted volume by adding extra delays. Mounir IDRASSI 2015-05-29 02:04:13 +02:00
  • 5867250820 Windows: Display VeraCrypt version information when the command line switch /help is used. Mounir IDRASSI 2015-05-28 01:01:46 +02:00
  • 70215e3682 Windows: GUI modifications around PIN field Mounir IDRASSI 2015-05-27 00:12:46 +02:00
  • 8ebf5ac605 Windows: first implementation of dynamic mode Mounir IDRASSI 2015-05-26 01:36:20 +02:00
  • 85e5e383f9 Windows: solve 64-bit compilation warnings after checking that they are harmless. Mounir IDRASSI 2015-05-23 19:26:06 +02:00
  • a8651ac014 Language files: update XML language files with new fields Mounir IDRASSI 2015-05-22 20:07:01 +02:00
  • 1c08ea01f1 Windows Setup: Integrate 64-bit builds of exe files into the installer. Only 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. Mounir IDRASSI 2015-05-22 18:22:57 +02:00
  • 0d23312886 Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt Format.exe". Mounir IDRASSI 2015-05-22 18:19:13 +02:00
  • c44c1ac9ce Windows: make random generator function compatible with 64-bit execution environment Mounir IDRASSI 2015-05-21 23:18:35 +02:00
  • 32ba1ebcff Windows: Correctly detect switch user and RDP disconnect as session locking so that autodismount could be performed when it's enabled in the preferences Mounir IDRASSI 2015-05-20 07:10:18 +02:00
  • 138d22a254 Windows: remove crash dump analysis functionality. It didn't always work and it required external debugging tools. Mounir IDRASSI 2015-05-20 07:08:03 +02:00
  • 330bed0c42 Windows: correct typo in help text Mounir IDRASSI 2015-05-17 12:20:33 +02:00
  • f72125ea71 Windows: First implementation of non-system volumes decryption. Mounir IDRASSI 2015-05-17 12:14:58 +02:00
  • 4695920b41 Language XML: Use correct links in displayed message. Mounir IDRASSI 2015-05-14 23:11:05 +02:00
  • e95c075f0c Windows driver: avoid race condition by using IoAttachDeviceToDeviceStackSafe instead IoAttachDeviceToDeviceStack. Set BootArgs.CryptoInfoLength to 0 after clearing boot memory. Mounir IDRASSI 2015-05-14 23:10:38 +02:00
  • 4a5154e750 Windows Driver: fix wrongly reported bad sectors by chkdsk caused by a bug in IOCTL_DISK_VERIFY. There was no real issue in sectors. Mounir IDRASSI 2015-05-10 01:08:50 +02:00
  • b3646b3237 Windows: Solve detection issue when resuming encryption. Add separate logic for manual selection of device and display error message in case of failure. Mounir IDRASSI 2015-05-06 20:38:30 +02:00
  • 061292130d Windows: When resuming in-place encryption, add manual selection of partition possible. Display wait dialog when performing detection. Mounir IDRASSI 2015-05-03 17:12:29 +02:00
  • d1c1aa369c Windows: Make the Format wizard work again when launched from VeraCrypt menu. Mounir IDRASSI 2015-05-03 15:43:11 +02:00
  • 7d52dda67c Windows Driver: Implement querying physical sector size of veraCrypt volume through IOCTL_STORAGE_QUERY_PROPERTY Mounir IDRASSI 2015-05-03 08:43:10 +02:00
  • 0f2d32f011 Windows: enable showing/hiding password for system encryption in Windows UI and in the bootloader (F5 key). This will be helpful to diagnose issues with non-US versions of Windows. Mounir IDRASSI 2015-04-28 23:47:59 +02:00
  • a1f1e34789 Windows: Modify custom window class names to less generic value in order to avoid collision with existing class names. Mounir IDRASSI 2015-04-28 23:37:56 +02:00
  • eac440ae9e Windows: Support A: and B: as driver letters for mounting volumes. Mounir IDRASSI 2015-04-26 18:36:43 +02:00
  • dc3bc64b86 Windows: Better command line handling to make it more strict and robust. This avoids issues when using wrong syntax. Mounir IDRASSI 2015-04-26 15:57:43 +02:00
  • 9ccb8a97af Linux: in command line, support hash algorithm names without '-' as on Windows ("sha256", "sha512", "ripemd160") Mounir IDRASSI 2015-04-24 22:56:42 +02:00
  • bf8e07966b Language XML: update German translation Mounir IDRASSI 2015-04-24 20:02:59 +02:00
  • 093fada00b Language XML: add new IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT field to translations Mounir IDRASSI 2015-04-19 21:58:27 +02:00
  • 4890a65106 Windows: solve translation issue with IDM_DEFAULT_MOUNT_PARAMETERS menu item Mounir IDRASSI 2015-04-19 20:08:37 +02:00
  • 2ec75c5f8e Linux: Correct wxWidgets assert warnings when displaying about/LegalNotice dialogs. This didn't happen with official binaries because the library used disables asserts. Mounir IDRASSI 2015-04-19 16:30:28 +02:00
  • 29501638d1 Windows: lower position of "Never save history" checkbox to avoid wrong clicks Mounir IDRASSI 2015-04-19 16:11:41 +02:00
  • 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