VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-26Windows: during Setup, and if VeraCrypt already installed, open online help o...Mounir IDRASSI1-0/+1
2023-09-24Windows: Add tooltip message and help button for new option to disable memory...Mounir IDRASSI1-0/+3
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI1-0/+1
2023-09-18Windows Security: make memory protection enabled by default. Add process miti...Mounir IDRASSI1-1/+3
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...Mounir IDRASSI1-4/+3
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI1-1/+0
2023-08-13Windows: Better way to enable required privileges for FastCreate OptionsMounir IDRASSI1-0/+2
2023-08-05Windows: Fix false positive detection of new device insertion when clear keys...Mounir IDRASSI1-0/+4
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-3/+2
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI1-1/+1
2023-06-28Add EMV functionality (#1080)mmauv1-0/+1
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI1-4/+0
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-0/+4
2022-01-02Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign...Mounir IDRASSI1-0/+3
2021-12-04Windows: Implement TESTSIGNING build configuration that allows running under ...Mounir IDRASSI1-0/+24
2021-02-24Windows: Fix freeze when password dialog displayed in secure desktop and try ...Mounir IDRASSI1-1/+3
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI1-0/+1
2020-08-03Windows: Fix issue in UI for configuration autofix mechanism of bootloaderMounir IDRASSI1-0/+1
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them i...Mounir IDRASSI1-0/+1
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI1-0/+55
2020-07-02Windows: Don't allow to encrypt the system drive if it is already encrypted b...Mounir IDRASSI1-0/+8
2020-06-26Windows: fix warning reported by static code analyzed by adding copy construc...Mounir IDRASSI1-0/+24
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...Mounir IDRASSI1-0/+1
2019-12-13Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...Mounir IDRASSI1-0/+1
2019-12-03Windows: Fix possible local privilege escalation vulnerability during executi...Mounir IDRASSI1-0/+1
2019-11-27Windows: compatibility with multi-OS boot configuration by only setting VeraC...Mounir IDRASSI1-0/+2
2019-10-20Windows: Add checks that the System Favorites service is running. Warn user i...Mounir IDRASSI1-1/+1
2019-09-29Windows: Use periodic update of connected devices only if there is a Favorite...Mounir IDRASSI1-0/+3
2019-09-26Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by...Mounir IDRASSI1-0/+1
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ins...Mounir IDRASSI1-0/+1
2019-03-02Windows: mitigate some memory attacks by making VeraCrypt applications memory...Mounir IDRASSI1-0/+1
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...Mounir IDRASSI1-0/+3
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ...Mounir IDRASSI1-1/+1
2018-09-03Windows: fix regression when language selected in the setup during fresh inst...Mounir IDRASSI1-0/+3
2018-08-07Windows: Display a balloon tip warning or error message when the value pasted...Mounir IDRASSI1-0/+1
2018-05-03Windows: Support machines without "EFI\Boot" folder for EFI system encryption...Mounir IDRASSI1-0/+1
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-1/+1
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-0/+3
2018-04-23Windows: implement internal verification of Authenticode digital signature fo...Mounir IDRASSI1-1/+1
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all dis...Mounir IDRASSI1-2/+2
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after up...Mounir IDRASSI1-1/+4
2017-07-20Windows: in case of mounting system favorites, call driver to get list of dri...Mounir IDRASSI1-1/+1
2017-07-09Windows: correctly initialize global critical sections in case if system favo...Mounir IDRASSI1-0/+2
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite along...Mounir IDRASSI1-1/+1
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-11Windows: various fixes following Coverity analysis.Mounir IDRASSI1-0/+1
2017-06-08Windows: Validate XML format of EFI DcsProp after user editing and before wri...Mounir IDRASSI1-0/+1
2017-06-05Beta2 patch 1kavsrf1-0/+1
2017-06-05Windows: Correctly open online help when selected in menu. Remove unused para...Mounir IDRASSI1-1/+1
2017-06-01Windows: fix high CPU usage when a favorite is configured to mount using Volu...Mounir IDRASSI1-3/+29