VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled ↵Mounir IDRASSI12-50/+341
and VeraCrypt-DCS custom keys were not loaded in the machine firmware.
2018-04-23Windows: Update EFI bootloader binaries that implement the new workaround ↵Mounir IDRASSI8-0/+0
for system encryption issues.
2018-04-23Windows: Fix system encryption issues on machines that always force booting ↵Mounir IDRASSI5-9/+135
on Microsoft bootloader (e.g. HP).
2018-04-23Windows: enhance ReflectDrivers mechanism by persisting it across major ↵Mounir IDRASSI3-4/+42
Windows upgrades.
2018-04-23Windows: code refactoringMounir IDRASSI1-15/+10
2018-04-23Windows: remove ending backslash from installation path written to ↵Mounir IDRASSI1-0/+7
SetupConfig.ini
2018-04-23Windows: fix driver inf fileMounir IDRASSI5-16/+21
2018-04-23Windows: implement compatibility for Windows 10 major updates using ↵Mounir IDRASSI18-77/+326
ReflectDrivers mechanism whose support started from Windows 10 version 1607.
2018-04-23Windows: handle case when parameter of VerifyModuleSignature is enclosed ↵Mounir IDRASSI1-1/+16
between quotation marks
2018-04-23Windows: during install, copy the 64-bit driver if we are running on 64-bit ↵Mounir IDRASSI1-1/+1
windows
2018-04-23Windows: modify travel disk creation to get binaries from within setup exe ↵Mounir IDRASSI5-87/+159
files instead of copying existing binaries. This is needed since now we only install binaries of the current architecture.
2018-04-23Windows: simplify installer logic by copying only binaries for the current ↵Mounir IDRASSI6-54/+42
architecture.
2018-04-23Windows: implement internal verification of Authenticode digital signature ↵Mounir IDRASSI5-26/+231
for all modules to protect against simple binaries tampering.
2018-04-23Windows: when extracting files in Setup or Portable mode, decompress zip ↵Mounir IDRASSI1-5/+23
files docs.zip and Languages.zip in order to have ready to use configuration.
2018-04-05FreeBSD/Linux/OSX: replace some remaining TrueCrypt.tc file extension in the ↵Mounir IDRASSI2-4/+4
code by VeraCrypt .hc extension
2018-04-05Windows: when Secure Desktop is enabled, use it for Mount Options dialog if ↵Mounir IDRASSI1-3/+3
it is displayed before password dialog (e.g. using menu Volumes > Mount Volume with Options) since it may contains the password for hidden volume.
2018-04-04FreeBSD/MacOSX: fix for missing <sys/sysmacros.h> headerMounir IDRASSI1-0/+2
2018-04-04Platform/Unix: include <sys/sysmacros.h> for major/minor macros (#303)Gokturk Yuksek1-0/+1
Starting with glibc 2.26, macros "major" and "minor" are only available from <sys/sysmacros.h> [0]. The build fails with the following without including this header: Unix/FilesystemPath.cpp:84:49: error: ‘major’ was not declared in this scope Unix/FilesystemPath.cpp:84:113: error: ‘minor’ was not declared in this scope [0] https://sourceware.org/ml/libc-alpha/2017-02/msg00079.html
2018-03-30Windows: Update EFI bootloader files for 1.22 releaseMounir IDRASSI6-0/+0
2018-03-30Windows: Update signed driver files for 1.22Mounir IDRASSI2-0/+0
2018-03-30Increment version to 1.22 (1.22.9)Mounir IDRASSI12-32/+32
2018-03-30Windows: workaround for cases where password dialog is not able to get focus.Mounir IDRASSI1-1/+16
2018-03-30Simplify format of XML language files to make it easy to integrate in ↵Mounir IDRASSI3-1438/+1416
collaborative translation platforms (e.g. Transifex).
2018-03-28Windows: Update EFI bootloader files for 1.22-BETA8Mounir IDRASSI6-0/+0
2018-03-28Increment version to 1.22-BETA8 (1.22.8)Mounir IDRASSI10-28/+28
2018-03-28Windows: use the same default value for EFI system encryption password ↵Mounir IDRASSI1-2/+2
prompt as in the one used in the bootloader.
2018-03-27Linux/MacOSX: use latest wxWidgets version 3.0.4 for official buildMounir IDRASSI3-3/+3
2018-03-27Windows: Update EFI bootloader files for 1.22-BETA7Mounir IDRASSI6-0/+0
2018-03-27Windows: Update signed driver files for 1.22-BETA7Mounir IDRASSI2-0/+0
2018-03-27Increment version to 1.22-BETA7 (1.22.7)Mounir IDRASSI10-28/+28
2018-03-27Linux/MacOSX: make the benchmark dialog resize dynamically to accommodate ↵Mounir IDRASSI1-0/+5
the displayed results.
2018-03-27Crypto: Add support for 5 new cascades of cipher algorithms ↵Mounir IDRASSI8-6/+406
(Camellia-Kuznyechik, Camellia-Serpent, Kuznyechik-AES, Kuznyechik-Serpent-Camellia and Kuznyechik-Twofish)
2018-03-25Increment version to 1.22-BETA6 (1.22.6)Mounir IDRASSI10-28/+28
2018-03-25Windows: handle rare case where call to SwitchDestop fails when trying to ↵Mounir IDRASSI1-11/+30
display password dialog in our secure desktop. This can happen for example if VeraCrypt process is launched early when user session is opened and it tries to load favorites before user workstation becomes visible.
2018-03-25Windows: use cleaner approach to implement bringing our windows to ↵Mounir IDRASSI1-14/+23
foreground. The previous implementation was causing issues with other application, like random freezing.
2018-03-25Windows: ensure that out secure desktop has always user input to avoid cases ↵Mounir IDRASSI1-0/+76
where another application switch to default desktop while our password dialog is displayed.
2018-03-22Update dates on some copyrights statementsMounir IDRASSI3-7/+7
2018-03-22Update EFI bootloader files to latest VeraCrypt-DCS (commit "llmath updated ↵Mounir IDRASSI14-0/+0
(EFI based)")
2018-03-22Windows: Update signed driver files for 1.22-BETA5Mounir IDRASSI2-0/+0
2018-03-22Increment version to 1.22-BETA5 (1.22.5)Mounir IDRASSI10-30/+30
2018-03-20Windows: Fix some cases of external applications freezing during ↵Mounir IDRASSI1-1/+38
mount/dismount by using an internal window as parent to the waiting dialog instead of the desktop window.
2018-03-20XML Languages files: remove unused entry.Mounir IDRASSI1-1/+0
2018-03-18Update various copyright dates.Mounir IDRASSI5-16/+16
2018-03-18Windows: Update libzip to version 1.5.0 that include fixes for some security ↵Mounir IDRASSI118-3477/+4699
issues.
2018-03-13Windows: when /silent specified in command line, avoid performing any WIN32 ↵Mounir IDRASSI2-77/+108
UI calls. This fixes issue of current application losing focus when VeraCrypt is run with /quit /silent (cf https://github.com/veracrypt/VeraCrypt/issues/274)
2018-03-12Language XML file: remove unused text entry.Mounir IDRASSI1-1/+0
2018-03-12Windows: make TRIM blocking option grayed in System -> Settings UI under ↵Mounir IDRASSI1-2/+11
hidden OS since TRIM commands are always blocked in this case.
2018-03-05Windows: Replace the text "TRIM operation" by "TRIM command" in UI and ↵Mounir IDRASSI2-2/+2
translations for better consistency.
2018-03-05Windows: Add option to block TRIM command on system encryption SSD drives.Mounir IDRASSI8-28/+86
2018-03-05XML Languages files: Add translation entry for non-system TRIM configurationMounir IDRASSI1-0/+1