Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-08 | Windows: Validate XML format of EFI DcsProp after user editing and before ↵ | Mounir IDRASSI | 1 | -7/+18 | |
writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display. | |||||
2017-06-05 | Beta2 patch 1 | kavsrf | 1 | -0/+74 | |
Edit DcsProp and PlatformInfo from System->Settings EFI loader updated | |||||
2017-06-05 | Windows: Correctly open online help when selected in menu. Remove unused ↵ | Mounir IDRASSI | 1 | -8/+14 | |
parameters to function AppLink. | |||||
2017-06-05 | Windows: Move User Guide CHM file under "docs" folder | Mounir IDRASSI | 1 | -3/+3 | |
2017-06-05 | Windows: Install CHM User Guide instead of PDF one. Delete existing PDF when ↵ | Mounir IDRASSI | 1 | -3/+3 | |
upgrading. | |||||
2017-06-01 | Windows: fix high CPU usage when a favorite is configured to mount using ↵ | Mounir IDRASSI | 1 | -33/+431 | |
VolumeID when its host device is connected to the machine. | |||||
2017-05-28 | Windows: use RtlGetVersion instead of GetVersionEx in order to get accurate ↵ | Mounir IDRASSI | 1 | -1/+22 | |
Windows version information on Windows 10. | |||||
2017-05-25 | Windows: query extra host drive information using ↵ | Mounir IDRASSI | 1 | -17/+97 | |
IOCTL_STORAGE_QUERY_PROPERTY (StorageAdapterProperty) in both driver and user mode applications. | |||||
2017-05-17 | Windows: use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX instead of the deprecated ↵ | Mounir IDRASSI | 1 | -25/+37 | |
IOCTL_DISK_GET_DRIVE_GEOMETRY in order to get accurate disk size value. | |||||
2017-05-17 | Windows installer: use correct installation directory for opening HTML help ↵ | Mounir IDRASSI | 1 | -3/+10 | |
(for now only donation page). | |||||
2017-05-15 | Windows: Add HTML documentation to Windows installer. | Mounir IDRASSI | 1 | -0/+69 | |
2017-05-15 | Replace Codeplex links by ones on veracrypt.fr | Mounir IDRASSI | 1 | -38/+67 | |
2017-04-26 | Update zlib copyright notice | Mounir IDRASSI | 1 | -1/+1 | |
2016-12-30 | Update donation link to point to page indicating all accepted donations options. | Mounir IDRASSI | 1 | -1/+1 | |
2016-12-30 | Windows: Implement Secure Desktop for password entry. Add option and command ↵ | Mounir IDRASSI | 1 | -0/+176 | |
line switch to activate it. | |||||
2016-12-30 | Windows: cleaner code for handling of disabling of parent dialog when ↵ | Mounir IDRASSI | 1 | -6/+6 | |
waiting dialog displayed | |||||
2016-12-07 | Windows: don't change thread priority when benchmarking encryption ↵ | Mounir IDRASSI | 1 | -1/+1 | |
algorithms for more accurate results | |||||
2016-10-17 | Windows: Remove VeraCrypt from EFI boot partition after decrypting the system | Mounir IDRASSI | 1 | -1/+22 | |
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵ | Mounir IDRASSI | 1 | -3/+4 | |
gain factor. Update credits and copyrights notice. | |||||
2016-10-17 | Windows: Perform Shutdown instead of Reboot during Pre-Test of UEFI system ↵ | Mounir IDRASSI | 1 | -2/+2 | |
encryption in order to detect machines where changes to EFI boot don't persist after shutdown. | |||||
2016-08-17 | Add reference to VeraCrypt-DCS EFI Boot loader in Readme. Update copyrights. | Mounir IDRASSI | 1 | -1/+4 | |
2016-08-17 | Windows: Increase text size limit in RichEdit control to avoid truncating ↵ | Mounir IDRASSI | 1 | -0/+3 | |
Legal Notices text when displayed. | |||||
2016-08-15 | Windows: Implement support for EFI system encryption in Windows GUI. | Mounir IDRASSI | 1 | -204/+269 | |
2016-08-15 | Windows: Add support for Streebog (hash) and kuznyechik (encryption) | Mounir IDRASSI | 1 | -1/+27 | |
2016-07-29 | Crypto: Use Hyper-V AES-NI detection workaround when displaying AES hardware ↵ | Mounir IDRASSI | 1 | -2/+3 | |
availability in GUI. | |||||
2016-07-29 | Windows: Use new Windows API to mitigate dll hijacking attacks. | Mounir IDRASSI | 1 | -3/+12 | |
2016-07-26 | Windows: Enhance protection against dll hijacking attacks following new ↵ | Mounir IDRASSI | 1 | -2/+27 | |
report by Stefan Kanthak. | |||||
2016-07-25 | Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ↵ | Mounir IDRASSI | 1 | -1/+1 | |
a 1GB buffer is chosen. | |||||
2016-06-17 | Windows: Better heuristics for evaluating Pre-Boot PRF performance | Mounir IDRASSI | 1 | -2/+14 | |
2016-06-17 | Windows: Add Hash and PRF benchmarks to the benchmark dialog. | Mounir IDRASSI | 1 | -184/+334 | |
2016-06-17 | Windows: make Camellia help link open dedicated documentation page | Mounir IDRASSI | 1 | -0/+4 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 1 | -1/+1 | |
system encryption. | |||||
2016-05-29 | Windows: better implementation for support of smart card PIN in command ↵ | Mounir IDRASSI | 1 | -6/+23 | |
line. Supported now also on Format. | |||||
2016-05-10 | Fix space before tab | David Foerster | 1 | -1/+1 | |
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -283/+283 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -11890/+11890 | |
2016-05-05 | Windows: Add option and command line switch to hide waiting dialog when ↵ | Mounir IDRASSI | 1 | -7/+33 | |
performing operations. | |||||
2016-04-28 | Windows: Only use A: and B: for mounting when no other free drive letter ↵ | Mounir IDRASSI | 1 | -3/+5 | |
available or when explicitly chosen by user. This avoid side effects when mounting volumes as removable media and automatic drive selection (e.g. A: become invisible in explorer after closing all explorer instances although it is still mounted). | |||||
2016-04-14 | Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ↵ | Mounir IDRASSI | 1 | -34/+109 | |
instead of SHA-512 to compute volume ID to reduce string size and make more convenient to use. | |||||
2016-04-08 | Windows: start implementation of volume ID mechanism that will be used to ↵ | Mounir IDRASSI | 1 | -22/+197 | |
identify VeraCrypt disk volumes instead of device name. | |||||
2016-04-08 | Windows: allow drag-n-drop of files and receiving Explorer restart message ↵ | Mounir IDRASSI | 1 | -0/+35 | |
when VeraCrypt running as elevated process. | |||||
2016-03-24 | Windows: reduce CPU usage by caching WNetGetConnection calls result for 2 ↵ | Mounir IDRASSI | 1 | -14/+37 | |
seconds. | |||||
2016-03-24 | Windows: Don't use the foreground setting code if the window is already ↵ | Mounir IDRASSI | 1 | -15/+18 | |
foreground | |||||
2016-02-13 | Windows: handle rare case where size of disk can't be retrieved using ↵ | Mounir IDRASSI | 1 | -1/+42 | |
IOCTL_DISK_GET_PARTITION_INFO_EX. use IOCTL_DISK_GET_DRIVE_GEOMETRY in such case and add workaround to display correctly partitions in dialog even if disk size is not available. | |||||
2016-02-12 | Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵ | Mounir IDRASSI | 1 | -42/+42 | |
indicator depending on how much entropy was gathered. Code re-factoring. | |||||
2016-02-07 | Windows:Fix various issues and warnings reported by static code analysis ↵ | Mounir IDRASSI | 1 | -5/+9 | |
tool Coverity. | |||||
2016-01-31 | Windows: Implement GUI indicator for entropy collected from mouse movements. | Mounir IDRASSI | 1 | -28/+157 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -3/+3 | |
2016-01-20 | Windows:Fix issue with the display of legal notices text. Regression caused ↵ | Mounir IDRASSI | 1 | -1/+7 | |
by the latest Unicode modifications. | |||||
2016-01-17 | Windows: avoid leaking location of selected keyfiles by clearing global ↵ | Mounir IDRASSI | 1 | -0/+5 | |
variable used to store multiple file selection path. |