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
2021-08-30
Update copyright year to 2021
Mounir IDRASSI
1
-2
/
+2
2021-08-30
Windows: Update IDRIX SHA-256 code signing certificate to latest one
Mounir IDRASSI
1
-6
/
+6
2021-08-02
Windows: Fix wrong detection of ARM architecture
Mounir IDRASSI
1
-1
/
+1
2021-07-14
Windows: Use only SHA256 certificate for code signature verification since SH...
Mounir IDRASSI
1
-12
/
+1
2021-07-13
Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...
Mounir IDRASSI
1
-2
/
+2
2021-03-22
Windows: first implementation of MSI installer for silent mode deployment (AC...
Mounir IDRASSI
1
-4
/
+39
2021-02-27
Windows: Load UrlUnescapeW dynamically from Shlwapi.dll and use safe URL open...
Mounir IDRASSI
1
-5
/
+14
2021-02-24
Windows: Fix freeze when password dialog displayed in secure desktop and try ...
Mounir IDRASSI
1
-2
/
+36
2021-02-21
Windows: Fix failure to load local HTML documentation if application running ...
Mounir IDRASSI
1
-6
/
+24
2021-01-02
Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...
Mounir IDRASSI
1
-11
/
+88
2020-08-06
Windows: Fix wrong error message when UTF-8 encoding of entered password exce...
Mounir IDRASSI
1
-1
/
+1
2020-08-06
Windows: Display a warning during system encryption wizard when typed passwor...
Mounir IDRASSI
1
-36
/
+42
2020-08-06
Windows: Display warning message with correct maximum length value when passw...
Mounir IDRASSI
1
-5
/
+39
2020-08-03
Windows: Fix issue in UI for configuration autofix mechanism of bootloader
Mounir IDRASSI
1
-0
/
+10
2020-08-02
Windows: use fix for CVE-2019-19501 only if standard Windows Shell is running...
Mounir IDRASSI
1
-2
/
+4
2020-07-29
Windows: Don't use HRESULT macros SUCCEEDED to check if WinVerifyTrust succee...
Mounir IDRASSI
1
-1
/
+1
2020-07-22
Windows: Add possibility to sign binaries using SHA256 only. This fixes Windo...
Mounir IDRASSI
1
-1
/
+13
2020-07-21
Windows: Implement detection of Hibernate and Fast Startup and disable them i...
Mounir IDRASSI
1
-0
/
+73
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
[prev]
[next]