VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Windows Driver: Use KeQueryInterruptTimePrecise on Windows 8.1 and newer as b...Mounir IDRASSI1-0/+4
2023-09-26Windows: during Setup, and if VeraCrypt already installed, open online help o...Mounir IDRASSI2-3/+40
2023-09-24Libzip 1.10.1 (#1209)DLL12518-32/+87
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 IDRASSI4-2/+129
2023-09-21Windows: Load Riched20.dll to use RichEdit control. Use InitCommonControlsEx ...VeraCrypt_1.26.6Mounir IDRASSI1-2/+7
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-3/+3
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 IDRASSI4-3/+13
2023-09-18Windows Security: make memory protection enabled by default. Add process miti...Mounir IDRASSI4-3/+136
2023-09-15Update Language.xml (#1199)TigerxWood1-1/+1
2023-09-11Windows: replace CoInitialize calls with CoInitializeExMounir IDRASSI2-5/+5
2023-09-08Windows: Add link in keyfiles dialog to documentation page for risks of third...Mounir IDRASSI5-10/+33
2023-09-08Update Language.xml (#1192)TigerxWood1-1/+1
2023-09-06Windows: remove recommendation of keyfiles files extensions and update docume...Mounir IDRASSI2-1/+14
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...Mounir IDRASSI3-190/+264
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI3-152/+77
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI2-627/+102
2023-08-20Windows: Set minimum build target to Windows 7Mounir IDRASSI1-1/+1
2023-08-20Update zlib to latest (#1181)DLL12523-1485/+918
2023-08-15Update Release Notes and set date of 1.26.5 to August 15thMounir IDRASSI1-1/+1
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-2/+2
2023-08-13Windows: Implement support for mounting partially encrypted system partitionsMounir IDRASSI3-0/+13
2023-08-13Windows: Better way to enable required privileges for FastCreate OptionsMounir IDRASSI5-8/+144
2023-08-10Windows: Fix failure creating Traveler Disk caused by outdated hardcoded valu...Mounir IDRASSI1-10/+10
2023-08-06Linux: capture both stdout and stderr in popen call to avoid printing anythingMounir IDRASSI1-2/+2
2023-08-05Security: ensure that XTS primary key is different from secondary key when cr...Mounir IDRASSI1-0/+9
2023-08-05Windows: Fix false positive detection of new device insertion when clear keys...Mounir IDRASSI6-1/+73
2023-07-24Update Release Notes and set date of 1.26.4 to July 24thMounir IDRASSI1-1/+1
2023-07-24Linux/macOS: Remove TrueCrypt supportMounir IDRASSI2-8/+2
2023-07-23XML Language files: remove \r from new entries as it is automatically added b...Mounir IDRASSI1-7/+7
2023-07-23Windows: Make Expander progress messages translatableMounir IDRASSI1-0/+7
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI15-127/+51
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-17Windows: Fix link error with latest libzip by adding new file zip_source_pass...Mounir IDRASSI3-0/+5
2023-07-17Libzip (#1152)DLL12577-541/+1376
2023-07-16Windows: fix issue with fastCreate by requesting SE_MANAGE_VOLUME_NAME privil...Mounir IDRASSI1-26/+28
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-02Renormalize 7zWindows.h from CRLF to LF line separator as intended (#1144)Jertzukka1-101/+101
2023-07-02Fix compiler type-cast warningsMounir IDRASSI2-2/+2
2023-07-02Update Release Notes with latest changes.Mounir IDRASSI1-2/+2
2023-07-01Windows: Add missing header changes needed for previous commitMounir IDRASSI1-2/+2
2023-07-01Windows: Make API formatting fallback to format.com in case of elevation. rem...Mounir IDRASSI2-53/+20
2023-07-01Windows: fix compilation warningsMounir IDRASSI1-3/+3
2023-07-01Windows: Fix formatting issue during volume creation by using /Y for format.c...Mounir IDRASSI3-31/+83
2023-06-30Correctly detect ARM builds when listing CPU features in headersMounir IDRASSI1-2/+2
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI30-1320/+3905
2023-06-28Add EMV functionality (#1080)mmauv14-355/+1952