VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Windows Security: Add new entry point in driver that allows emergency clearin...Mounir IDRASSI9-6/+87
2019-01-09Windows Driver: erase system encryption keys from memory during shutdown/rebo...Mounir IDRASSI1-2/+2
2019-01-09Windows driver: move newly added field in VOLUME_PROPERTIES_STRUCT to the end...Mounir IDRASSI1-1/+1
2018-12-24Windows: Fix mount option to disable Windows Mount Manager can preserved when...Mounir IDRASSI1-3/+1
2018-12-19Windows: update signing script to use newly issued IDRIX EV code signing cert...Mounir IDRASSI2-3/+3
2018-12-19Windows: Increment driver version to 1.24.0.1Mounir IDRASSI6-5/+5
2018-12-19Windows Driver: Don't interact with the volume's filesystem if mount manager ...Mounir IDRASSI1-1/+1
2018-12-19Increment version to 1.24-Beta0Mounir IDRASSI14-34/+34
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ...Mounir IDRASSI8-39/+84
2018-12-19-8/+21
2018-09-03Windows: Don't include DcsBml.efi file in resources if custom configuration n...Mounir IDRASSI1-0/+4
2018-09-03Increment version to 1.23-BETA7 and update release notes.Mounir IDRASSI17-32/+32
2018-09-03Windows: Add EFI bootloader files that are signed by Microsoft and remove fil...Mounir IDRASSI163-119/+1
2018-09-03Windows: add define to support case of using EFI bootloader signed by Microso...Mounir IDRASSI1-3/+24
2018-09-01Linux/FreeBSD: Add 32-bit build configuration targetting legacy CPUs that don...Mounir IDRASSI3-0/+79
2018-09-01Windows: extended Windows defragmenter workaround to Windows 8.1Mounir IDRASSI2-7/+7
2018-09-01Windows: handle case of some disk drivers not supporting IOCTL_DISK_GET_DRIVE...Mounir IDRASSI4-11/+137
2018-08-28Windows: Fix buttons at the bottom not shown when user sets a large system fo...Mounir IDRASSI3-2/+18
2018-08-24Update EFI bootloader for 1.23-BETA6Mounir IDRASSI6-0/+0
2018-08-24Increment version to 1.23-BETA6Mounir IDRASSI17-33/+33
2018-08-24Windows: implement a driver configuration option to explicitly allow defragme...Mounir IDRASSI7-11/+41
2018-08-24Windows: fix language selected in the installer not used by "Create Volume" w...Mounir IDRASSI3-2/+11
2018-08-24Windows: Add check on size of file container to ensure it's smaller than avai...Mounir IDRASSI3-4/+44
2018-08-18Windows: Update signed driver files for 1.22-BETA5Mounir IDRASSI5-1/+1
2018-08-18Increment version to 1.23-BETA5 and update release notesMounir IDRASSI12-32/+32
2018-08-18Windows: Implement workaround on Windows 10 to make VeraCrypt encrypted disks...Mounir IDRASSI3-5/+32
2018-08-16Increment version to 1.23-BETA4 and update release notes.Mounir IDRASSI11-29/+29
2018-08-16Windows: Fix regression that caused the system encryption wizard to crash whe...Mounir IDRASSI2-5/+10
class="p">: err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR : err; } int ZEXPORT uncompress (dest, destLen, source, sourceLen) Bytef *dest; uLongf *destLen; const Bytef *source; uLong sourceLen; { return uncompress2(dest, destLen, source, &sourceLen); }