VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-23Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ...Mounir IDRASSI2-17/+20
2017-07-23Windows Driver: add legacy handling for IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_...Mounir IDRASSI1-23/+42
2017-07-22Windows: reduce size of MBR bootloader by removing unused functions in each b...Mounir IDRASSI8-77/+36
2017-07-20Windows: fix truncated license text in installer wizard.Mounir IDRASSI2-5/+13
2017-07-20Windows: display prompt to upgrade Rescue Disk when installing 1.22 version b...Mounir IDRASSI1-1/+1
2017-07-20Windows: Update signed driver files for 1.22-BETA1-Build4Mounir IDRASSI2-0/+0
2017-07-20Windows: Increment version to 1.22-BETA1-Build4Mounir IDRASSI6-22/+22
2017-07-20Windows: enable secure desktop feature for VeraCrypt Format application.Mounir IDRASSI1-2/+2
2017-07-20Windows driver: only activate newly supported IOCTLs if the option to enable ...Mounir IDRASSI1-43/+83
2017-07-20Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and IOCTL_DISK_GET_DRIVE_LAYO...Mounir IDRASSI1-2/+2
2017-07-20Windows driver: remove filesystem detection mechanism when mounting volumes s...Mounir IDRASSI1-82/+0
2017-07-20Windows: use Secure Desktop for smart card PIN dialog if it is activated for ...Mounir IDRASSI1-1/+1
2017-07-20Windows: better workaround for cases where ERROR_INVALID_PARAMETER is returne...Mounir IDRASSI2-35/+108
2017-07-20Windows: in case of mounting system favorites, call driver to get list of dri...Mounir IDRASSI3-81/+100
2017-07-19Windows MBR bootloader: remove unused test function in release buildMounir IDRASSI2-0/+5
2017-07-19Windows MBR bootloader: reduce required stack size for cascade bootloader by ...Mounir IDRASSI1-0/+2
2017-07-19Windows MBR Bootloader: workaround for 16-bit compiler internal error when co...Mounir IDRASSI1-4/+4
2017-07-19Windows: Update signed driver files for 1.22-BETA0Mounir IDRASSI2-0/+0
2017-07-19Windows: Increment version to 1.22-BETA0Mounir IDRASSI6-13/+13
2017-07-19Windows Driver: remove dependency to wcsstr by using simple memcmp comparisonMounir IDRASSI1-1/+1
2017-07-16RPI, armv7 targetkavsrf1-0/+3
2017-07-10FreeBSD: make official FreeBSD build script executableVeraCrypt_1.21Mounir IDRASSI1-0/+0
2017-07-10FreeBSD: enable wxWidgets static build by default in official build scriptMounir IDRASSI1-4/+4
2017-07-10Update Readme to mention FreeBSD support and remove reference to OpenSolarisMounir IDRASSI1-38/+40
2017-07-10Add support for building under FreeBSD 11Mounir IDRASSI6-11/+1242
2017-07-09Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21 after Camellia 6...Mounir IDRASSI2-0/+0
2017-07-09Change 1.21 release date to July 9th 2017Mounir IDRASSI1-1/+1
2017-07-09Windows: when listing connected devices, consider that a partition exists if ...Mounir IDRASSI1-2/+3
2017-07-09Windows: generate pdb files for binaries in order to help investigate crashes...Mounir IDRASSI5-22/+14
2017-07-09Windows: install crash handler in case of system favorites service in order t...Mounir IDRASSI1-0/+18
2017-07-09Windows: correctly initialize global critical sections in case if system favo...Mounir IDRASSI3-6/+21
2017-07-09Windows: Update signed driver files for 1.21 release (1.21.5)Mounir IDRASSI2-0/+0
2017-07-09Increment version to 1.21.5Mounir IDRASSI8-13/+13
2017-07-09Remove unnecessary code from Camellia assembly implementation that checks for...Mounir IDRASSI2-71/+10
2017-07-09Windows: preserve volatile registers XMM6-XMM15 in 64-bit assembly of Camellia.Mounir IDRASSI1-512/+51
2017-07-07Windows: Add PDF documents about DCS configuration for EFI system encryption:...Mounir IDRASSI3-0/+6
2017-07-07Windows: display prompt to upgrade Rescue Disk when installing 1.21 version.Mounir IDRASSI1-1/+1
2017-07-07Windows: Don't remove last digit of version string if it is zero. This is a l...Mounir IDRASSI1-3/+0
2017-07-07Change 1.21 release date to July 7th 2017Mounir IDRASSI1-1/+1
2017-07-07Windows: in case of system favorite mounting, update list of host devices bef...Mounir IDRASSI1-0/+3
2017-07-07Windows: fix regression affecting automatic mount of favorites and system fav...Mounir IDRASSI1-1/+8
2017-07-07Windows: Update EFI bootloader files from VeraCrypt-DCS 1.21Mounir IDRASSI4-0/+0
2017-07-05Windows: Update signed driver files for 1.21 release (1.21.4)Mounir IDRASSI2-0/+0
2017-07-05Increment version to 1.21.4Mounir IDRASSI8-13/+13
2017-07-05Windows Driver: correctly get KeRestoreExtendedProcessorState function pointer.Mounir IDRASSI1-4/+5
2017-07-04Increment version to 1.21.3Mounir IDRASSI7-12/+12
2017-07-04Windows: correctly handle SEH exceptions during self-tests in order to disabl...Mounir IDRASSI6-54/+91
2017-07-04Don't check for SSSE3 to use 64-bit SHA-512 assembly code since it uses only ...Mounir IDRASSI1-0/+4
2017-07-04Windows Driver: correctly save and restore extended processor state when perf...Mounir IDRASSI8-39/+201
2017-07-04Windows: use stack instead of MMX register to save registers in 64-bit assemb...Mounir IDRASSI1-14/+19