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

Commit Graph

  • ae5989c6d3 Documentation: add title to main HTML page Mounir IDRASSI 2017-06-04 16:56:45 +02:00
  • 8a02857a99 Documentation:fix Tibit donation link Mounir IDRASSI 2017-06-02 13:35:35 +02:00
  • ec7287e0eb Documentation: fix typo in link name Mounir IDRASSI 2017-06-02 12:32:07 +02:00
  • e5f301d683 Windows: Update signed driver files of 1.20-BETA3 release Mounir IDRASSI 2017-06-01 20:56:29 +02:00
  • e9220590ef Windows: fix compilation error cause by extra '&&' in if statement Mounir IDRASSI 2017-06-01 17:22:20 +02:00
  • 345a50d976 Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio projects Mounir IDRASSI 2017-06-01 17:11:49 +02:00
  • 55aa098295 Windows: fix high CPU usage when a favorite is configured to mount using VolumeID when its host device is connected to the machine. Mounir IDRASSI 2017-06-01 01:53:03 +02:00
  • 029341a747 Windows: Add bat file to package debug version of VeraCrypt used in testing/debugging purposes. Mounir IDRASSI 2017-05-29 17:09:49 +02:00
  • e7873197a6 Linux/MacOSX: Update location of User Guide pdf in Makefile Mounir IDRASSI 2017-05-29 17:07:31 +02:00
  • f2c800c72e Windows: Update packaging bat files to account for the location change of license files and User Guide pdf. Mounir IDRASSI 2017-05-29 17:03:04 +02:00
  • 02295feddf Move Apache license files to the root of "src" folder Mounir IDRASSI 2017-05-29 17:01:36 +02:00
  • 2d445d659a remove duplicated license text file Mounir IDRASSI 2017-05-29 17:00:53 +02:00
  • aadb301238 Move PDF of User Guide to "doc" folder Mounir IDRASSI 2017-05-29 17:00:02 +02:00
  • 5651d505f5 Windows: Only offer valid cluster sizes when ReFS is selected in the volume format wizard. Mounir IDRASSI 2017-05-28 00:02:10 +02:00
  • bc8e6fa5bd Windows: add support for ReFS on Windows 10 when creating normal volumes. Mounir IDRASSI 2017-05-27 20:34:18 +02:00
  • 0e2c129854 Windows Driver: enhance detection of FAT volumes. Mounir IDRASSI 2017-05-27 20:15:23 +02:00
  • a8e511c212 Fix wrong FAT32 jump opcode in its header Mounir IDRASSI 2017-05-27 20:07:06 +02:00
  • f94ceb7a97 Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate Windows version information on Windows 10. Mounir IDRASSI 2017-05-27 19:56:35 +02:00
  • 86ababb2a4 Windows: fix Hour Glass cursor still displayed in some cases after Format wizard operation is finished. Mounir IDRASSI 2017-05-26 00:31:51 +02:00
  • d647637b24 Windows Driver: return correct partition type value by trying to detect the filesystem used in the volume. Mounir IDRASSI 2017-05-26 00:29:20 +02:00
  • 5046edb012 Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPEN_TEST FileSystem detection Mounir IDRASSI 2017-05-26 00:23:55 +02:00
  • 8edd1560e5 Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detection Mounir IDRASSI 2017-05-25 16:55:47 +02:00
  • a5035f812b Windows: remove IOCTL_STORAGE_GET_DEVICE_NUMBER support until a real device is implemented. Mounir IDRASSI 2017-05-23 13:59:58 +02:00
  • 8c1bde132a Windows Driver: correct comment about volume ID computation Mounir IDRASSI 2017-05-23 12:33:35 +02:00
  • 0e15c65b3e Windows Driver: correct value of number of cylinders by adding 1 since our virtual partition starts at Extension->BytesPerSector and not 0. Mounir IDRASSI 2017-05-23 12:31:46 +02:00
  • f50bf2cf61 Windows Driver: implement some extra IOCTLs. Add more traces for debugging. Mounir IDRASSI 2017-05-23 12:29:12 +02:00
  • 9fdac9317b Windows Driver: enhance implementation of IOCTL_STORAGE_QUERY_PROPERTY Mounir IDRASSI 2017-05-23 12:26:44 +02:00
  • cda40547fe Windows: query extra host drive information using IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications. Mounir IDRASSI 2017-05-23 12:23:07 +02:00
  • a117f04068 Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by using STORAGE_DESCRIPTOR_HEADER in order to be compatible with any future structure changes. Mounir IDRASSI 2017-05-23 12:17:40 +02:00
  • feef2fee91 Windows Driver: remove unused variable. Mounir IDRASSI 2017-05-23 11:52:31 +02:00
  • 7c78c4f4ac Windows Driver: fix "__chkstk" link error in debug build caused by some crypto functions using too much stack space for local variables. Mounir IDRASSI 2017-05-22 00:41:56 +02:00
  • e484d0caae Windows Driver: Support new IOCTLS and correct implementation of existing ones to solve Windows 10 compatibility issues. Mounir IDRASSI 2017-05-21 01:06:26 +02:00
  • 5081929b60 Windows Driver: fix bug in new IOCTL VC_IOCTL_GET_DRIVE_GEOMETRY_EX Mounir IDRASSI 2017-05-21 01:00:22 +02:00
  • 74b82118d5 Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value. Mounir IDRASSI 2017-05-15 16:22:48 +02:00
  • ce4e7fd64d Windows installer: use correct installation directory for opening HTML help (for now only donation page). Mounir IDRASSI 2017-05-15 16:01:38 +02:00
  • 6fe660c249 Windows: Add HTML documentation to Windows installer. Mounir IDRASSI 2017-05-15 01:01:21 +02:00
  • b5abd54c1b Add donation HTML page Mounir IDRASSI 2017-05-14 18:46:51 +02:00
  • 817ffac87e Replace Codeplex links by ones on veracrypt.fr Mounir IDRASSI 2017-05-14 11:42:52 +02:00
  • 5e1fffa871 Add HTML documentation. Mounir IDRASSI 2017-05-13 17:34:16 +02:00
  • 76167ceba3 Update zlib copyright notice Mounir IDRASSI 2017-04-26 00:18:27 +02:00
  • d1509a2d5a Windows: disable WINZIP Aes encryption support since we don't use. Mounir IDRASSI 2017-04-26 00:13:27 +02:00
  • d081d6143e Windows: update libzip to version 1.2.0 Mounir IDRASSI 2017-04-26 00:10:55 +02:00
  • 9270952b3d Windows: update zlib to version 1.2.11 Mounir IDRASSI 2017-04-25 23:39:48 +02:00
  • 371b9c904a FreeBSD 11 build and use compatibility Mounir IDRASSI 2017-04-23 14:18:48 +02:00
  • 100b79ddfa XML wchar_t removed from EFI compile kavsrf 2017-01-23 15:14:28 +03:00
  • 79d1b79745 Language Files: fix polish translation Mounir IDRASSI 2017-01-22 19:23:23 +01:00
  • c0f46187de Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232) Mounir IDRASSI 2017-01-12 18:12:10 +01:00
  • 386f7bc9b0 User Guide: fix spelling errors. Mounir IDRASSI 2017-01-12 10:09:18 +01:00
  • 9b4812675e Language XML files: Update Arabic translation (contributed by Ali Khojah) Ali Khojah 2017-01-12 09:37:05 +01:00
  • 153608142d Windows: Add Streebog to the benchmark script Mounir IDRASSI 2017-01-10 06:03:05 +01:00
  • e831198b3b Windows: Fix Streebog not recognized by /hash command line switch but making hash names matching more generic. Mounir IDRASSI 2017-01-10 05:25:49 +01:00
  • e3d5077939 Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2017-01-01 11:04:12 +01:00
  • 7d63a4fca8 Language XML files: update Czech translation (contributed by Lagardere) Mounir IDRASSI 2017-01-01 11:01:57 +01:00
  • 770af66d8b Update donation link to point to page indicating all accepted donations options. Mounir IDRASSI 2016-12-30 23:08:08 +01:00
  • 049daa775a Windows: avoid exporting libzip symbols from VeraCrypt binaries. Mounir IDRASSI 2016-12-30 20:16:42 +01:00
  • d7b20a070e Windows: Update signed driver files of 1.20-BETA2 release Mounir IDRASSI 2016-12-30 23:53:06 +01:00
  • 9b13aa9c4c Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.20-BETA2 build. Mounir IDRASSI 2016-12-30 17:15:04 +01:00
  • 47d4b5d284 Increment version to 1.20 BETA2 (1.20.2) Mounir IDRASSI 2016-12-30 17:12:27 +01:00
  • cdbe54e605 Windows: Implement Secure Desktop for password entry. Add option and command line switch to activate it. Mounir IDRASSI 2016-12-30 12:17:09 +01:00
  • d116eba160 Windows: use correct parent when displaying various dialogs from the Preferences dialog through the "More Settings" button. Mounir IDRASSI 2016-12-28 18:40:56 +01:00
  • 4a246cb6ef Windows: cleaner code for handling of disabling of parent dialog when waiting dialog displayed Mounir IDRASSI 2016-12-28 15:57:50 +01:00
  • 5493de11d5 Windows: Enable Twofish optimized 64-bit assembly for UEFI bootloader since a pre-compiled object file was included to its build system. Mounir IDRASSI 2016-12-19 17:46:38 +01:00
  • 1ef6177ae3 Linux & MacOSX: automatically check TrueCryptMode in password dialog when selecting a container file that has the .tc file extension Mounir IDRASSI 2016-12-18 15:26:35 +01:00
  • a8fea1d643 MacOSX: Make VeraCrypt default handler of .hc and .tc files on OSX and add custom icon to these files on Finder. Mounir IDRASSI 2016-12-18 12:11:17 +01:00
  • 3d978c31a7 MacOSX: use Yasm to build Twofish 64-bit assembly code on OSX since native compiler doesn't support GAS syntax Mounir IDRASSI 2016-12-18 12:06:58 +01:00
  • 9b0669da29 Windows driver: fix reading of boot PRF after latest EFI hidden OS changes. Better memory cleanup and changes for code clarity. Mounir IDRASSI 2016-12-13 09:40:47 +01:00
  • ac53e293d4 comments and better cleanup kavsrf 2016-12-10 15:07:56 +03:00
  • cd6df44d6f Driver with support of hidden OS kavsrf 2016-12-04 13:40:51 +03:00
  • a7f8548e2f Increment version to 1.20 BETA1 (1.20.1) Mounir IDRASSI 2016-12-08 17:42:52 +01:00
  • 22b9087a01 Windows: use "Temporarily" instead of "Temporary" in the text of a preference option Mounir IDRASSI 2016-12-08 17:40:05 +01:00
  • 4262d4feb7 Windows: Enhancement to favorites handling. Add PRF/TrueCryptMode fields in favorites management dialog, and use default mount parameters when mounting multiple favorites at once. Mounir IDRASSI 2016-12-08 17:06:52 +01:00
  • e131d7a607 Windows: Update driver files of 1.20-BETA1 release Mounir IDRASSI 2016-12-07 09:38:42 +01:00
  • 9a49bef118 Windows: Update EFI bootloader file from latest VeraCrypt-DCS build that includes fix for Rescue Disk decryption bug. Mounir IDRASSI 2016-12-07 09:38:04 +01:00
  • a0eadbd660 Windows: Don't use Twofish x64 assembly implementation for UEFI bootloader (for now, yasm is not integrated in EDKII framework). Mounir IDRASSI 2016-12-07 09:35:10 +01:00
  • fb38269c89 Readme: correct instructions about code signing under Mac OSX Mounir IDRASSI 2016-12-07 00:27:28 +01:00
  • f10e26fc89 Windows Bootloader: fix compilation error following Twofish code changes. Mounir IDRASSI 2016-12-07 00:26:33 +01:00
  • e3af024e5b Language XML files: update Russian XML file by Dmitry Yerokhin. Mounir IDRASSI 2016-12-06 23:52:20 +01:00
  • 77e665520e Windows: don't change thread priority when benchmarking encryption algorithms for more accurate results Mounir IDRASSI 2016-12-06 23:38:20 +01:00
  • 91e0de6145 Crypto: remove unnecessary alignment adjusting code in Serpent since the SIMD implementation works with unaligned data and gain negligible compared to memcpy overhead. Mounir IDRASSI 2016-11-28 00:46:31 +01:00
  • 263abeee3a Crypto: Add optimized Twofish assembly implementation for x86_64. Mounir IDRASSI 2016-11-28 00:29:36 +01:00
  • 68fababbe8 Use LF line ending for .S assembly files Mounir IDRASSI 2016-11-28 00:27:18 +01:00
  • 612cb9f202 Merge pull request #118 from pnijjar/document-tc-option Mounir IDRASSI 2016-12-07 09:46:17 +01:00
  • aca478651e Document --truecrypt option Paul Nijjar 2016-11-28 01:28:13 -05:00
  • 181857089b Linux: Always use "uname -m" to determine processor type. This fixes Slackware build issue. Mounir IDRASSI 2016-11-05 23:39:46 +01:00
  • 0485b71746 Merge pull request #109 from sandakersmann/patch-3 Mounir IDRASSI 2016-10-18 22:11:41 +02:00
  • 833c6db20e README: Added line breaks between copyright holders sandakersmann 2016-10-18 07:08:34 +02:00
  • d61e30c0aa Merge pull request #108 from sandakersmann/patch-2 Mounir IDRASSI 2016-10-18 04:39:36 +02:00
  • 87da13a14a README: Fixed one link that was not working sandakersmann 2016-10-18 04:37:26 +02:00
  • d4c60847ab Merge pull request #107 from sandakersmann/patch-1 Mounir IDRASSI 2016-10-18 03:34:57 +02:00
  • b2f0bc06ed README: Changed http:// to https:// on some links sandakersmann 2016-10-17 23:43:04 +02:00
  • 53902284b1 Update User Guide VeraCrypt_1.19 Mounir IDRASSI 2016-10-17 18:32:59 +02:00
  • 7f63d57f67 Windows: Support EFI system encryption for 32-bit Windows. Mounir IDRASSI 2016-10-17 16:31:25 +02:00
  • 2ddc374164 Windows: Remove VeraCrypt from EFI boot partition after decrypting the system Mounir IDRASSI 2016-10-17 16:26:34 +02:00
  • 78d9e5fc3b Update user guide. Mounir IDRASSI 2016-10-17 09:41:41 +02:00
  • ac8d212ce7 Windows: Update driver files of 1.19 release Mounir IDRASSI 2016-10-16 22:56:21 +02:00
  • 3685ceceae Windows: Update EFI bootloader file from latest VeraCrypt-DCS build. Mounir IDRASSI 2016-10-16 20:29:37 +02:00
  • 45d642d4e1 Increment version to 1.19 (1.19.4) Mounir IDRASSI 2016-10-16 19:41:54 +02:00
  • 2cfb896827 Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remove Gost89 online help references since it was removed. Mounir IDRASSI 2016-10-13 22:51:43 +02:00
  • ea2d8ded53 MacOSX: Add yasm binary Mounir IDRASSI 2016-10-13 22:26:40 +02:00
  • 620133002c Windows: Update signed drivers. Mounir IDRASSI 2016-10-13 19:16:41 +02:00