VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ins...Mounir IDRASSI1-5/+9
2019-03-02Windows: fix compilation errorMounir IDRASSI1-1/+1
2019-03-02Windows: mitigate some memory attacks by making VeraCrypt applications memory...Mounir IDRASSI1-0/+90
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...Mounir IDRASSI1-0/+82
2019-02-12Add copyright and license information of JitterEntropy library by Stephan Mue...Mounir IDRASSI1-2/+3
2019-02-10Windows: Ensure that only one thread at a time can create a secure desktopMounir IDRASSI1-0/+8
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ...Mounir IDRASSI1-1/+3
2019-01-28Increase password maximum length to 128 bytes from 64 bytesMounir IDRASSI1-0/+3
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with cust...Mounir IDRASSI1-1/+1
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...Mounir IDRASSI1-3/+3
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ...Mounir IDRASSI1-6/+5
2018-09-03Windows: fix regression when language selected in the setup during fresh inst...Mounir IDRASSI1-8/+7
2018-09-01Windows: handle case of some disk drivers not supporting IOCTL_DISK_GET_DRIVE...Mounir IDRASSI1-3/+51
2018-08-24Windows: fix language selected in the installer not used by "Create Volume" w...Mounir IDRASSI1-0/+9
2018-08-16Windows: Fix regression that caused the system encryption wizard to crash whe...Mounir IDRASSI1-2/+7
2018-08-15Windows: Add various checks and replace STL code after Coverity reportMounir IDRASSI1-22/+12
2018-08-12Windows Installer: implement language selection mechanism at the start of the...Mounir IDRASSI1-1/+17
2018-08-07Windows: Display a balloon tip warning or error message when the value pasted...Mounir IDRASSI1-2/+134
2018-08-06Windows: fix warning in debug buildMounir IDRASSI1-0/+3
2018-08-06Windows: avoid timeout of Secure Desktop display by waiting for the user to b...Mounir IDRASSI1-3/+16
2018-06-24Windows: in DEBUG mode, disable verification to Authenticode signature of bin...Mounir IDRASSI1-1/+5
2018-05-03Windows: Support machines without "EFI\Boot" folder for EFI system encryption...Mounir IDRASSI1-0/+19
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-6/+4
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-0/+125
2018-04-23Windows: handle case when parameter of VerifyModuleSignature is enclosed betw...Mounir IDRASSI1-1/+16
2018-04-23Windows: implement internal verification of Authenticode digital signature fo...Mounir IDRASSI1-14/+155
2018-03-25Windows: handle rare case where call to SwitchDestop fails when trying to dis...Mounir IDRASSI1-11/+30
2018-03-25Windows: use cleaner approach to implement bringing our windows to foreground...Mounir IDRASSI1-14/+23
2018-03-25Windows: ensure that out secure desktop has always user input to avoid cases ...Mounir IDRASSI1-0/+76
2018-03-20Windows: Fix some cases of external applications freezing during mount/dismou...Mounir IDRASSI1-1/+38
2018-03-18Update various copyright dates.Mounir IDRASSI1-4/+4
2018-03-13Windows: when /silent specified in command line, avoid performing any WIN32 U...Mounir IDRASSI1-7/+7
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all dis...Mounir IDRASSI1-29/+39
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls t...Mounir IDRASSI1-134/+137
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after up...Mounir IDRASSI1-0/+13
2017-07-20Windows: enable secure desktop feature for VeraCrypt Format application.Mounir IDRASSI1-2/+2
2017-07-20Windows: use Secure Desktop for smart card PIN dialog if it is activated for ...Mounir IDRASSI1-1/+1
2017-07-20Windows: in case of mounting system favorites, call driver to get list of dri...Mounir IDRASSI1-76/+95
2017-07-09Windows: when listing connected devices, consider that a partition exists if ...Mounir IDRASSI1-2/+3
2017-07-09Windows: correctly initialize global critical sections in case if system favo...Mounir IDRASSI1-6/+15
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-02Windows: when mounting multiple favorites, use PIM of previous favorite along...Mounir IDRASSI1-4/+4
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-3/+3
2017-06-11Windows: various fixes following Coverity analysis.Mounir IDRASSI1-49/+109
2017-06-11Windows: Add checks on IOCTL_DISK_GET_DRIVE_LAYOUT_EX response to make Coveri...Mounir IDRASSI1-44/+48
2017-06-11Windows: Remove unused "Parent" field in _TEXT_EDIT_DIALOG_PARAM structureMounir IDRASSI1-1/+1
2017-06-11Windows: fix GetPhysicalDriveStorageInformation failure caused by device hand...Mounir IDRASSI1-1/+0
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-1/+1
2017-06-10Windows: reduce WNetGetConnection performance impact by making calls every 1 ...Mounir IDRASSI1-2/+2
2017-06-08Windows: Validate XML format of EFI DcsProp after user editing and before wri...Mounir IDRASSI1-7/+18