Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-06 | Windows: Display warning message with correct maximum length value when ↵ | Mounir IDRASSI | 1 | -3/+3 | |
password is truncated | |||||
2020-07-21 | Windows Setup: Warn about Fast Startup during install if it is enabled and ↵ | Mounir IDRASSI | 1 | -0/+1 | |
propose to disable it at the end of the installation. | |||||
2020-07-21 | Windows: Implement detection of Hibernate and Fast Startup and disable them ↵ | Mounir IDRASSI | 1 | -0/+1 | |
if RAM encryption is activated. | |||||
2020-07-08 | Windows: Add UI options to control the behavior of automatic bootloader ↵ | Mounir IDRASSI | 1 | -0/+4 | |
fixing when System Encryption used. | |||||
2020-07-02 | Windows: Don't allow to encrypt the system drive if it is already encrypted ↵ | Mounir IDRASSI | 1 | -0/+1 | |
by BitLocker | |||||
2020-06-26 | Update Language.xml (#645) | Thomas De Rocker | 1 | -1/+1 | |
fix typo | |||||
2020-06-23 | Windows: Don't allow Hidden volume to have the same password, PIM and ↵ | Mounir IDRASSI | 1 | -0/+1 | |
keyfiles as Outer volume | |||||
2019-11-04 | Linux/MacOSX: Add switch to force the use of legacy maximum password length ↵ | Mounir IDRASSI | 1 | -0/+1 | |
(64 UTF8 bytes) The switch is --legacy-password-maxlength | |||||
2019-11-02 | Start following IEEE 1541 agreed naming of bytes (#532) | Meteor0id | 1 | -45/+45 | |
* 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-09-25 | Windows: Add two missing UI strings to XML translation files so that they ↵ | Mounir IDRASSI | 1 | -0/+2 | |
can be localized correctly | |||||
2019-03-03 | Windows: Add missing UI string to XML language files. | Mounir IDRASSI | 1 | -0/+1 | |
2019-03-03 | Windows: Add option to use legacy maximum password length (64 characters) ↵ | Mounir IDRASSI | 1 | -0/+1 | |
instead of new maximum length (128) in UI and command line. This will users who were relying on the UI truncating the passwords to the first 64 characters in the previous versions of VeraCrypt. | |||||
2019-02-08 | Windows: Add option to enable use of CPU RDRAND/RDSEED as source of entropy ↵ | Mounir IDRASSI | 1 | -0/+1 | |
which is now disabled by default | |||||
2019-01-28 | Increase password maximum length to 128 bytes from 64 bytes | Mounir IDRASSI | 1 | -5/+5 | |
2019-01-15 | Windows: enhancements to EFI system encryption, like handling of Multi-Boot ↵ | Mounir IDRASSI | 1 | -0/+1 | |
and better compatibility with Windows Upgrade process. | |||||
2019-01-14 | Windows: Implement feature that enables clearing of encryption keys when a ↵ | Mounir IDRASSI | 1 | -0/+2 | |
new device is inserted. Better implementation for update of EFI bootloader without usage of drive letters (this can fix random issues encountered during Windows upgrade). | |||||
2018-12-19 | Windows: Add mount option that allows mounting a volume without attaching it ↵ | Mounir IDRASSI | 1 | -0/+2 | |
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-08-24 | Windows: implement a driver configuration option to explicitly allow ↵ | Mounir IDRASSI | 1 | -3/+5 | |
defragmenting non-système disques by Windows built-in defragmenter tool. | |||||
2018-08-24 | Windows: Add check on size of file container to ensure it's smaller than ↵ | Mounir IDRASSI | 1 | -0/+1 | |
available free space on disk when this is required. | |||||
2018-08-12 | Windows Installer: implement language selection mechanism at the start of ↵ | Mounir IDRASSI | 1 | -0/+1 | |
the installer to make easier for international users. | |||||
2018-08-07 | Windows: Display a balloon tip warning or error message when the value ↵ | Mounir IDRASSI | 1 | -0/+2 | |
pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached | |||||
2018-04-23 | Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵ | Mounir IDRASSI | 1 | -0/+1 | |
and VeraCrypt-DCS custom keys were not loaded in the machine firmware. | |||||
2018-04-23 | Windows: Fix system encryption issues on machines that always force booting ↵ | Mounir IDRASSI | 1 | -0/+1 | |
on Microsoft bootloader (e.g. HP). | |||||
2018-03-30 | Simplify format of XML language files to make it easy to integrate in ↵ | Mounir IDRASSI | 1 | -1429/+1414 | |
collaborative translation platforms (e.g. Transifex). | |||||
2018-03-20 | XML Languages files: remove unused entry. | Mounir IDRASSI | 1 | -1/+0 | |
2018-03-12 | Language XML file: remove unused text entry. | Mounir IDRASSI | 1 | -1/+0 | |
2018-03-05 | Windows: Replace the text "TRIM operation" by "TRIM command" in UI and ↵ | Mounir IDRASSI | 1 | -1/+1 | |
translations for better consistency. | |||||
2018-03-05 | Windows: Add option to block TRIM command on system encryption SSD drives. | Mounir IDRASSI | 1 | -0/+1 | |
2018-03-05 | XML Languages files: Add translation entry for non-system TRIM configuration | Mounir IDRASSI | 1 | -0/+1 | |
2017-07-23 | Windows: display notice about creating new Rescue Disk at first boot after ↵ | Mounir IDRASSI | 1 | -0/+1 | |
upgrade. | |||||
2017-06-09 | Windows: Enhancements to EFI System Information dialog | Mounir IDRASSI | 1 | -0/+1 | |
2017-06-08 | Windows: Validate XML format of EFI DcsProp after user editing and before ↵ | Mounir IDRASSI | 1 | -0/+6 | |
writing it to disk. Enhance UI handling of DcsProp editing and PlatformInfo display. | |||||
2017-05-28 | Windows: add support for ReFS on Windows 10 when creating normal volumes. | Mounir IDRASSI | 1 | -7/+8 | |
2017-05-15 | Replace Codeplex links by ones on veracrypt.fr | Mounir IDRASSI | 1 | -2/+2 | |
2016-12-30 | Windows: Implement Secure Desktop for password entry. Add option and command ↵ | Mounir IDRASSI | 1 | -0/+1 | |
line switch to activate it. | |||||
2016-12-08 | Windows: use "Temporarily" instead of "Temporary" in the text of a ↵ | Mounir IDRASSI | 1 | -1/+1 | |
preference option | |||||
2016-08-15 | Windows: Implement Rescue Disk support for EFI system encryption | Mounir IDRASSI | 1 | -5/+12 | |
2016-08-15 | Windows: Implement support for EFI system encryption in Windows GUI. | Mounir IDRASSI | 1 | -1/+4 | |
2016-06-17 | Windows: Add Hash and PRF benchmarks to the benchmark dialog. | Mounir IDRASSI | 1 | -1/+4 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 1 | -0/+1 | |
system encryption. | |||||
2016-05-10 | Normalize all line terminators | David Foerster | 1 | -1456/+1456 | |
2016-05-05 | Windows: Add option and command line switch to hide waiting dialog when ↵ | Mounir IDRASSI | 1 | -0/+1 | |
performing operations. | |||||
2016-05-05 | Windows: Add checkbox in "VeraCrypt Format" to skip Rescue Disk verification ↵ | Mounir IDRASSI | 1 | -0/+1 | |
during system encryption wizard | |||||
2016-05-04 | Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid ↵ | Mounir IDRASSI | 1 | -0/+1 | |
having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files. | |||||
2016-04-20 | Windows: Add option to avoid PIM prompt in pre-boot authentication by ↵ | Mounir IDRASSI | 1 | -0/+2 | |
storing PIM value unencrypted in MBR. | |||||
2016-04-14 | Windows: Finalize implementation of the new volume ID mechanism. Use SHA-256 ↵ | Mounir IDRASSI | 1 | -1/+4 | |
instead of SHA-512 to compute volume ID to reduce string size and make more convenient to use. | |||||
2016-04-08 | Windows: start implementation of volume ID mechanism that will be used to ↵ | Mounir IDRASSI | 1 | -0/+3 | |
identify VeraCrypt disk volumes instead of device name. | |||||
2016-01-31 | Windows: Implement GUI indicator for entropy collected from mouse movements. | Mounir IDRASSI | 1 | -0/+1 | |
2016-01-28 | Language XML file: correct errors in some English texts. | Mounir IDRASSI | 1 | -2/+2 | |
2016-01-27 | Language XML files: update with new fields. Reoder node so that new ↵ | Mounir IDRASSI | 1 | -6/+7 | |
additions are at the bottom. This makes it easier for Crowdin.com import. |