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
2020-07-06
Windows: Support direct password drag-n-drop from external applications (e.g....
Mounir IDRASSI
1
-0
/
+422
2020-07-02
Windows: Don't allow to encrypt the system drive if it is already encrypted b...
Mounir IDRASSI
1
-0
/
+102
2020-07-02
Windows: Replace GetSystemInfo calls by more reliable function to get number ...
Mounir IDRASSI
1
-9
/
+6
2020-06-28
Windows: remove unused code targeting Windows 2000.
Mounir IDRASSI
1
-6
/
+0
2020-06-26
Windows: fix warning reported by static code analyzed by adding copy construc...
Mounir IDRASSI
1
-4
/
+8
2020-06-21
Windows: call VcProtectKeys in benchmark warm-up when RAM encryption is enabl...
Mounir IDRASSI
1
-0
/
+4
2020-06-19
Windows: Fix wrong results in benchmark of encryption algorithms when RAM enc...
Mounir IDRASSI
1
-0
/
+5
2020-06-19
Windows: remove duplicated function to detect AES-NI support in CPU
Mounir IDRASSI
1
-1
/
+1
2020-06-12
Windows: Update IDRIX SHA-1 code signing certificate to latest one.
Mounir IDRASSI
1
-6
/
+6
2020-06-11
Switch from auto_ptr to unique_ptr (#638)
Christopher Bergqvist
1
-1
/
+1
2020-03-10
Update copyright year in credits
VeraCrypt_1.24-Update5
Mounir IDRASSI
1
-3
/
+3
2020-03-10
Windows: Fix compilation error caused by previous keyfile commit
Mounir IDRASSI
1
-0
/
+2
2020-03-10
Windows: Fix keyfiles path passed as CLI argument and set as default not alwa...
Mounir IDRASSI
1
-1
/
+3
2020-02-10
Windows: Fix warnings reported by Coverity static code analyzer
Mounir IDRASSI
1
-4
/
+7
2020-01-22
Windows: use fix for CVE-2019-19501 only when process elevated otherwise it w...
Mounir IDRASSI
1
-1
/
+22
2020-01-21
Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...
Mounir IDRASSI
1
-3
/
+1
2019-12-13
Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...
Mounir IDRASSI
1
-0
/
+9
2019-12-08
Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ...
Mounir IDRASSI
1
-1
/
+2
2019-12-08
Windows: enhancements to the mechanism preserving file timestamps, especially...
Mounir IDRASSI
1
-3
/
+8
2019-12-05
Windows: Modify memory process protection when running with admin privileges ...
Mounir IDRASSI
1
-1
/
+12
2019-12-05
Windows: Enhancement to the fix for CVE-2019-19501
Mounir IDRASSI
1
-3
/
+6
2019-12-03
Windows: Fix possible local privilege escalation vulnerability during executi...
Mounir IDRASSI
1
-21
/
+230
2019-11-27
Windows: compatibility with multi-OS boot configuration by only setting VeraC...
Mounir IDRASSI
1
-7
/
+15
2019-11-04
Windows: Display error message when password is too long and legacy maximum l...
Mounir IDRASSI
1
-1
/
+1
2019-10-20
Windows: Add checks that the System Favorites service is running. Warn user i...
Mounir IDRASSI
1
-1
/
+1
2019-10-03
Windows: If Secure Desktop is started and random generator was not initialize...
Mounir IDRASSI
1
-53
/
+70
2019-09-30
Windows: when periodic update of device is disabled, use SetupAPI to list dis...
Mounir IDRASSI
1
-1
/
+3
2019-09-29
Windows: Update the encoded hash of the code signing certificate used to veri...
Mounir IDRASSI
1
-6
/
+6
2019-09-29
Windows: Use periodic update of connected devices only if there is a Favorite...
Mounir IDRASSI
1
-1
/
+4
2019-09-27
Windows: fix another typo in code comment (hopefully last one!)
Mounir IDRASSI
1
-1
/
+1
2019-09-27
Windows: fix typo in code comment
Mounir IDRASSI
1
-1
/
+1
2019-09-26
Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by...
Mounir IDRASSI
1
-1
/
+5
2019-03-03
Fix formatting of credits in About dialog and documentation
Mounir IDRASSI
1
-1
/
+1
2019-03-03
Windows: Add option to use legacy maximum password length (64 characters) ins...
Mounir IDRASSI
1
-5
/
+9
2019-03-02
Windows: fix compilation error
Mounir IDRASSI
1
-1
/
+1
2019-03-02
Windows: mitigate some memory attacks by making VeraCrypt applications memory...
Mounir IDRASSI
1
-0
/
+90
2019-03-02
Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...
Mounir IDRASSI
1
-0
/
+82
2019-02-12
Add copyright and license information of JitterEntropy library by Stephan Mue...
Mounir IDRASSI
1
-2
/
+3
2019-02-10
Windows: Ensure that only one thread at a time can create a secure desktop
Mounir IDRASSI
1
-0
/
+8
2019-02-04
Automatically truncate passwords for TrueCrypt volumes and System Encryption ...
Mounir IDRASSI
1
-1
/
+3
2019-01-28
Increase password maximum length to 128 bytes from 64 bytes
Mounir IDRASSI
1
-0
/
+3
2019-01-26
Windows: Add a build configuration containing EFI bootloader signed with cust...
Mounir IDRASSI
1
-1
/
+1
2019-01-21
Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...
Mounir IDRASSI
1
-3
/
+3
2018-12-19
Windows: Add mount option that allows mounting a volume without attaching it ...
Mounir IDRASSI
1
-6
/
+5
2018-09-03
Windows: fix regression when language selected in the setup during fresh inst...
Mounir IDRASSI
1
-8
/
+7
2018-09-01
Windows: handle case of some disk drivers not supporting IOCTL_DISK_GET_DRIVE...
Mounir IDRASSI
1
-3
/
+51
2018-08-24
Windows: fix language selected in the installer not used by "Create Volume" w...
Mounir IDRASSI
1
-0
/
+9
2018-08-16
Windows: Fix regression that caused the system encryption wizard to crash whe...
Mounir IDRASSI
1
-2
/
+7
2018-08-15
Windows: Add various checks and replace STL code after Coverity report
Mounir IDRASSI
1
-22
/
+12
2018-08-12
Windows Installer: implement language selection mechanism at the start of the...
Mounir IDRASSI
1
-1
/
+17
[next]