VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-28Fix wrong FAT32 jump opcode in its headerMounir IDRASSI2-3/+3
2017-05-28Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate ↵Mounir IDRASSI1-1/+22
Windows version information on Windows 10.
2017-05-26Windows: fix Hour Glass cursor still displayed in some cases after Format ↵Mounir IDRASSI1-2/+0
wizard operation is finished.
2017-05-26Windows Driver: return correct partition type value by trying to detect the ↵Mounir IDRASSI1-0/+72
filesystem used in the volume.
2017-05-26Windows Driver: Correctly detect FAT volumes created on Linux in ↵Mounir IDRASSI1-0/+2
TC_IOCTL_OPEN_TEST FileSystem detection
2017-05-26Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detectionMounir IDRASSI1-1/+1
2017-05-25Windows: remove IOCTL_STORAGE_GET_DEVICE_NUMBER support until a real device ↵Mounir IDRASSI1-2/+3
is implemented.
2017-05-25Windows Driver: correct comment about volume ID computationMounir IDRASSI1-1/+1
2017-05-25Windows Driver: correct value of number of cylinders by adding 1 since our ↵Mounir IDRASSI1-1/+2
virtual partition starts at Extension->BytesPerSector and not 0.
2017-05-25Windows Driver: implement some extra IOCTLs. Add more traces for debugging.Mounir IDRASSI1-0/+112
2017-05-25Windows Driver: enhance implementation of IOCTL_STORAGE_QUERY_PROPERTYMounir IDRASSI1-9/+106
2017-05-25Windows: query extra host drive information using ↵Mounir IDRASSI4-17/+136
IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications.
2017-05-25Windows Driver: call IOCTL_STORAGE_QUERY_PROPERTY in a more standard way by ↵Mounir IDRASSI1-12/+27
using STORAGE_DESCRIPTOR_HEADER in order to be compatible with any future structure changes.
2017-05-25Windows Driver: remove unused variable.Mounir IDRASSI2-2/+0
2017-05-22Windows Driver: fix "__chkstk" link error in debug build caused by some ↵Mounir IDRASSI3-4/+14
crypto functions using too much stack space for local variables.
2017-05-21Windows Driver: Support new IOCTLS and correct implementation of existing ↵Mounir IDRASSI1-3/+111
ones to solve Windows 10 compatibility issues.
2017-05-21Windows Driver: fix bug in new IOCTL VC_IOCTL_GET_DRIVE_GEOMETRY_EXMounir IDRASSI1-2/+0
2017-05-17Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵Mounir IDRASSI13-83/+133
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value.
2017-05-17Windows installer: use correct installation directory for opening HTML help ↵Mounir IDRASSI1-3/+10
(for now only donation page).
2017-05-15Windows: Add HTML documentation to Windows installer.Mounir IDRASSI6-25/+145
2017-05-15Add donation HTML pageMounir IDRASSI10-0/+104
2017-05-15Replace Codeplex links by ones on veracrypt.frMounir IDRASSI48-157/+198
2017-05-15Add HTML documentation.Mounir IDRASSI149-0/+10252
2017-04-26Update zlib copyright noticeMounir IDRASSI8-8/+8
2017-04-26Windows: disable WINZIP Aes encryption support since we don't use.Mounir IDRASSI1-2/+2
2017-04-26Windows: update libzip to version 1.2.0Mounir IDRASSI44-312/+788
2017-04-26Windows: update zlib to version 1.2.11Mounir IDRASSI21-955/+1574
2017-04-23FreeBSD 11 build and use compatibilityMounir IDRASSI2-3/+21
2017-01-24XML wchar_t removed from EFI compilekavsrf1-1/+1
2017-01-22Language Files: fix polish translationMounir IDRASSI1-1/+1
2017-01-12Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by ↵Mounir IDRASSI3-33/+45
disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232)
2017-01-12User Guide: fix spelling errors.Mounir IDRASSI1-0/+0
2017-01-12Language XML files: Update Arabic translation (contributed by Ali Khojah)Ali Khojah1-15/+15
2017-01-12Windows: Add Streebog to the benchmark scriptMounir IDRASSI2-1/+60
2017-01-12Windows: Fix Streebog not recognized by /hash command line switch but making ↵Mounir IDRASSI4-19/+26
hash names matching more generic.
2017-01-01Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-1/+1
2017-01-01Language XML files: update Czech translation (contributed by Lagardere)Mounir IDRASSI1-1/+1
2016-12-30Update donation link to point to page indicating all accepted donations options.Mounir IDRASSI2-2/+2
2016-12-30Windows: avoid exporting libzip symbols from VeraCrypt binaries.Mounir IDRASSI1-0/+4
2016-12-30Windows: Update signed driver files of 1.20-BETA2 releaseMounir IDRASSI2-0/+0
2016-12-30Windows: Update EFI bootloader file from latest VeraCrypt-DCS 1.20-BETA2 build.Mounir IDRASSI6-0/+0
2016-12-30Increment version to 1.20 BETA2 (1.20.2)Mounir IDRASSI49-66/+66
2016-12-30Windows: Implement Secure Desktop for password entry. Add option and command ↵Mounir IDRASSI44-15/+268
line switch to activate it.
2016-12-30Windows: use correct parent when displaying various dialogs from the ↵Mounir IDRASSI1-9/+17
Preferences dialog through the "More Settings" button.
2016-12-30Windows: cleaner code for handling of disabling of parent dialog when ↵Mounir IDRASSI1-6/+6
waiting dialog displayed
2016-12-26Windows: Enable Twofish optimized 64-bit assembly for UEFI bootloader since ↵Mounir IDRASSI3-9/+9
a pre-compiled object file was included to its build system.
2016-12-26Linux & MacOSX: automatically check TrueCryptMode in password dialog when ↵Mounir IDRASSI5-0/+51
selecting a container file that has the .tc file extension
2016-12-26MacOSX: Make VeraCrypt default handler of .hc and .tc files on OSX and add ↵Mounir IDRASSI3-0/+48
custom icon to these files on Finder.
2016-12-26MacOSX: use Yasm to build Twofish 64-bit assembly code on OSX since native ↵Mounir IDRASSI2-1/+3
compiler doesn't support GAS syntax
2016-12-26Windows driver: fix reading of boot PRF after latest EFI hidden OS changes. ↵Mounir IDRASSI1-37/+32
Better memory cleanup and changes for code clarity.