VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Tcformat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-13wolfCrypt as crypto backend for VeraCrypt (#1227)lealem471-2/+4
2023-09-18Windows Security: make memory protection enabled by default. Add process miti...Mounir IDRASSI1-1/+1
2023-09-03Windows: Replace legacy file/dir selection APIs with modern IFileDialog inter...Mounir IDRASSI1-2/+2
2023-09-03Windows: remove legacy code (XP, Vista). Simplify code since Windows 7 is now...Mounir IDRASSI1-61/+6
2023-09-03Windows: simpler and more robust safe dll loading combined with delay loading...Mounir IDRASSI1-1/+0
2023-07-22Windows: Remove TrueCrypt support. Increment version to 1.26.4.Mounir IDRASSI1-5/+5
2023-07-11Windows: when overwriting an existing file container, add its current size to...Mounir IDRASSI1-0/+7
2023-07-01Windows: Use full list of supported cluster sizes for NTFS, ReFS and exFAT fi...Mounir IDRASSI1-6/+26
2023-06-29EMV keyfile support: Overall code improvements and bug fixesMounir IDRASSI1-1/+1
2023-06-28Add EMV functionality (#1080)mmauv1-1/+3
2023-06-28Windows: Add comboxbox to Format wizard to choose QuickFormat/FastCreate/Full...Mounir IDRASSI1-19/+73
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI1-1041/+196
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann1-196/+1041
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI1-5/+12
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI1-6/+3
2021-07-13Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...Mounir IDRASSI1-6/+6
2021-01-02Windows: Fix issue in preserving last access timestamp of file containers whe...Mounir IDRASSI1-2/+0
2020-07-28Windows: Don't allow a directory path to be entered for the file container to...Mounir IDRASSI1-1/+17
2020-07-22Windows: Warn about Fast Startup if it is enabled during system encryption or...Mounir IDRASSI1-0/+18
2020-07-06Windows: correctly wipe password in UI input field in case of direct creation...Mounir IDRASSI1-2/+8
2020-07-06Windows: Support direct password drag-n-drop from external applications (e.g....Mounir IDRASSI1-2/+26
2020-06-28Windows: remove unused code targeting Windows 2000.Mounir IDRASSI1-14/+2
2020-06-23Windows: Don't allow Hidden volume to have the same password, PIM and keyfile...Mounir IDRASSI1-7/+49
2020-03-10Windows: Add /secureDesktop switch to VeraCrypt FormatMounir IDRASSI1-0/+21
2020-03-10Windows: Support using token keyfile when creating file container using comma...Mounir IDRASSI1-1/+33
2020-01-21Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...Mounir IDRASSI1-0/+12
2019-12-16Windows: make /fastCreateFile switch apply to both UI and command line creati...Mounir IDRASSI1-1/+2
2019-12-12Windows: Fix the checkbox for skipping verification of Rescue Disk not reflec...Mounir IDRASSI1-0/+1
2019-12-10Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creat...Mounir IDRASSI1-0/+10
2019-12-08Windows: enhancements to the mechanism preserving file timestamps, especially...Mounir IDRASSI1-0/+12
2019-10-02Windows: Add support for /nosizecheck switch in Format command line file cont...Mounir IDRASSI1-1/+1
2019-09-25Windows: Disable the Keyfiles button in system encryption wizard since we don...Mounir IDRASSI1-1/+2
2019-03-03Windows: replicate old behavior when handling passwords in UI when legacy pas...Mounir IDRASSI1-9/+16
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ins...Mounir IDRASSI1-1/+4
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ...Mounir IDRASSI1-6/+6
2019-01-15Windows: enhancements to EFI system encryption, like handling of Multi-Boot a...Mounir IDRASSI1-7/+3
2018-12-19Windows: Enable selection of Quick Format for file containers. Separate Quick...Mounir IDRASSI1-22/+48
2018-09-21Windows: don't use quick format by default when creating file containers usin...Mounir IDRASSI1-1/+8
2018-09-21Windows: add /nosizecheck switch to VeraCrypt Format that allows disabling ch...Mounir IDRASSI1-1/+8
2018-09-03Windows: fix regression when language selected in the setup during fresh inst...Mounir IDRASSI1-0/+5
2018-08-24Windows: fix language selected in the installer not used by "Create Volume" w...Mounir IDRASSI1-1/+1
2018-08-24Windows: Add check on size of file container to ensure it's smaller than avai...Mounir IDRASSI1-3/+42
2018-08-16Windows: Fix regression that caused the system encryption wizard to crash whe...Mounir IDRASSI1-3/+3
2018-08-07Windows: Display a balloon tip warning or error message when the value pasted...Mounir IDRASSI1-3/+3
2018-04-23Windows: Fix system encryption issues on machines that always force booting o...Mounir IDRASSI1-2/+2
2017-11-28Language XML files: remove references to GOST89 since it is not supported any...Mounir IDRASSI1-6/+0
2017-07-02Windows: fix documentation and UI messages about the PIM constraints and calc...Mounir IDRASSI1-4/+4
2017-07-02Windows: when mounting multiple favorites, use PIM of previous favorite along...Mounir IDRASSI1-4/+4
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
2017-06-11Windows: fix compiler warningsMounir IDRASSI1-2/+2