VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-13Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...Mounir IDRASSI1-2/+2
2021-03-22Windows: first implementation of MSI installer for silent mode deployment (AC...Mounir IDRASSI1-4/+39
2021-02-27Windows: Load UrlUnescapeW dynamically from Shlwapi.dll and use safe URL open...Mounir IDRASSI1-5/+14
2021-02-24Windows: Fix freeze when password dialog displayed in secure desktop and try ...Mounir IDRASSI1-2/+36
2021-02-21Windows: Fix failure to load local HTML documentation if application running ...Mounir IDRASSI1-6/+24
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI1-11/+88
2020-08-06Windows: Fix wrong error message when UTF-8 encoding of entered password exce...Mounir IDRASSI1-1/+1
2020-08-06Windows: Display a warning during system encryption wizard when typed passwor...Mounir IDRASSI1-36/+42
2020-08-06Windows: Display warning message with correct maximum length value when passw...Mounir IDRASSI1-5/+39
2020-08-03Windows: Fix issue in UI for configuration autofix mechanism of bootloaderMounir IDRASSI1-0/+10
2020-08-02Windows: use fix for CVE-2019-19501 only if standard Windows Shell is running...Mounir IDRASSI1-2/+4
2020-07-29Windows: Don't use HRESULT macros SUCCEEDED to check if WinVerifyTrust succee...Mounir IDRASSI1-1/+1
2020-07-22Windows: Add possibility to sign binaries using SHA256 only. This fixes Windo...Mounir IDRASSI1-1/+13
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them i...Mounir IDRASSI1-0/+73
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI1-0/+422
2020-07-02Windows: Don't allow to encrypt the system drive if it is already encrypted b...Mounir IDRASSI1-0/+102
2020-07-02Windows: Replace GetSystemInfo calls by more reliable function to get number ...Mounir IDRASSI1-9/+6
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-6/+0
2020-06-26Windows: fix warning reported by static code analyzed by adding copy construc...Mounir IDRASSI1-4/+8
2020-06-21Windows: call VcProtectKeys in benchmark warm-up when RAM encryption is enabl...Mounir IDRASSI1-0/+4
2020-06-19Windows: Fix wrong results in benchmark of encryption algorithms when RAM enc...Mounir IDRASSI1-0/+5
2020-06-19Windows: remove duplicated function to detect AES-NI support in CPUMounir IDRASSI1-1/+1
2020-06-12Windows: Update IDRIX SHA-1 code signing certificate to latest one.Mounir IDRASSI1-6/+6
2020-06-11Switch from auto_ptr to unique_ptr (#638)Christopher Bergqvist1-1/+1
2020-03-10Update copyright year in creditsVeraCrypt_1.24-Update5Mounir IDRASSI1-3/+3
2020-03-10Windows: Fix compilation error caused by previous keyfile commitMounir IDRASSI1-0/+2
2020-03-10Windows: Fix keyfiles path passed as CLI argument and set as default not alwa...Mounir IDRASSI1-1/+3
2020-02-10Windows: Fix warnings reported by Coverity static code analyzerMounir IDRASSI1-4/+7
2020-01-22Windows: use fix for CVE-2019-19501 only when process elevated otherwise it w...Mounir IDRASSI1-1/+22
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...Mounir IDRASSI1-3/+1
2019-12-13Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...Mounir IDRASSI1-0/+9
2019-12-08Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ...Mounir IDRASSI1-1/+2
2019-12-08Windows: enhancements to the mechanism preserving file timestamps, especially...Mounir IDRASSI1-3/+8
2019-12-05Windows: Modify memory process protection when running with admin privileges ...Mounir IDRASSI1-1/+12
2019-12-05Windows: Enhancement to the fix for CVE-2019-19501Mounir IDRASSI1-3/+6
2019-12-03Windows: Fix possible local privilege escalation vulnerability during executi...Mounir IDRASSI1-21/+230
2019-11-27Windows: compatibility with multi-OS boot configuration by only setting VeraC...Mounir IDRASSI1-7/+15
2019-11-04Windows: Display error message when password is too long and legacy maximum l...Mounir IDRASSI1-1/+1
2019-10-20Windows: Add checks that the System Favorites service is running. Warn user i...Mounir IDRASSI1-1/+1
2019-10-03Windows: If Secure Desktop is started and random generator was not initialize...Mounir IDRASSI1-53/+70
2019-09-30Windows: when periodic update of device is disabled, use SetupAPI to list dis...Mounir IDRASSI1-1/+3
2019-09-29Windows: Update the encoded hash of the code signing certificate used to veri...Mounir IDRASSI1-6/+6
2019-09-29Windows: Use periodic update of connected devices only if there is a Favorite...Mounir IDRASSI1-1/+4
2019-09-27Windows: fix another typo in code comment (hopefully last one!)Mounir IDRASSI1-1/+1
2019-09-27Windows: fix typo in code commentMounir IDRASSI1-1/+1
2019-09-26Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by...Mounir IDRASSI1-1/+5
2019-03-03Fix formatting of credits in About dialog and documentationMounir IDRASSI1-1/+1
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ins...Mounir IDRASSI1-5/+9
2019-03-02Windows: fix compilation errorMounir IDRASSI1-1/+1
2019-03-02Windows: mitigate some memory attacks by making VeraCrypt applications memory...Mounir IDRASSI1-0/+90