Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-19 | Windows Driver: Don't interact with the volume's filesystem if mount manager ↵ | Mounir IDRASSI | 1 | -1/+1 | |
integration is disabled | |||||
2018-12-19 | Increment version to 1.24-Beta0 | Mounir IDRASSI | 55 | -73/+166 | |
2018-12-19 | Windows: Add mount option that allows mounting a volume without attaching it ↵ | Mounir IDRASSI | 8 | -39/+84 | |
to the specified drive letter. This is useful in situation where Windows has issue with the filesystem (e.g. ReFS on Windows 10 1809) and we need to use third party software to be able to use the filesystem under Windows through low level VeraCrypt virtual device (e.g. \Device\VeraCryptVolumeX). | |||||
2018-12-19 | Windows MBR Bootloader: workaround for issue affecting creation of hidden OS ↵ | Mounir IDRASSI | 1 | -1/+16 | |
on some SSD drives (Error 128 while writing MBR). This commit replace the 512 bytes write operations by a 4096 bytes write operation. | |||||
2018-12-19 | Windows: Enable selection of Quick Format for file containers. Separate ↵ | Mounir IDRASSI | 3 | -27/+55 | |
Quick Format and Dynamic Volume options. | |||||
2018-12-03 | XML Languages files: Update Finnish translations contributed by Matti Ruhanen. | Mounir IDRASSI | 1 | -664/+664 | |
2018-12-03 | Windows: Update libzip to version 1.5.1 | Mounir IDRASSI | 3 | -2/+13 | |
2018-12-03 | Windows: remove unused variable. | Mounir IDRASSI | 1 | -1/+1 | |
2018-12-03 | XML Languages files: Update translations from Transifex. | Mounir IDRASSI | 10 | -353/+353 | |
2018-12-03 | XML Languages files: Update French translation from Transifex | Mounir IDRASSI | 1 | -597/+597 | |
2018-12-03 | Windows: delete existing uninstall shortcut when performing upgrade/reinstall | Mounir IDRASSI | 1 | -0/+3 | |
2018-12-03 | correct typo in French translation | Mounir IDRASSI | 1 | -1/+1 | |
2018-12-03 | MBR Bootloader: dynamically determine boot loader memory segment instead of ↵ | Mounir IDRASSI | 1 | -15/+16 | |
hardcoded values (proposed by neos6464 at https://sourceforge.net/p/veracrypt/tickets/240/) | |||||
2018-12-02 | Do not create uninstall shortcut in startmenu (#381) | csware | 1 | -18/+0 | |
Creating such a start menu entry is a leftover of the ancient Win 3.x time where there was no central control panel for removing programs. Also see the Windows guidelines, where creating an uninstall shortcut is discouraged: https://msdn.microsoft.com/en-us/library/ms954377.aspx Signed-off-by: Sven Strickroth <email@cs-ware.de> | |||||
2018-11-19 | Documentation: fix wrong screenshot in PIM documentation | Mounir IDRASSI | 2 | -1/+1 | |
2018-10-10 | Increment version to 1.23-Hotfix-2 | Mounir IDRASSI | 55 | -73/+73 | |
2018-10-10 | Windows Driver: fix regression that was causing BSOD. | Mounir IDRASSI | 1 | -1/+1 | |
2018-10-10 | Windows Driver: replace system functions ↵ | Mounir IDRASSI | 1 | -9/+41 | |
RtlUpcaseUnicodeChar/RtlUnalignedStringCchLengthW by our own code for better clarity | |||||
2018-10-10 | Windows: zero TC_IOCTL_GET_SYSTEM_DRIVE_CONFIG input/output parameter as it ↵ | Mounir IDRASSI | 1 | -0/+2 | |
is done for other IOCTLs | |||||
2018-09-21 | Increment version to 1.23-Hotfix-1 | Mounir IDRASSI | 58 | -72/+85 | |
2018-09-21 | Windows: don't use quick format by default when creating file containers ↵ | Mounir IDRASSI | 1 | -1/+8 | |
using command line and add a switch to enable quick format explicitly in command line | |||||
2018-09-21 | Windows: add /nosizecheck switch to VeraCrypt Format that allows disabling ↵ | Mounir IDRASSI | 1 | -1/+8 | |
check on file container size against available free space on target disk. This enables to workaround a bug in Microsoft Distributed File System (DFS) that report wrong free disk space (https://support.microsoft.com/en-us/help/177127/incorrect-disk-free-space-information-for-a-dfs-client-share) | |||||
2018-09-21 | Windows driver: add extra check for data read in TC_IOCTL_OPEN_TEST handling | Mounir IDRASSI | 1 | -1/+31 | |
2018-09-21 | Windows: fix low severity vulnerability in driver that allowed reading 3 ↵ | Mounir IDRASSI | 1 | -49/+82 | |
bytes of kernel stack memory (with a rare possibility of 25 additional bytes). Reported by Tim Harrison. | |||||
2018-09-21 | XML Languages files: Update Spanish translation from Transifex. | Mounir IDRASSI | 1 | -9/+9 | |
2018-09-12 | Set correct 1.23 release date in Release Notes.VeraCrypt_1.23 | Mounir IDRASSI | 2 | -1/+1 | |
2018-09-12 | Documentation: fix link to download page | Mounir IDRASSI | 2 | -1/+1 | |
2018-09-12 | Set 1.23 release date to September 12th 2018 | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-12 | Documentation: update PGP key information to mention transition to new key ↵ | Mounir IDRASSI | 2 | -13/+20 | |
with ID=0x680D16DE and fingerprint=5069A233D55A0EEB174A5FC3821ACD02680D16DE. | |||||
2018-09-10 | Set 1.23 release date to September 10th 2018 | Mounir IDRASSI | 1 | -2/+2 | |
2018-09-09 | Increment version to 1.23 | Mounir IDRASSI | 50 | -54/+54 | |
2018-09-09 | Documentation: Update Known Issues list by mentioning Windows 10 Fast ↵ | Mounir IDRASSI | 1 | -5/+9 | |
Startup alongside Windows 8 Hybrid Boot. | |||||
2018-09-09 | XML Languages files: update translations from Transifex | Mounir IDRASSI | 2 | -15/+15 | |
2018-09-05 | Update some translations from Transifex. | Mounir IDRASSI | 5 | -13/+12 | |
2018-09-04 | XML Languages files: update Arabic translation from Transifex | Mounir IDRASSI | 1 | -6/+6 | |
2018-09-04 | Language XML files: Update Arabic translation (contributed by Ali Khojah) | Mounir IDRASSI | 1 | -7/+7 | |
2018-09-04 | XML Languages files: Update translations from Transifex | Mounir IDRASSI | 7 | -128/+128 | |
2018-09-03 | Documentation: Add note about the fact that currently smart card are not ↵ | Mounir IDRASSI | 2 | -1/+1 | |
support for Pre-Boot authentication of system encryption. | |||||
2018-09-03 | Support Australian Dollars for donations through bank transfers | Mounir IDRASSI | 6 | -4/+13 | |
2018-09-03 | Support Ethereum cryptocurrency for donations | Mounir IDRASSI | 3 | -1/+6 | |
2018-09-03 | Increment version to 1.23-BETA8 and update release notes. | Mounir IDRASSI | 54 | -70/+71 | |
2018-09-03 | Windows: fix regression causing VeraCrypt UI to always be displayed upon logon | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-03 | Add possiblity to donate using PayPal in Australian Dollard and Polish złoty | Mounir IDRASSI | 2 | -0/+4 | |
2018-09-03 | Update release notes for 1.23-BETA7 | Mounir IDRASSI | 2 | -1/+3 | |
2018-09-03 | Windows: handle case of inconsistencies in EFI system partition content ↵ | Mounir IDRASSI | 1 | -5/+32 | |
during system encryption wizard caused by older VeraCrypt system encryption not properly uninstalled (e.g. reinstall Windows without decryption first). | |||||
2018-09-03 | Windows: fix regression when language selected in the setup during fresh ↵ | Mounir IDRASSI | 4 | -8/+21 | |
install and that caused VeraCrypt background task to be disabled. | |||||
2018-09-03 | Windows: Don't include DcsBml.efi file in resources if custom configuration ↵ | Mounir IDRASSI | 1 | -0/+4 | |
not enabled | |||||
2018-09-03 | Increment version to 1.23-BETA7 and update release notes. | Mounir IDRASSI | 58 | -73/+73 | |
2018-09-03 | Windows: Add EFI bootloader files that are signed by Microsoft and remove ↵ | Mounir IDRASSI | 163 | -119/+1 | |
files related to loading SecureBoot custom keys. | |||||
2018-09-03 | Windows: add define to support case of using EFI bootloader signed by ↵ | Mounir IDRASSI | 1 | -3/+24 | |
Microsoft (no check on custom keys in BIOS + removal of DcsBml EFI driver since it can not be signed). |