Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Format
/
Tcformat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-13
Windows: replace insecure wcscpy/wcscat/strcpy runtime functions with secure ...
Mounir IDRASSI
1
-6
/
+6
2021-01-02
Windows: Fix issue in preserving last access timestamp of file containers whe...
Mounir IDRASSI
1
-2
/
+0
2020-07-28
Windows: Don't allow a directory path to be entered for the file container to...
Mounir IDRASSI
1
-1
/
+17
2020-07-22
Windows: Warn about Fast Startup if it is enabled during system encryption or...
Mounir IDRASSI
1
-0
/
+18
2020-07-06
Windows: correctly wipe password in UI input field in case of direct creation...
Mounir IDRASSI
1
-2
/
+8
2020-07-06
Windows: Support direct password drag-n-drop from external applications (e.g....
Mounir IDRASSI
1
-2
/
+26
2020-06-28
Windows: remove unused code targeting Windows 2000.
Mounir IDRASSI
1
-14
/
+2
2020-06-23
Windows: Don't allow Hidden volume to have the same password, PIM and keyfile...
Mounir IDRASSI
1
-7
/
+49
2020-03-10
Windows: Add /secureDesktop switch to VeraCrypt Format
Mounir IDRASSI
1
-0
/
+21
2020-03-10
Windows: Support using token keyfile when creating file container using comma...
Mounir IDRASSI
1
-1
/
+33
2020-01-21
Windows: Fix failure of Screen Readers (Accessibility support) to reader UI b...
Mounir IDRASSI
1
-0
/
+12
2019-12-16
Windows: make /fastCreateFile switch apply to both UI and command line creati...
Mounir IDRASSI
1
-1
/
+2
2019-12-12
Windows: Fix the checkbox for skipping verification of Rescue Disk not reflec...
Mounir IDRASSI
1
-0
/
+1
2019-12-10
Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creat...
Mounir IDRASSI
1
-0
/
+10
2019-12-08
Windows: enhancements to the mechanism preserving file timestamps, especially...
Mounir IDRASSI
1
-0
/
+12
2019-10-02
Windows: Add support for /nosizecheck switch in Format command line file cont...
Mounir IDRASSI
1
-1
/
+1
2019-09-25
Windows: Disable the Keyfiles button in system encryption wizard since we don...
Mounir IDRASSI
1
-1
/
+2
2019-03-03
Windows: replicate old behavior when handling passwords in UI when legacy pas...
Mounir IDRASSI
1
-9
/
+16
2019-03-03
Windows: Add option to use legacy maximum password length (64 characters) ins...
Mounir IDRASSI
1
-1
/
+4
2019-02-04
Automatically truncate passwords for TrueCrypt volumes and System Encryption ...
Mounir IDRASSI
1
-6
/
+6
2019-01-15
Windows: enhancements to EFI system encryption, like handling of Multi-Boot a...
Mounir IDRASSI
1
-7
/
+3
2018-12-19
Windows: Enable selection of Quick Format for file containers. Separate Quick...
Mounir IDRASSI
1
-22
/
+48
2018-09-21
Windows: don't use quick format by default when creating file containers usin...
Mounir IDRASSI
1
-1
/
+8
2018-09-21
Windows: add /nosizecheck switch to VeraCrypt Format that allows disabling ch...
Mounir IDRASSI
1
-1
/
+8
2018-09-03
Windows: fix regression when language selected in the setup during fresh inst...
Mounir IDRASSI
1
-0
/
+5
2018-08-24
Windows: fix language selected in the installer not used by "Create Volume" w...
Mounir IDRASSI
1
-1
/
+1
2018-08-24
Windows: Add check on size of file container to ensure it's smaller than avai...
Mounir IDRASSI
1
-3
/
+42
2018-08-16
Windows: Fix regression that caused the system encryption wizard to crash whe...
Mounir IDRASSI
1
-3
/
+3
2018-08-07
Windows: Display a balloon tip warning or error message when the value pasted...
Mounir IDRASSI
1
-3
/
+3
2018-04-23
Windows: Fix system encryption issues on machines that always force booting o...
Mounir IDRASSI
1
-2
/
+2
2017-11-28
Language XML files: remove references to GOST89 since it is not supported any...
Mounir IDRASSI
1
-6
/
+0
2017-07-02
Windows: fix documentation and UI messages about the PIM constraints and calc...
Mounir IDRASSI
1
-4
/
+4
2017-07-02
Windows: when mounting multiple favorites, use PIM of previous favorite along...
Mounir IDRASSI
1
-4
/
+4
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-11
Windows: fix compiler warnings
Mounir IDRASSI
1
-2
/
+2
2017-06-05
Windows: Correctly open online help when selected in menu. Remove unused para...
Mounir IDRASSI
1
-16
/
+16
2017-05-28
Windows: Only offer valid cluster sizes when ReFS is selected in the volume f...
Mounir IDRASSI
1
-23
/
+37
2017-05-28
Windows: add support for ReFS on Windows 10 when creating normal volumes.
Mounir IDRASSI
1
-3
/
+23
2017-05-26
Windows: fix Hour Glass cursor still displayed in some cases after Format wiz...
Mounir IDRASSI
1
-2
/
+0
2017-05-17
Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated IOCTL...
Mounir IDRASSI
1
-5
/
+4
2017-01-12
Windows: Fix Streebog not recognized by /hash command line switch but making ...
Mounir IDRASSI
1
-8
/
+10
2016-10-17
Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system en...
Mounir IDRASSI
1
-2
/
+2
2016-08-16
Windows: Fix various issues detected by static analysis.
Mounir IDRASSI
1
-7
/
+9
2016-08-15
Windows: in EFI encryption wizard, always select "Single Boot" by default sin...
Mounir IDRASSI
1
-7
/
+10
2016-08-15
Windows: Implement Rescue Disk support for EFI system encryption
Mounir IDRASSI
1
-64
/
+84
2016-08-15
Windows: Show only supported encryption algorithm in the system encryption wi...
Mounir IDRASSI
1
-2
/
+4
2016-08-15
Windows: Implement support for EFI system encryption in Windows GUI.
Mounir IDRASSI
1
-8
/
+53
2016-06-02
Crypto: Add support for Japanese encryption standard Camellia, including for ...
Mounir IDRASSI
1
-0
/
+8
2016-05-29
Windows: better implementation for support of smart card PIN in command line....
Mounir IDRASSI
1
-0
/
+17
2016-05-10
Fix space before tab
David Foerster
1
-2
/
+2
[next]