VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Windows: Add tooltip message and help button for new option to disable memory...Mounir IDRASSI1-0/+24
2023-09-20Windows: Add setting in main UI and setup wizard to disable memory protectionMounir IDRASSI1-0/+24
2023-09-18Windows Security: make memory protection enabled by default. Add process miti...Mounir IDRASSI1-1/+1
2023-09-11Windows: replace CoInitialize calls with CoInitializeExMounir IDRASSI1-1/+1
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...Mounir IDRASSI1-4/+4
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI1-33/+27
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI1-1/+0
2023-08-05Windows: Fix false positive detection of new device insertion when clear keys...Mounir IDRASSI1-0/+124
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-205/+39
2023-07-01Windows: Don't make Mount button split button if it is for dismountingMounir IDRASSI1-44/+62
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI1-4/+4
2023-06-28Add EMV functionality (#1080)mmauv1-12/+15
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI1-5/+71
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-1/+9
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI1-2/+2
2022-02-10Windows: Make Travel Disk contains 32-bit and arm64 binaries when VeraCrypt i...Mounir IDRASSI1-89/+91
2022-02-02Windows: Fix failure to create Traveler Disk when VeraCrypt is installed usin...Mounir IDRASSI1-59/+129
2022-02-01Windows: Make MSI installer compatible with System Encryption by leveraging V...Mounir IDRASSI1-16/+40
2021-11-29Windows: Try to workaround Windows Updates issues by fixing of bootloader and...Mounir IDRASSI1-27/+51
2021-07-14Windows: Copy ARM64 binaries when creating Traveler Disk and when VeraCrypt i...Mounir IDRASSI1-0/+16
2021-07-13Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...Mounir IDRASSI1-6/+6
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...Mounir IDRASSI1-0/+56
2020-08-03Windows: Fix issue in UI for configuration autofix mechanism of bootloaderMounir IDRASSI1-29/+24
2020-08-02Windows: Fix UI for blocking TRIM in system encryption not working in MBR boo...Mounir IDRASSI1-5/+8
2020-07-21Windows: Implement detection of Hibernate and Fast Startup and disable them i...Mounir IDRASSI1-0/+37
2020-07-08Windows: Add UI options to control the behavior of automatic bootloader fixin...Mounir IDRASSI1-2/+84
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI1-0/+70
2020-07-02Windows: Replace GetSystemInfo calls by more reliable function to get number ...Mounir IDRASSI1-7/+7
2020-06-28Windows: Fix failure to detect suspension of machine that caused mounted volu...Mounir IDRASSI1-12/+47
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-14/+6
2020-06-19Windows: remove duplicated function to detect AES-NI support in CPUMounir IDRASSI1-1/+1
2020-03-10Windows: Fix keyfiles path passed as CLI argument and set as default not alwa...Mounir IDRASSI1-3/+6
2020-02-10Windows: Fix warnings reported by Coverity static code analyzerMounir IDRASSI1-0/+7
2020-01-21Windows: Support notifying WAITFOR.EXE Windows command when VeraCrypt.exe exi...Mounir IDRASSI1-0/+54
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...Mounir IDRASSI1-0/+14
2019-12-13Windows: check "TrueCrypt Mode" in password dialog when mounting a file conta...Mounir IDRASSI1-1/+1
2019-12-08Windows: enhancements to the mechanism preserving file timestamps, especially...Mounir IDRASSI1-9/+15
2019-11-28Windows: Don't write extra 0x00 byte at the end of DcsProp file when modifyin...Mounir IDRASSI1-3/+4
2019-11-22Windows: Add new registry flags for SystemFavoritesService to control updatin...Mounir IDRASSI1-2/+9
2019-11-12Windows: Allow system encrypted devices to be mounted from WindowsPE - even i...csware1-4/+9
2019-10-27Windows: use strcmp to compare effective content of std::string since == oper...VeraCrypt_1.24-Hotfix1Mounir IDRASSI1-1/+1
2019-10-27Windows: Only update boot configuration on disk if the user actually changed ...Mounir IDRASSI1-25/+29
2019-10-27Windows: Update EFI NVRAM variable only if changed or doesn't exist and add c...Mounir IDRASSI1-1/+4
2019-10-25Windows: for system encryption case, also perform automatic fix of boot confi...Mounir IDRASSI1-14/+10
2019-10-20Windows: Add checks that the System Favorites service is running. Warn user i...Mounir IDRASSI1-1/+31
2019-09-29Windows: Use periodic update of connected devices only if there is a Favorite...Mounir IDRASSI1-8/+15
2019-09-26Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by...Mounir IDRASSI1-1/+6
2019-09-24Windows: fix HourGlass cursor showing up in main UI after launching disk decr...Mounir IDRASSI1-4/+0
2019-03-08Windows: inform user that RAM encryption setting requires reboot to take effectMounir IDRASSI1-1/+23
2019-03-03Windows: Add command line switch (/m noattach) that is equivalent to UI optio...Mounir IDRASSI1-0/+4