Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-09 | Increment version to 1.22-BETA4 (1.22.4) | Mounir IDRASSI | 10 | -19/+19 | |
2017-12-08 | MacOSX: fix issue that prevented some local help files from opening in the ↵ | Mounir IDRASSI | 1 | -2/+6 | |
browser (e.g Beginner's Tutorial). | |||||
2017-12-06 | MacOSX: Update reference of code signing certificate in Makefile to use new ↵ | Mounir IDRASSI | 1 | -2/+2 | |
IDRIX certificates. | |||||
2017-12-06 | Linux/MacOSX: Avoid OS leaking previously used directory if user choose not ↵ | Mounir IDRASSI | 1 | -2/+12 | |
to save history. | |||||
2017-11-29 | Linux: Only add disk to mountable devices if it doesn't have a partition. ↵ | Mounir IDRASSI | 1 | -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-28 | Language XML files: remove references to GOST89 since it is not supported ↵ | Mounir IDRASSI | 1 | -6/+0 | |
anymore. | |||||
2017-11-28 | Linux: autodetect host drive name using sysfs (closes #233) | gv5470 | 1 | -0/+23 | |
2017-11-27 | SIMD speed optimization for Kuznyechik cipher implementation (up to 2x ↵ | Mounir IDRASSI | 10 | -167/+9834 | |
speedup). Based on https://github.com/aprelev/libgost15. | |||||
2017-11-27 | Merge pull request #206 from strazzere/patch-1 | Mounir IDRASSI | 1 | -1/+1 | |
Fix typo | |||||
2017-11-06 | Fix compilation on Linux (closes #198) | bmintz | 1 | -2/+2 | |
This patch was provided by Krytarik Raido via unit93 https://github.com/veracrypt/VeraCrypt/issues/198#issuecomment-341453420 | |||||
2017-08-30 | Fix typo | Tim Strazzere | 1 | -1/+1 | |
`incorrrect` -> `incorrect` | |||||
2017-08-02 | Windows: Update signed driver files for 1.22-BETA3 | Mounir IDRASSI | 2 | -0/+0 | |
2017-08-02 | Windows: Increment version to 1.22-BETA3 | Mounir IDRASSI | 8 | -16/+16 | |
2017-08-02 | Windows MBR bootloader: reduce CPU usage during password prompt (Credit: ↵ | Mounir IDRASSI | 1 | -1/+22 | |
Jason Pyeron of CipherShed project https://github.com/CipherShed/CipherShed/commit/00ea00e8e6a23a4243316f860aa07ed59203ab97) | |||||
2017-07-29 | Windows: Update signed driver files for 1.22-BETA2-Build6 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-29 | Windows: increment version to 1.22-BETA2-Build6 | Mounir IDRASSI | 7 | -13/+13 | |
2017-07-29 | Windows Driver: avoid allocating memory for some ↵ | Mounir IDRASSI | 1 | -37/+16 | |
IOCTL_STORAGE_QUERY_PROPERTY calls that always return fixed size structures. | |||||
2017-07-29 | Windows: Add portable installer that only extra binaries without the need of ↵ | Mounir IDRASSI | 10 | -23/+846 | |
administrative privileges for extraction. | |||||
2017-07-27 | Windows: Update signed driver files for 1.22-BETA2-Build5 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-27 | Windows: increment version to 1.22-BETA2-Build5 | Mounir IDRASSI | 7 | -14/+14 | |
2017-07-27 | Windows: when mounting system favorites using VolumeID feature, query all ↵ | Mounir IDRASSI | 3 | -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-27 | Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls ↵ | Mounir IDRASSI | 5 | -153/+156 | |
to avoid failure with disk drivers that don't support returning only sizeof(DISK_GEOMETRY_EX). | |||||
2017-07-27 | Windows driver: correctly handle IOCTL_DISK_GET_DRIVE_GEOMETRY_EX to fix ↵ | Mounir IDRASSI | 3 | -44/+208 | |
issues with some disks. Implement IOCTL_STORAGE_GET_MEDIA_TYPES_EX. | |||||
2017-07-23 | Windows MBR Bootloader: always compress bootloader with upx to reduce ↵ | Mounir IDRASSI | 1 | -2/+2 | |
runtime memory requirement thanks to its in-place decompression. | |||||
2017-07-23 | Windows: Update signed driver files for 1.22-BETA2-Build1 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-23 | Windows: Increment version to 1.22-BETA2-Build1 | Mounir IDRASSI | 7 | -14/+14 | |
2017-07-23 | Windows: display notice about creating new Rescue Disk at first boot after ↵ | Mounir IDRASSI | 6 | -1/+31 | |
upgrade. | |||||
2017-07-23 | Windows Driver: make IOCTL_DISK_GET_DRIVE_GEOMETRY_EX support optional. Make ↵ | Mounir IDRASSI | 2 | -17/+20 | |
disk size equal to partition size to avoid compatibility issues with existing software. | |||||
2017-07-23 | Windows Driver: add legacy handling for ↵ | Mounir IDRASSI | 1 | -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-22 | Windows: reduce size of MBR bootloader by removing unused functions in each ↵ | Mounir IDRASSI | 8 | -77/+36 | |
build type. | |||||
2017-07-20 | Windows: fix truncated license text in installer wizard. | Mounir IDRASSI | 2 | -5/+13 | |
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-20 | Windows: Update signed driver files for 1.22-BETA1-Build4 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-20 | Windows: Increment version to 1.22-BETA1-Build4 | Mounir IDRASSI | 6 | -22/+22 | |
2017-07-20 | Windows: enable secure desktop feature for VeraCrypt Format application. | Mounir IDRASSI | 1 | -2/+2 | |
2017-07-20 | Windows driver: only activate newly supported IOCTLs if the option to enable ↵ | Mounir IDRASSI | 1 | -43/+83 | |
extended IOCTLs is enabled in VeraCrypt driver settings. | |||||
2017-07-20 | Windows driver: fix IOCTL_DISK_GET_DRIVE_LAYOUT and ↵ | Mounir IDRASSI | 1 | -2/+2 | |
IOCTL_DISK_GET_DRIVE_LAYOUT_EX output by using setting PartitionCount to 4 instead of 1 since this field must always be a multiple of 4 for MBR disks. | |||||
2017-07-20 | Windows driver: remove filesystem detection mechanism when mounting volumes ↵ | Mounir IDRASSI | 1 | -82/+0 | |
since it is not reliable. | |||||
2017-07-20 | Windows: use Secure Desktop for smart card PIN dialog if it is activated for ↵ | Mounir IDRASSI | 1 | -1/+1 | |
password dialog. | |||||
2017-07-20 | Windows: better workaround for cases where ERROR_INVALID_PARAMETER is ↵ | Mounir IDRASSI | 2 | -35/+108 | |
returned during system encryption which is due to 4096-bytes alignment of disk. | |||||
2017-07-20 | Windows: in case of mounting system favorites, call driver to get list of ↵ | Mounir IDRASSI | 3 | -81/+100 | |
drives instead of using SetupAPI in order to fix some rare issues where some disks were not detected at boot. | |||||
2017-07-19 | Windows MBR bootloader: remove unused test function in release build | Mounir IDRASSI | 2 | -0/+5 | |
2017-07-19 | Windows MBR bootloader: reduce required stack size for cascade bootloader by ↵ | Mounir IDRASSI | 1 | -0/+2 | |
removing unnecessary field from Twofish structure in this case. | |||||
2017-07-19 | Windows MBR Bootloader: workaround for 16-bit compiler internal error when ↵ | Mounir IDRASSI | 1 | -4/+4 | |
compiling Camellia source code. In GET_UINT32_BE macro, we use |= operator instead of ORing shift values. | |||||
2017-07-19 | Windows: Update signed driver files for 1.22-BETA0 | Mounir IDRASSI | 2 | -0/+0 | |
2017-07-19 | Windows: Increment version to 1.22-BETA0 | Mounir IDRASSI | 6 | -13/+13 | |
2017-07-19 | Windows Driver: remove dependency to wcsstr by using simple memcmp comparison | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-16 | RPI, armv7 target | kavsrf | 1 | -0/+3 | |
2017-07-10 | FreeBSD: make official FreeBSD build script executableVeraCrypt_1.21 | Mounir IDRASSI | 1 | -0/+0 | |
2017-07-10 | FreeBSD: enable wxWidgets static build by default in official build script | Mounir IDRASSI | 1 | -4/+4 | |