Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-28 | Windows: Add pre-compiled MBR bootloader binaries for version 1.25 to make ↵ | Mounir IDRASSI | 41 | -0/+0 | |
it easier to build VeraCrypt without legacy VC compiler | |||||
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 3 | -4/+4 | |
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace | |||||
2020-08-03 | Windows Bootloader: pass correct compressed data size to decompressor. ↵ | xiaolangde | 1 | -1/+1 | |
Because the ds segment register is modified when setting up the decompressor segment, loader length should be read from the cs segment. (#666) | |||||
2019-11-09 | Windows MBR Bootloader: better way to handle displaying write errors in ↵ | Mounir IDRASSI | 1 | -4/+7 | |
WriteEncryptedSectors function | |||||
2019-11-07 | Windows MBR Bootloader: workaround for SSD disks that don't allow write ↵ | Mounir IDRASSI | 4 | -3/+14 | |
operations in BIOS mode with buffers less than 4096 bytes | |||||
2019-11-02 | Start following IEEE 1541 agreed naming of bytes (#532) | Meteor0id | 1 | -1/+1 | |
* Start following IEEE 1541 agreed naming of bytes This standard exists to prevent any confusion about the actual number of bytes. It has been agreed on by experts and is being used more widespead these day. Let's start properly naming the number of bytes, which is absolutely important in disk encryption software. * Update LanguageStrings.cpp * Update UserInterface.cpp * kibibyte instead of kilobyte * kibibyte instead of kilobyte * MiB instead of MB * undo accidental deletions Odd indeed that two random lines were deleted in a previous commit. Probably happened when using a keyboard shortcut while editing the file. This fixes the issue. * Mb to Mib | |||||
2019-10-24 | Windows: display prompt to upgrade Rescue Disk when installing 1.24 version ↵ | Mounir IDRASSI | 1 | -1/+1 | |
since it adds functionality and it has better support for fix boot issues. | |||||
2019-03-01 | Windows: use specific order for EFI boot arguments memory regions that ↵ | Mounir IDRASSI | 1 | -1/+2 | |
matches the one used by EFI bootloader. | |||||
2019-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -3/+3 | |
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-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-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 1 | -1/+1 | |
on Microsoft bootloader (e.g. HP). | |||||
2017-08-02 | Windows MBR bootloader: reduce CPU usage during password prompt (Credit: ↵ | Mounir IDRASSI | 1 | -1/+22 | |
Jason Pyeron of CipherShed project https://github.com/CipherShed/CipherShed/commit/00ea00e8e6a23a4243316f860aa07ed59203ab97) | |||||
2017-07-23 | Windows MBR Bootloader: always compress bootloader with upx to reduce ↵ | Mounir IDRASSI | 1 | -2/+2 | |
runtime memory requirement thanks to its in-place decompression. | |||||
2017-07-22 | Windows: reduce size of MBR bootloader by removing unused functions in each ↵ | Mounir IDRASSI | 2 | -4/+8 | |
build type. | |||||
2017-07-20 | Windows: display prompt to upgrade Rescue Disk when installing 1.22 version ↵ | Mounir IDRASSI | 1 | -1/+1 | |
because of the fix for hidden os boot issue on some machines. | |||||
2017-07-19 | Windows MBR bootloader: remove unused test function in release build | Mounir IDRASSI | 2 | -0/+5 | |
2017-07-07 | Windows: display prompt to upgrade Rescue Disk when installing 1.21 version. | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 25 | -25/+25 | |
2017-06-05 | cland static code analyzer fixes | kavsrf | 1 | -15/+19 | |
2016-10-17 | Windows Bootloader: fix issue in copy process of hidden OS caused by use of ↵ | Mounir IDRASSI | 1 | -1/+4 | |
wrong PIM. | |||||
2016-10-17 | Windows MBR Bootloader: compress Camellia Rescue Disk bootloader to reduce ↵ | Mounir IDRASSI | 1 | -1/+1 | |
size ( < 13312 bytes), allowing a backup copy to be included in the Rescue Disk. | |||||
2016-10-17 | Windows Bootloader: for MBR bootloader, reset position pointers to keystroke ↵ | Mounir IDRASSI | 1 | -0/+6 | |
buffer after password or PIM is entered to avoid leaking length information | |||||
2016-08-21 | Windows: force the update of rescue disk from version 1.18 because of the ↵ | Mounir IDRASSI | 1 | -1/+1 | |
fixes in EFI bootloader | |||||
2016-08-17 | Linux: fix various compilation issues under Linux. | Mounir IDRASSI | 1 | -1/+1 | |
2016-08-15 | Windows: Synchronize file with changes done in EFI Bootloader DCS. | kavsrf | 1 | -33/+66 | |
2016-08-15 | Windows EFI Bootloader: modifications to prepare EFI system encryption ↵ | Alex | 2 | -1/+109 | |
support (common files with DcsBoot) | |||||
2016-06-17 | Windows: Use Visual C++ 2010 instead of Visual C++ 2008. | Mounir IDRASSI | 3 | -0/+424 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 3 | -3/+12 | |
system encryption. | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 25 | -96/+96 | |
2016-05-10 | Normalize all line terminators | David Foerster | 27 | -5110/+5110 | |
2016-04-20 | Windows: Reduce memory usage of Rescue Disk for cascades by 1KB. | Mounir IDRASSI | 1 | -5/+1 | |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 6 | -59/+86 | |
storing PIM value unencrypted in MBR. | |||||
2016-02-22 | Windows bootloader: try to fix boot issues on some machines by increasing ↵ | Mounir IDRASSI | 1 | -5/+5 | |
required memory by 1 KiB | |||||
2016-01-29 | Windows Bootloader: Always hide password/PIM values with '*' after ENTER is ↵ | Mounir IDRASSI | 1 | -15/+15 | |
hit, even if F5 was pressed to display password/PIM. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 25 | -25/+25 | |
2015-12-05 | Windows Rescue Disk: when decryption paused/finished, display message to ↵ | Mounir IDRASSI | 1 | -0/+4 | |
indicate that header is being updated | |||||
2015-11-26 | Windows Bootloader: Avoid displaying empty new line between password and PIM ↵ | Mounir IDRASSI | 1 | -1/+4 | |
after filling password field with dummy '*'. | |||||
2015-10-15 | Windows Rescue Disk: compress bootloader for rescue disk in several more ↵ | Mounir IDRASSI | 1 | -2/+2 | |
cases because of its growing size. | |||||
2015-10-15 | Windows Bootloader: Protect password/PIM length by filling the fields to ↵ | Mounir IDRASSI | 2 | -4/+22 | |
their maximum length with '*' after ENTER is hit | |||||
2015-09-13 | Windows Bootloader: Fix Rescue Disk issue when Cascades and SHA256 used. It ↵ | Mounir IDRASSI | 3 | -2/+10 | |
was caused by the bootloader becoming too big in this case with PIM implementation (larger than the limit of 31232 bytes). We also increase memory requirement for this case | |||||
2015-09-13 | Windows Bootloader: pass correct compressed data size to decompressor and ↵ | Mounir IDRASSI | 1 | -2/+3 | |
use shorter string to keep a valid memory layout for boot sector. | |||||
2015-08-28 | Windows bootloader: Mask/unmask PIM value in bootloader the same way as the ↵ | Mounir IDRASSI | 1 | -2/+7 | |
password | |||||
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 26 | -117/+217 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Use Pim name for internal variables instead of the old name Pin | Mounir IDRASSI | 2 | -15/+15 | |
2015-06-08 | Windows: rename PIN to PIM to avoid confusion. Better error messages. | Mounir IDRASSI | 1 | -4/+4 | |
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 5 | -13/+80 | |
2015-05-03 | Windows: enable showing/hiding password for system encryption in Windows UI ↵ | Mounir IDRASSI | 1 | -2/+9 | |
and in the bootloader (F5 key). This will be helpful to diagnose issues with non-US versions of Windows. | |||||
2015-04-06 | Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2 | Mounir IDRASSI | 1 | -1/+1 | |
2015-03-02 | Windows Bootloader: Display message after entering password to inform user ↵ | Mounir IDRASSI | 1 | -1/+5 | |
that the password is being processed. Without this, users coming from TrueCrypt think that the system is freezed since they expect it to boot quickly. |