VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2018-03-04Windows: Implement TRIM support for non-system SSD partitions/drives and add ↵Mounir IDRASSI8-43/+341
driver option to enable it (TRIM is disabled by default for non-system SSD partitions/drives)
2018-03-04Windows: fix build issue under VS 2017 caused by msxml6.dllMounir IDRASSI1-1/+1
2018-03-04Windows: remove dependency to afxres.h header to allow build on community ↵Mounir IDRASSI6-6/+6
edition of Visual Studio.
2018-03-04Windows: fix build issue of zip library with Visual Studio 2015/2017Mounir IDRASSI3-6/+2
2018-01-21Fix wxWidgets assertion failed when backing up/restoring volume header ↵gv54701-2/+2
(closes #100)
2017-12-13Linux: fix failure to install GUI version under recent versions of KDE.Mounir IDRASSI1-2/+2
2017-12-09Linux: fix compilation error with older versions of gcc (e.g. 4.x)Mounir IDRASSI1-3/+3
2017-12-09Windows: Update signed driver files for 1.22-BETA4Mounir IDRASSI2-0/+0
2017-12-09Increment version to 1.22-BETA4 (1.22.4)Mounir IDRASSI10-19/+19
2017-12-08MacOSX: fix issue that prevented some local help files from opening in the ↵Mounir IDRASSI1-2/+6
browser (e.g Beginner's Tutorial).
2017-12-06MacOSX: Update reference of code signing certificate in Makefile to use new ↵Mounir IDRASSI1-2/+2
IDRIX certificates.
2017-12-06Linux/MacOSX: Avoid OS leaking previously used directory if user choose not ↵Mounir IDRASSI1-2/+12
to save history.
2017-11-29Linux: Only add disk to mountable devices if it doesn't have a partition. ↵Mounir IDRASSI1-4/+7
This fixes a strange issue where the function "open" would fail with error ENOENT (No such file or directory) on a partition (e.g. /dev/sdb1) if it was called previously on the main disk (e.g. /dev/sdb).
2017-11-28Language XML files: remove references to GOST89 since it is not supported ↵Mounir IDRASSI1-6/+0
anymore.
2017-11-28Linux: autodetect host drive name using sysfs (closes #233)gv54701-0/+23
2017-11-27SIMD speed optimization for Kuznyechik cipher implementation (up to 2x ↵Mounir IDRASSI10-167/+9834
speedup). Based on https://github.com/aprelev/libgost15.
2017-11-27Merge pull request #206 from strazzere/patch-1Mounir IDRASSI1-1/+1
Fix typo
2017-11-06Fix compilation on Linux (closes #198)bmintz1-2/+2
This patch was provided by Krytarik Raido via unit93 https://github.com/veracrypt/VeraCrypt/issues/198#issuecomment-341453420
2017-08-30Fix typoTim Strazzere1-1/+1
`incorrrect` -> `incorrect`
2017-08-02Windows: Update signed driver files for 1.22-BETA3Mounir IDRASSI2-0/+0
2017-08-02Windows: Increment version to 1.22-BETA3Mounir IDRASSI8-16/+16
2017-08-02Windows MBR bootloader: reduce CPU usage during password prompt (Credit: ↵Mounir IDRASSI1-1/+22
Jason Pyeron of CipherShed project https://github.com/CipherShed/CipherShed/commit/00ea00e8e6a23a4243316f860aa07ed59203ab97)
2017-07-29Windows: Update signed driver files for 1.22-BETA2-Build6Mounir IDRASSI2-0/+0
2017-07-29Windows: increment version to 1.22-BETA2-Build6Mounir IDRASSI7-13/+13
2017-07-29Windows Driver: avoid allocating memory for some ↵Mounir IDRASSI1-37/+16
IOCTL_STORAGE_QUERY_PROPERTY calls that always return fixed size structures.
2017-07-29Windows: Add portable installer that only extra binaries without the need of ↵Mounir IDRASSI10-23/+846
administrative privileges for extraction.
2017-07-27Windows: Update signed driver files for 1.22-BETA2-Build5Mounir IDRASSI2-0/+0
2017-07-27Windows: increment version to 1.22-BETA2-Build5Mounir IDRASSI7-14/+14
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all ↵Mounir IDRASSI3-40/+50
disks each time instead of caching previous call results. This is not efficient but it should fix rare cases where issues happen.