VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-07-29Windows Driver: avoid allocating memory for some ↵Mounir IDRASSI1-37/+16
IOCTL_STORAGE_QUERY_PROPERTY calls that always return fixed size structures.
2017-07-29Windows: Add portable installer that only extra binaries without the need of ↵Mounir IDRASSI10-23/+846
administrative privileges for extraction.
2017-07-27Windows: Update signed driver files for 1.22-BETA2-Build5Mounir IDRASSI2-0/+0
2017-07-27Windows: increment version to 1.22-BETA2-Build5Mounir IDRASSI7-14/+14
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all ↵Mounir IDRASSI3-40/+50
disks each time instead of caching previous call results. This is not efficient but it should fix rare cases where issues happen.
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵Mounir IDRASSI5-153/+156
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX).
2017-07-27Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix ↵Mounir IDRASSI3-44/+208
issues with some disks. Implement IOCTL_STORAGE_GET_MEDIA_TYPES_EX.
2017-07-23Windows MBR Bootloader: always compress bootloader with upx to reduce ↵Mounir IDRASSI1-2/+2
runtime memory requirement thanks to its in-place decompression.
2017-07-23Windows: Update signed driver files for 1.22-BETA2-Build1Mounir IDRASSI2-0/+0
2017-07-23Windows: Increment version to 1.22-BETA2-Build1Mounir IDRASSI7-14/+14
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after ↵Mounir IDRASSI6-1/+31
upgrade.
2017-07-23Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ↵Mounir IDRASSI2-17/+20
disk size equal to partition size to avoid compatibility issues with existing software.
2017-07-23Windows Driver: add legacy handling for ↵Mounir IDRASSI1-23/+42
IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_DISK_GET_DRIVE_LAYOUT IOCTLs to fix issues with faulty applications and drivers that don't handle them correctly.
2017-07-22Windows: reduce size of MBR bootloader by removing unused functions in each ↵Mounir IDRASSI8-77/+36
build type.
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 ↵Mounir IDRASSI1-1/+1
because of the fix for hidden os boot issue on some machines.
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
extended IOCTLs is enabled in VeraCrypt driver settings.
2017-07-20Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and ↵Mounir IDRASSI1-2/+2
IOCTL_DISK_GET_DRIVE_LAYOUT_EX output by using setting PartitionCount to 4 instead of 1 since this field must always be a multiple of 4 for MBR disks.
2017-07-20Windows driver: remove filesystem detection mechanism when mounting volumes ↵Mounir IDRASSI1-82/+0
since it is not reliable.
2017-07-20Windows: use Secure Desktop for smart card PIN dialog if it is activated for ↵Mounir IDRASSI1-1/+1
password dialog.
2017-07-20Windows: better workaround for cases where ERROR_INVALID_PARAMETER is ↵Mounir IDRASSI2-35/+108
returned during system encryption which is due to 4096-bytes alignment of disk.
2017-07-20Windows: in case of mounting system favorites, call driver to get list of ↵Mounir IDRASSI3-81/+100
drives instead of using SetupAPI in order to fix some rare issues where some disks were not detected at boot.
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
removing unnecessary field from Twofish structure in this case.
2017-07-19Windows MBR Bootloader: workaround for 16-bit compiler internal error when ↵Mounir IDRASSI1-4/+4
compiling Camellia source code. In GET_UINT32_BE macro, we use |= operator instead of ORing shift values.
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 ↵Mounir IDRASSI2-0/+0
64bit assembly changes
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
CreateFile returns ERROR_ACCESS_DENIED
2017-07-09Windows: generate pdb files for binaries in order to help investigate ↵Mounir IDRASSI5-22/+14
crashes in the future.
2017-07-09Windows: install crash handler in case of system favorites service in order ↵Mounir IDRASSI1-0/+18
to be able to clear Pre-Boot password from cache before the service is terminate if a crash happens.
2017-07-09Windows: correctly initialize global critical sections in case if system ↵Mounir IDRASSI3-6/+21
favorites service.
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 ↵Mounir IDRASSI2-71/+10
for key size since we always use it with 256-bit keys.
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 ↵Mounir IDRASSI3-0/+6
encryption: TPM support, full disk encryption and hidden OS. Include this in Windows installer.
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 ↵Mounir IDRASSI1-3/+0
legacy code that applied to previous versioning scheme.
2017-07-07Change 1.21 release date to July 7th 2017Mounir IDRASSI1-1/+1