VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-05-25Update Libzip to latest 1.9.2 (#1071)DLL125144-4059/+8304
2023-05-22Linux: Fix printing error when checking freespace during volume creationMounir IDRASSI1-1/+6
2023-05-21Linux/macOS: Better handling of wrong PIM value in text mode (enhances PR#1026)Mounir IDRASSI1-1/+4
2023-05-21Keep PIM secret and re-ask when user entered a wrong value (#1026)Bogdan Drozdowski1-1/+5
2023-05-19Added line breaks between new copyright holders (#963)Marius Kjærstad1-2/+2
2023-05-19update zlib to latest version 1.2.13 (#986)Wendigo18-228/+262
2023-05-19wxWidget assert failure bug (#999)Es6-107/+113
2023-05-19OpenBSD vnconfig no longer needs -c option (#1002)ZhanYF1-2/+0
2023-05-18Fix compiler warnings (#1030)David1-2/+2
2023-05-18Fix mount.veracrypt (#1064)Jertzukka1-2/+2
2023-05-18Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes (...Jertzukka2-1/+2
2023-05-18Linux/macOS: Suppress asserts displayed by wxWidgets 3.1.6+ for sizer flags u...Mounir IDRASSI1-0/+1
2023-05-18Linux: Fix .deb package compatibility with Ubuntu 23.04Mounir IDRASSI1-1/+5
2022-12-11Windows MSI: fix failure to create MSI because of missing html files during p...Mounir IDRASSI1-1/+1
2022-12-11Windows MSI: Add reference to newly added documentation files. Remove referen...Mounir IDRASSI1-4/+112
2022-12-11Documentation: remove usage of CSS collapsible to avoid breaking CHM generati...Mounir IDRASSI1-2/+6
2022-12-11Revert "New sys enc wizard (#957)"Mounir IDRASSI12-1001327/+279
2022-08-25New sys enc wizard (#957)SysEncWizardPR957Felix Reichmann12-279/+1001327
2022-08-25Windows: use newer MEMORYSTATUSEX structure in call to GlobalMemoryStatusExMounir IDRASSI1-3/+3
2022-08-25Minor bugfixes (#950)Wendigo2-6/+12
2022-08-21Fix incorrect text color in dark mode (#920)Kenneth Chew2-3/+3
2022-08-21Fixed a typo error (#929)Matteo Baccan1-1/+1
2022-08-16Documentation overwork (#953)Felix Reichmann1-47/+3
2022-03-31Update zlib to version 1.2.12Mounir IDRASSI18-989/+10767
2022-03-26Windows: Add various checks to address Coverity reported issues.Mounir IDRASSI11-28/+105
2022-03-26Windows: check result of WriteFile and don't block if it is failing (Coverity)Mounir IDRASSI1-4/+10
2022-03-26Remove dead code from chacha_ECRYPT_encrypt_bytes (Coverity)Mounir IDRASSI2-15/+16
2022-03-26Windows: Fix wrong parameter to CloseHandle function in case of failure of Cr...Mounir IDRASSI1-1/+1
2022-03-22Update release notes for 1.26.0 and set its date to March 21st 2022Mounir IDRASSI6-9/+9
2022-03-21Windows: Add latest 1.26 EFI bootloader files that are signed by Microsoft th...Mounir IDRASSI12-0/+0
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI41-47/+47
2022-03-21Add missing Blake2s source filesMounir IDRASSI10-0/+1474
2022-03-21Windows: Display message to recreate Rescue Disk when upgrading from version ...Mounir IDRASSI1-1/+1
2022-03-21Windows: Block upgrade of VeraCrypt is the system is encrypted using RIPEMD-1...Mounir IDRASSI5-0/+42
2022-03-21Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF nameMounir IDRASSI1-1/+1
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...Mounir IDRASSI50-1944/+482
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI46-38/+38
2022-02-19Linux/MacOSX: Fix hidden volume settings not correctly displayed when enablin...Mounir IDRASSI3-4/+7
2022-02-18Linux: Fix code dump when built with -D_GLIBCXX_ASSERTIONS caused by an asser...Mounir IDRASSI1-1/+0
2022-02-16Windows: Fix wrong Debug reference in VS2019 solution fileMounir IDRASSI1-8/+8
2022-02-16Update Release Notes and release dateMounir IDRASSI1-1/+1
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI17-19/+19
2022-02-13Linux/FreeBSD: Enable building without AESNI support by setting environment v...Mounir IDRASSI4-7/+32
2022-02-11Windows: remove debugging left over call to MessageBoxMounir IDRASSI1-1/+0
2022-02-11Windows: Activate lzma project build for x64 targetMounir IDRASSI1-0/+4
2022-02-11Update copyrights following integration of LZMA SDKMounir IDRASSI7-94/+358
2022-02-11Update Release Notes and set release date to February 10th.Mounir IDRASSI1-1/+1
2022-02-11Windows: Increment version to 1.25.8.1 and update signed Windows driversMounir IDRASSI15-16/+16
2022-02-10Windows Driver: Don't cache the password if outer volume mounting succeeds bu...Mounir IDRASSI3-6/+23
2022-02-10Windows: Reduce the size of installers by almost 50% by using LZMA compressio...Mounir IDRASSI41-117/+13661