Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Dlgcode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
Windows: Don't close Setup when exiting VeraCrypt process through system tray...
Mounir IDRASSI
1
-1
/
+2
2023-10-08
Windows: Modified implementation for Secure Desktop handling to overcome Wind...
Mounir IDRASSI
1
-54
/
+82
2023-10-05
Update various copyright dates
Mounir IDRASSI
1
-3
/
+3
2023-09-26
Windows: during Setup, and if VeraCrypt already installed, open online help o...
Mounir IDRASSI
1
-3
/
+39
2023-09-24
Windows: always open online help in case of Setup because local help may be o...
Mounir IDRASSI
1
-0
/
+6
2023-09-24
Windows: Add tooltip message and help button for new option to disable memory...
Mounir IDRASSI
1
-0
/
+122
2023-09-21
Windows: Load Riched20.dll to use RichEdit control. Use InitCommonControlsEx ...
VeraCrypt_1.26.6
Mounir IDRASSI
1
-2
/
+7
2023-09-21
Windows: use separate name for SetProcessMitigationPolicy function point. Rem...
Mounir IDRASSI
1
-11
/
+5
2023-09-20
Windows: Add setting in main UI and setup wizard to disable memory protection
Mounir IDRASSI
1
-2
/
+9
2023-09-18
Windows Security: make memory protection enabled by default. Add process miti...
Mounir IDRASSI
1
-2
/
+127
2023-09-11
Windows: replace CoInitialize calls with CoInitializeEx
Mounir IDRASSI
1
-4
/
+4
2023-09-08
Windows: Add link in keyfiles dialog to documentation page for risks of third...
Mounir IDRASSI
1
-0
/
+12
2023-09-03
Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...
Mounir IDRASSI
1
-173
/
+240
2023-09-03
Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...
Mounir IDRASSI
1
-119
/
+72
2023-09-03
Windows: simpler and more robust safe dll loading combined with delay loading...
Mounir IDRASSI
1
-626
/
+102
2023-08-13
Windows: Implement support for mounting partially encrypted system partitions
Mounir IDRASSI
1
-0
/
+11
2023-08-13
Windows: Better way to enable required privileges for FastCreate Options
Mounir IDRASSI
1
-0
/
+85
2023-08-10
Windows: Fix failure creating Traveler Disk caused by outdated hardcoded valu...
Mounir IDRASSI
1
-10
/
+10
2023-08-05
Windows: Fix false positive detection of new device insertion when clear keys...
Mounir IDRASSI
1
-0
/
+32
2023-07-24
Linux/macOS: Remove TrueCrypt support
Mounir IDRASSI
1
-5
/
+0
2023-07-22
Windows: Remove TrueCrypt support. Increment version to 1.26.4.
Mounir IDRASSI
1
-31
/
+8
2023-07-18
Windows: Fix compiler warnings
Mounir IDRASSI
1
-2
/
+1
2023-07-17
Windows: Fix buffer overrun caused by bug in UpperCaseCopy function
Mounir IDRASSI
1
-3
/
+3
2023-07-15
Windows: enhance secure desktop handling to try to workaround Windows 11 issue
Mounir IDRASSI
1
-30
/
+49
2023-07-02
Windows: Fix regression when creating multiple keyfiles with a fixed size
Mounir IDRASSI
1
-3
/
+2
2023-07-01
Windows: fix compilation warnings
Mounir IDRASSI
1
-3
/
+3
2023-06-29
EMV keyfile support: Overall code improvements and bug fixes
Mounir IDRASSI
1
-5
/
+9
2023-06-28
Add EMV functionality (#1080)
mmauv
1
-25
/
+33
2023-06-23
Windows: Make SetPrivilege return error if AdjustTokenPrivileges cannot adjus...
Mounir IDRASSI
1
-2
/
+5
2023-06-20
Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles
Mounir IDRASSI
1
-17
/
+56
2023-06-06
Update copyright on various files
Mounir IDRASSI
1
-3
/
+3
2023-06-02
Windows: Add dropdown menu to Mount button to allow mounting without cache
Mounir IDRASSI
1
-1
/
+1
2022-12-11
Revert "New sys enc wizard (#957)"
Mounir IDRASSI
1
-61
/
+10
2022-08-25
New sys enc wizard (#957)
SysEncWizardPR957
Felix Reichmann
1
-10
/
+61
2022-08-25
Minor bugfixes (#950)
Wendigo
1
-5
/
+11
2022-03-26
Windows: Add various checks to address Coverity reported issues.
Mounir IDRASSI
1
-3
/
+7
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
1
-11
/
+8
2022-02-11
Update copyrights following integration of LZMA SDK
Mounir IDRASSI
1
-1
/
+2
2022-02-10
Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...
Mounir IDRASSI
1
-934
/
+950
2022-02-02
Windows: Fix failure to verify driver file signature since it is signed by Mi...
Mounir IDRASSI
1
-1
/
+12
2022-02-01
Windows: Make MSI installer compatible with System Encryption by leveraging V...
Mounir IDRASSI
1
-4
/
+14
2022-01-30
Windows: Fix wrong check on IUnknown_QueryService function pointer
Mounir IDRASSI
1
-1
/
+1
2022-01-30
Windows: Enhancement to CVE-2019-19501 fix to using IShellDispatch2::ShellExe...
Mounir IDRASSI
1
-4
/
+119
2022-01-07
Windows: Update IDRIX SHA-256 code signing certificate to latest one
Mounir IDRASSI
1
-6
/
+6
2022-01-02
Windows: Restore support of Windows 7, 8/8.1 by using single attestation sign...
Mounir IDRASSI
1
-4
/
+230
2022-01-02
Update copyright year to 2022
Mounir IDRASSI
1
-2
/
+2
2021-12-04
Windows: Implement TESTSIGNING build configuration that allows running under ...
Mounir IDRASSI
1
-2
/
+52
2021-11-21
Windows: Restrict supported Windows versions to XP, 10 and 11 because of new ...
Mounir IDRASSI
1
-22
/
+7
2021-09-02
Windows: Implement a new way to detect Windows version to overcome MSI limita...
Mounir IDRASSI
1
-0
/
+53
2021-08-30
Windows: Set minimal supported version to Windows 8 since our driver is now s...
Mounir IDRASSI
1
-2
/
+2
[next]