Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-10
Increment version to 1.24-Update2
Mounir IDRASSI
59
-77
/
+77
2019-12-10
Windows: Align volume size field in Format wizard with other controls
Mounir IDRASSI
1
-1
/
+1
2019-12-10
Windows: Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creat...
Mounir IDRASSI
3
-2
/
+34
2019-12-09
Windows Driver: Reduce memory usage of IOCTL_DISK_VERIFY handler. Now we read...
Mounir IDRASSI
1
-6
/
+22
2019-12-09
Fix wrong check on the define CRYPTOPP_BOOL_X64
Mounir IDRASSI
1
-1
/
+1
2019-12-09
Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft th...
Mounir IDRASSI
12
-0
/
+0
2019-12-09
Linux/MacOSX: use x64 optimized SHA256 implementation instead of limiting it ...
Mounir IDRASSI
1
-1
/
+1
2019-12-09
Add burn calls for temporary ss variable (#569)
Hanno Böck
1
-0
/
+13
2019-12-09
Linux: fix NOASM compilation (#563) (#568)
alt3r 3go
9
-21
/
+22
2019-12-08
Windows: use fix for CVE-2019-19501 only on Vista and above since it doesn't ...
Mounir IDRASSI
1
-1
/
+2
2019-12-08
Windows: enhancements to the mechanism preserving file timestamps, especially...
Mounir IDRASSI
8
-78
/
+138
2019-12-08
Windows: Add missing defines in Tcdefs.h
Mounir IDRASSI
1
-0
/
+9
2019-12-05
Make sure password gets deleted in case of exception in CoreUnix::MountVolume...
Hanno Böck
1
-0
/
+1
2019-12-05
Windows: Modify memory process protection when running with admin privileges ...
Mounir IDRASSI
1
-1
/
+12
2019-12-05
Windows: Enhancement to the fix for CVE-2019-19501
Mounir IDRASSI
1
-3
/
+6
2019-12-03
Windows: Fix possible local privilege escalation vulnerability during executi...
Mounir IDRASSI
3
-22
/
+232
2019-12-03
Documentation: Update Rescue Disk page to include information about EFI Rescu...
Mounir IDRASSI
2
-18
/
+18
2019-12-02
fixed typo "this [is (#559)
vstoykovbg
1
-1
/
+1
2019-12-01
Documentation: Add a note in "Favorite Volumes" section referring to issues c...
Mounir IDRASSI
1
-1
/
+4
2019-12-01
UNIX: make sector size mismatch error more verbose (#552) (#561)
alt3r 3go
4
-2
/
+8
2019-11-28
Windows: Don't write extra 0x00 byte at the end of DcsProp file when modifyin...
Mounir IDRASSI
1
-3
/
+4
2019-11-27
Windows: compatibility with multi-OS boot configuration by only setting VeraC...
Mounir IDRASSI
3
-9
/
+38
2019-11-27
Windows: Don't restore MBR to VeraCrypt value if it is coming from a loader d...
Mounir IDRASSI
1
-2
/
+25
2019-11-22
Windows: Add new registry flags for SystemFavoritesService to control updatin...
Mounir IDRASSI
3
-23
/
+46
2019-11-22
Windows: Add latest 1.24 EFI bootloader files that are signed by Microsoft th...
Mounir IDRASSI
12
-0
/
+0
2019-11-18
Linux: Fix failure to run VeraCrypt binary built for console mode on headless...
Mounir IDRASSI
1
-2
/
+0
2019-11-17
Linux/MacOS: text mode did not recognize Unicode in passwords (#540) (#551)
alt3r 3go
1
-1
/
+3
2019-11-15
Debug build: fix ParameterIncorrect error on hash benchmark start (#542) (#544)
alt3r 3go
1
-1
/
+1
2019-11-13
XML Languages files: Update Finnish translations contributed by Matti Ruhanen.
Mounir IDRASSI
1
-53
/
+53
2019-11-12
Windows: Allow system encrypted devices to be mounted from WindowsPE - even i...
csware
1
-4
/
+9
2019-11-12
Fix off by one overflow with 31 args (#541)
Hanno Böck
1
-1
/
+1
2019-11-09
Windows MBR Bootloader: better way to handle displaying write errors in Write...
Mounir IDRASSI
1
-4
/
+7
2019-11-09
Windows: include rdrand.h file only in Windows case since it is not yet inclu...
Mounir IDRASSI
1
-0
/
+2
2019-11-09
Linux: during uninstall, output error message to STDERR instead of STDOUT for...
Mounir IDRASSI
3
-3
/
+3
2019-11-08
Documentation: A OSX Mojave and OSX Catalina to the list of supported operati...
Mounir IDRASSI
2
-0
/
+2
2019-11-07
Language XML files: update Russian XML file by Dmitry Yerokhin.
Mounir IDRASSI
1
-241
/
+241
2019-11-07
Windows: Update signed drivers
Mounir IDRASSI
6
-3
/
+3
2019-11-07
Windows Driver: Fix strange crashes caused by probably by APC queue issues fr...
Mounir IDRASSI
2
-80
/
+262
2019-11-07
Increment version to 1.24-Hotfix2
Mounir IDRASSI
59
-76
/
+76
2019-11-07
Windows MBR Bootloader: workaround for SSD disks that don't allow write opera...
Mounir IDRASSI
4
-3
/
+14
2019-11-07
Windows: fix driver build error caused by missing header
Mounir IDRASSI
1
-0
/
+5
2019-11-04
Linux/FreeBSD: Add CLI switch to force use of old sudo behavior of sending a ...
Mounir IDRASSI
6
-24
/
+53
2019-11-04
Windows: Display error message when password is too long and legacy maximum l...
Mounir IDRASSI
1
-1
/
+1
2019-11-04
Linux/MacOSX: Add switch to force the use of legacy maximum password length (...
Mounir IDRASSI
47
-36
/
+92
2019-11-03
Linux: Add sudo as an explicit dependency in .deb and .rpm packages
Mounir IDRASSI
1
-5
/
+5
2019-11-03
Linux/FreeBSD: Fix regression causing admin password to be requested too many...
Mounir IDRASSI
1
-32
/
+40
2019-11-03
Linux/MacOSX: Fix build error caused by RDRAND_getBytes/RDSEED_getBytes imple...
Mounir IDRASSI
1
-1
/
+1
2019-11-02
Start following IEEE 1541 agreed naming of bytes (#532)
Meteor0id
7
-52
/
+52
2019-11-02
Documentation: Fix grammatical errors (https://github.com/veracrypt/VeraCrypt...
Mounir IDRASSI
2
-2
/
+2
2019-11-02
Windows: when building for EFI bootloader, don't make calls to RDRAND/RDSEED ...
Mounir IDRASSI
1
-1
/
+2
[next]