VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-09Increment version to 1.22-BETA4 (1.22.4)Mounir IDRASSI48-57/+57
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-12-05Documentation: Remove codeplex reference from Flattr donation link.Mounir IDRASSI1-1/+1
2017-12-05Docummentation: correct Release Notes for 1.22-BETA3Mounir IDRASSI1-1/+2
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 IDRASSI38-43/+0
anymore.
2017-11-28Merge pull request #243 from gv5470/patch-233-prMounir IDRASSI1-0/+23
Linux: autodetect host drive name using sysfs (closes #233)
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-27Documentation: Add OSX 10.13 High Sierra to the list of support operating ↵Mounir IDRASSI2-0/+1
systems.
2017-11-27Merge pull request #206 from strazzere/patch-1Mounir IDRASSI1-1/+1
Fix typo
2017-11-27Merge pull request #226 from TigerxWood/patch-2Mounir IDRASSI1-12/+13
Romanian Translation: Update to ver. 122 and made some corrections.
2017-11-27Merge pull request #230 from bmintz/issue-198Mounir IDRASSI1-2/+2
Fix compilation on Linux (closes #198)
2017-11-27Merge pull request #227 from wwj402/patch-1Mounir IDRASSI1-65/+65
Update Language.zh-cn.xml
2017-11-27Merge pull request #234 from user9209/masterMounir IDRASSI1-1/+1
fixed kuznyechik blocksize in german description
2017-11-10fixed kuznyechik blocksize in german descriptionGeorg Schmidt1-1/+1
2017-11-10Update ver. 1.22 beta3TigerxWood1-1/+1
Corrected lang="ro" for key="GPT_BOOT_DRIVE_UNSUPPORTED">
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-11-05Update Language.zh-cn.xmlwwj4021-65/+65
Chinese Simplified language 1.22-BETA3 translation update.
2017-11-04Update to ver. 122 and made some corections.TigerxWood1-12/+13
The line 1403 ="GOST89_HELP" is still there, should be removed, because from ver. 1.19 the encryption algorithm was removed.
2017-08-30Fix typoTim Strazzere1-1/+1
`incorrrect` -> `incorrect`
2017-08-09Language XML files: update Czech translation (contributed by Lagardere)Mounir IDRASSI1-20/+20
2017-08-02Docummentation: update Release Notes for 1.22-BETA3Mounir IDRASSI2-2/+3
2017-08-02Windows: Update signed driver files for 1.22-BETA3Mounir IDRASSI2-0/+0
2017-08-02Windows: Increment version to 1.22-BETA3Mounir IDRASSI46-54/+54
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-27Documentation: update release notes for 1.22-BETA2-Build5Mounir IDRASSI2-1/+1
2017-07-27Language Files: update polish translationMounir IDRASSI1-1/+1
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.
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵Mounir IDRASSI5-153/+156
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX).
2017-07-27Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix ↵Mounir IDRASSI3-44/+208
issues with some disks. Implement IOCTL_STORAGE_GET_MEDIA_TYPES_EX.
2017-07-23Documentation: update release notes for 1.22-BETA2-Build1Mounir IDRASSI2-1/+1
2017-07-23Windows MBR Bootloader: always compress bootloader with upx to reduce ↵Mounir IDRASSI1-2/+2
runtime memory requirement thanks to its in-place decompression.
2017-07-23Windows: Update signed driver files for 1.22-BETA2-Build1Mounir IDRASSI2-0/+0
2017-07-23Windows: Increment version to 1.22-BETA2-Build1Mounir IDRASSI45-52/+52
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after ↵Mounir IDRASSI44-1/+69
upgrade.
2017-07-23Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ↵Mounir IDRASSI2-17/+20
disk size equal to partition size to avoid compatibility issues with existing software.
2017-07-23Windows Driver: add legacy handling for ↵Mounir IDRASSI1-23/+42
IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_DISK_GET_DRIVE_LAYOUT IOCTLs to fix issues with faulty applications and drivers that don't handle them correctly.
2017-07-23Documentation: Remove OSX 10.6 from list of officially supported operating ↵Mounir IDRASSI2-1/+0
systems
2017-07-22Windows: reduce size of MBR bootloader by removing unused functions in each ↵Mounir IDRASSI8-77/+36
build type.
2017-07-20Windows: fix truncated license text in installer wizard.Mounir IDRASSI2-5/+13
2017-07-20Windows: display prompt to upgrade Rescue Disk when installing 1.22 version ↵Mounir IDRASSI1-1/+1
because of the fix for hidden os boot issue on some machines.