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