Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 1 | -2/+2 | |
* *: 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 | |||||
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-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -3/+3 | |
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-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-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 | 1 | -1/+1 | |
2017-06-05 | cland static code analyzer fixes | kavsrf | 1 | -15/+19 | |
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 | 1 | -1/+100 | |
support (common files with DcsBoot) | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -1/+1 | |
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -82/+82 | |
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 1 | -1/+1 | |
storing PIM value unencrypted in MBR. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-10-15 | Windows Bootloader: Protect password/PIM length by filling the fields to ↵ | Mounir IDRASSI | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
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-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -5/+9 | |
and TrueCrypt 3.0. | |||||
2015-05-26 | Windows: first implementation of dynamic mode | Mounir IDRASSI | 1 | -1/+1 | |
2015-04-06 | Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2 | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Windows vulnerability fix : finally make bootloader decompressor more robust ↵ | Mounir IDRASSI | 1 | -1/+1 | |
and secure by adding multiple checks and validation code. This solves the issue found by the Open Crypt Audit project. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K. | |||||
2014-11-08 | Revert previous modification on boad-loader decompressor because it ↵ | Mounir IDRASSI | 1 | -1/+1 | |
increased its size and it became impossible to include it with the SERPENT version of bootloader. The decompressor and the compressed bootloader are copied twice (original and backup) in the 63 first sectors of the hard drive (32K), thus the size limitation. This reverts commit 154235d589222e3c31cda05aa53e73ab69a89a6e. | |||||
2014-11-08 | Windows vulnerability fix : make boot-loader decompressor more robust and ↵ | Mounir IDRASSI | 1 | -1/+1 | |
secure by adding multiple checks and validation code. Note that we had to switch to the slow implementation of the function decode in order to keep the size of the decompressor code under 2K. | |||||
2014-11-08 | Require to upgrade rescue disk if upgrading from version 1.0a of VeraCrypt ↵ | Mounir IDRASSI | 1 | -1/+1 | |
instead of version 6.0a (left over from TrueCrypt). Does anyone still uses VeraCrypt 1.0a??? | |||||
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 1 | -0/+78 | |