VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-24Linux/macOS: Remove TrueCrypt supportMounir IDRASSI42-348/+133
2023-07-23Linux/macOS:Add EMV option checkbox to the fbp file. Remove TrueCrypt ↵Mounir IDRASSI3-9698/+2294
checkboxes. We also update to wxFormBuilder 3.10.1
2023-07-23Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-1/+1
2023-07-23XML Language files: remove \r from new entries as it is automatically added ↵Mounir IDRASSI42-294/+294
by code
2023-07-23Windows: update signed driversMounir IDRASSI6-0/+0
2023-07-23Windows: Update driver inf file to meet new requirements for Microsoft ↵Mounir IDRASSI1-10/+16
driver submission
2023-07-23Documentation: Indicate that TrueCrypt support is dropped starting from ↵Mounir IDRASSI2-0/+3
version 1.26
2023-07-23Translations: Add new entries. update Russian XML file by Dmitry Yerokhin. ↵Mounir IDRASSI41-93/+420
Increment version to 1.26.4
2023-07-23Windows: Make Expander progress messages translatableMounir IDRASSI2-7/+14
2023-07-23Update UserInterface.cpp (#1155)Springfield Data Recovery1-1/+1
Docs specify cascading encryption should be specified as "AES(Twofish)" but on Linux it requires "AES-Twofish".
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI46-533/+167
2023-07-18Windows: Fix compiler warningsMounir IDRASSI2-3/+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 ↵Mounir IDRASSI3-0/+5
zip_source_pass_to_lower_layer.c tp VS projects
2023-07-17Libzip (#1152)DLL12577-541/+1376
* Update LZMA to latest * Update Libzip Libzip updated to latest.
2023-07-16Windows: fix issue with fastCreate by requesting SE_MANAGE_VOLUME_NAME ↵Mounir IDRASSI1-26/+28
privilege before calling CreateFile This ensures that the returned handle inherits the privilege
2023-07-16Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-2/+2
2023-07-16HTML Documentation: Add Russian translation by Dmitry YerokhinMounir IDRASSI23-112/+1960
2023-07-15Windows: enhance secure desktop handling to try to workaround Windows 11 issueMounir IDRASSI1-30/+49
Several enhancements implemented: - replace CreateThread by _beginthreadex to avoid potential issues when using C runtime - use an event to notify monitoring thread to stop instead of a volatile boolean - perform switch to the regular desktop in the main thread and not in the secure desktop thread
2023-07-13Language XML files: update Russian XML file by Dmitry Yerokhin.Mounir IDRASSI1-58/+58
2023-07-11Windows: when overwriting an existing file container, add its current size ↵Mounir IDRASSI1-0/+7
to the available free space
2023-07-11Update the Release Notes with URL related to the EMV project by the studentsMounir IDRASSI2-11/+11
2023-07-11Language XML files: update Czech translation (contributed by Lagardere)Mounir IDRASSI1-55/+55
2023-07-07Windows: Add a PowerShell script that can be used to create a volume from a ↵Mounir IDRASSI1-0/+250
given directory or file The script will try to calculate the minimal required size to store the given directory or file in the exFAT formatted volume
2023-07-07Release Notes: Fix typoMounir IDRASSI2-2/+2
2023-07-06Update Language.de.xml (#1148)Mr-Update1-59/+59
- Translation completed - Salutation pronouns corrected
2023-07-05Linux: Overwriting file container allows you to use its space (#1147)Jertzukka1-0/+6
When replacing a file container, we increase the `diskSpace` by the file container's size. This doesn't affect the hidden volume space logic, as in that case we use `MaxVolumeSize` when `MaxVolumeSizeValid` is true instead of `AvailableDiskSpace`.
2023-07-05Updates on WinCompiling docs and script (#1146)Jertzukka2-11/+12
2023-07-02Update .gitignore with .idea/ and blake2s build artifacts (#1145)Jertzukka1-0/+5
2023-07-02Fix typos in Release NotesMounir IDRASSI2-2/+2
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-02Indicate in Release Notes that EMV support must be enabled in the settingsMounir IDRASSI2-0/+1
2023-07-02Fix compiler type-cast warningsMounir IDRASSI2-2/+2
2023-07-02Update Release Notes with latest changes.Mounir IDRASSI3-3/+17
2023-07-01Windows: Use full list of supported cluster sizes for NTFS, ReFS and exFAT ↵Mounir IDRASSI1-6/+26
filesystems We keep FAT32 list of supported cluster sizes as it is today for compatibility with existing FAT code
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. ↵Mounir IDRASSI3-57/+24
remove dead code from ExternalFormatFs We also modify UacFormatNtfs/UacFormatFs to return actual error code in case of failure
2023-07-01Update Corsican translation on 2023-07 (#1140)Patriccollu1-4/+4
2023-07-01Update Polish translation (#1139)Matthaiks1-2/+2
2023-07-01Windows: fix compilation warningsMounir IDRASSI1-3/+3
2023-07-01Windows: Fix formatting issue during volume creation by using /Y for ↵Mounir IDRASSI44-31/+165
format.com and specifying removal parameter in FormatEx The usage of /Y parameter in format.com simplifies the logic and makes the code robust since we don't need to send \n to the format.com process. Specifying RemovableMedia parameter to FormatEx fixes its failure in Windows 10 and later to perform quick format. This is also more adequate since we are mounting the volume as removable media for the formatting process. We also add better error management in order to display adequate error message to the user in case of failure
2023-07-01Windows: Don't make Mount button split button if it is for dismountingMounir IDRASSI1-44/+62
If the currently selected item in the drive list is a mounted volume that can be dismounted, the Mount button displays "Dismount" and so we should not add the popup menu of "mount without cache" to it.
2023-06-30Windows: Support drag-n-drop of files in Expander for mounting. Fix ↵Mounir IDRASSI1-24/+12
drag-n-drop of keyfiles. To fix drag-n-drop of keyfiles, we remove the password drop target since it was blocking the standard drop of files and drop target doesn't work because of UIPI restrictions across privilege levels since Expander is started elevated
2023-06-30Update Polish translation (#1137)Matthaiks1-13/+13
2023-06-30Increment version to 1.26.3 in XML language filesMounir IDRASSI41-41/+41
2023-06-30Correctly detect ARM builds when listing CPU features in headersMounir IDRASSI2-6/+6
2023-06-29Linux: Fix wrong size for hidden volume when selecting the option to use all ↵Mounir IDRASSI1-1/+1
free space (fix by @Jertzukka)
2023-06-29Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵Mounir IDRASSI4-13/+15
installer
2023-06-29Translations: Add new messages related to EMV to XML filesMounir IDRASSI40-0/+520