VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Fuse
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-22 00:30:24 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-22 01:02:55 +0100
commitbbcc944855d7824812af3a10fd447ccefc534a71 (patch)
tree58464617e20ba11a1c77c393080498b8ce15bb07 /src/Driver/Fuse
parente1157ea935f0d0f115e9dffcb379f137219b85bf (diff)
downloadVeraCrypt-bbcc944855d7824812af3a10fd447ccefc534a71.tar.gz
VeraCrypt-bbcc944855d7824812af3a10fd447ccefc534a71.zip
Windows: resize hot keys dialog to avoid displaying scroll-bars.
Diffstat (limited to 'src/Driver/Fuse')
0 files changed, 0 insertions, 0 deletions
an='5' class='logmsg'> 2016-02-21Linux & MacOSX: better implementation for TC_THROW_FATAL_EXCEPTION to use ↵Mounir IDRASSI1-0/+8 __builtin_trap when available. 2016-02-21Crypto: update Whirlpool implementation using latest code from Crypto++.Mounir IDRASSI5-518/+645 2016-02-21MacOSX: Correctly detect newer versions of OSXFuseMounir IDRASSI1-10/+12 2016-02-20Windows:Correct explanatory text in VeraCrypt Expander to reader "Mount" ↵Mounir IDRASSI1-2/+2 instead of "Start". 2016-02-20Windows: Correctly remove driver file veracrypt.sys during uninstall on ↵Mounir IDRASSI1-15/+33 Windows 64-bit. Implement deleting locked files after machine reboot. 2016-02-16Windows: use buffer with known maximum length as input to FakeDosNameForDeviceMounir IDRASSI1-4/+4 2016-02-14MacOSX: increment bundle version to 1.17.22VeraCrypt_1.17Mounir IDRASSI1-1/+1 2016-02-14MacOSX: increment installer version to 1.17.Mounir IDRASSI1-2/+2 2016-02-14Increment version to 1.17. Update user guide PDF file.Mounir IDRASSI9-29/+29 2016-02-13Windows: handle rare case where size of disk can't be retrieved using ↵Mounir IDRASSI2-1/+43 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-12Windows: Add colors (Red, Yellow, Green) to the collected randomness ↵Mounir IDRASSI5-63/+53 indicator depending on how much entropy was gathered. Code re-factoring. 2016-02-12Window: fix regression that caused only a single keyfile to be taken into ↵Mounir IDRASSI1-1/+3 account. 2016-02-12Windows: Avoid updating configuration after opening keyfile file dialog when ↵Mounir IDRASSI1-3/+9 /quit switch used without preferences parameter. 2016-02-09Linux/MacOSX: add progress bar for mouse collected entropy in GUI of volume ↵Mounir IDRASSI10-21/+146 creation wizard. Add mutex protection in event handler for shared counter variable 2016-02-08Linux/MacOSX: add progress bar for mouse collected entropy in GUI for ↵Mounir IDRASSI7-10/+306 keyfile generator and for random poll enrichment 2016-02-08Windows: Continuation of fix for wrong update of configuration XML file.Mounir IDRASSI1-1/+1 2016-02-07Windows Driver: if saving volume header fails, don't mark operation as ↵Mounir IDRASSI1-3/+5 successful so that it will be retried later. 2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI22-114/+174 tool Coverity. 2016-02-02Windows: Don't try to mount using cached passwords if password and/or ↵Mounir IDRASSI1-4/+6 keyfile are specified in the command line. 2016-02-01Windows:Center the text of the random pool displayed in the keyfile ↵Mounir IDRASSI