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