VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-15Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys.Mounir IDRASSI1-60/+258
2015-03-13Windows: VeraCrypt reference from various registry locations. Uninstall old V...Mounir IDRASSI2-2/+123
2015-03-08Add Coverity define to avoid false positives during Static Code Analysis when...Mounir IDRASSI1-0/+5
2015-03-08Linux/MacOSX: Load preferences if only volume path is given in command line a...Mounir IDRASSI3-6/+23
2015-03-04Windows: Avoid temporary caching password when mounting multiple favorites. A...Mounir IDRASSI4-17/+34
2015-03-02Windows: if TrueCrypt volume created with a version prior to 6.0, display thi...Mounir IDRASSI3-4/+5
2015-03-02Windows Bootloader: Display message after entering password to inform user th...Mounir IDRASSI1-1/+5
2015-02-28Linux/MacOSX: A configuration option for default hash and default TrueCrypt m...Mounir IDRASSI8-6/+410
2015-02-27Linux/MacOSX: Modify wxFormBuilder generated files directly to solve the 'X' ...Mounir IDRASSI1-6/+6
2015-02-27Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was ca...Mounir IDRASSI8-14/+14
2015-02-25Readme.txt: indicate that on MacOSX building a console-only binary is not sup...Mounir IDRASSI1-2/+4
2015-02-25Windows: Use default hash in the options of hidden volume protectionMounir IDRASSI1-0/+25
2015-02-24Language XML: change the wording of password error messages to reflect the po...Mounir IDRASSI1-6/+6
2015-02-24Windows: remove topmost and system modal properties from the wait dialog so t...Mounir IDRASSI1-2/+1
2015-02-22Windows: check password length for outer volume during hidden volume creation...Mounir IDRASSI1-3/+2
2015-02-22Windows: Add menu option to set default hash and default TrueCrypt mode used ...Mounir IDRASSI5-19/+171
2015-02-22Speed and memory usage optimization for key derivation based on patches by Ni...Mounir IDRASSI3-290/+383
2015-02-16Windows Installer: don't add link to VeraCryptExpander in the desktop.Mounir IDRASSI1-8/+0
2015-02-16Window: add menu entry for launching VeraCryptExpanderMounir IDRASSI4-1/+33
2015-02-16Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ...Mounir IDRASSI8-14/+14
2015-02-13Linux: Perform a quick NTFS formatting by adding the "-f" switch to mkfs.ntfs...Mounir IDRASSI1-0/+4
2015-02-13Windows: Add VeraCryptExpander.exe to the Windows installer.Mounir IDRASSI2-0/+17
2015-02-11Linux: modify installer script to make it run when the "less" command doesn't...Mounir IDRASSI2-4/+24
2015-02-10Linux: Add graphical installer support when xterm is not available (Linux Min...Mounir IDRASSI2-5/+37
2015-02-09Windows: Solve PIN blocked issue when trying to mount a volume right after co...Mounir IDRASSI1-2/+8
2015-02-09Static Code Analysis: check return of remove function and display message whe...Mounir IDRASSI1-22/+45
2015-02-09Static Code Analysis: Avoid over-flaw in arithmetic operations by adding more...Mounir IDRASSI6-58/+172
2015-02-09Static Code Analysis: solve issues in Expander. Use real random values for wi...Mounir IDRASSI1-4/+23
2015-02-09Static Code Analysis: in Windows Driver, avoid using uninitialized stack memo...Mounir IDRASSI3-5/+48
2015-02-09Static Code Analysis: code potential memory leaks in inflate.c used by the se...Mounir IDRASSI1-3/+16
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL except...Mounir IDRASSI10-18/+23
2015-02-09Static Code Analysis: Correct memory leaks. Add more checks.Mounir IDRASSI2-18/+77
2015-02-09Static Code Analysis: clarify macros definition and use.Mounir IDRASSI2-5/+5
2015-02-09Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by chec...Mounir IDRASSI3-70/+180
2015-02-08Linux: solve rare issue where VeraCrypt wrongly reports that another instance...Mounir IDRASSI1-3/+21
2015-02-08Linux/MacOSX: mark RIPEMD-160 as deprecated like it's the case on Windows. It...Mounir IDRASSI1-0/+1
2015-02-08Linux: When not under Gnome/KDE, use xdg-open to open the mounted volume if i...Mounir IDRASSI1-1/+17
2015-02-08Windows: retry UAC prompt operation in case of failure. This avoids cancel th...Mounir IDRASSI4-11/+36
2015-02-08Windows: rename VeraCryptExpander project in the global solutionMounir IDRASSI1-1/+1
2015-02-08Windows Setup: implement removal of non-empty directories to avoid errors dur...Mounir IDRASSI1-1/+19
2015-02-08Activate support of mounting TrueCrypt system partitions.Mounir IDRASSI2-7/+0
2015-02-08Linux/MacOSX: use command line values of TrueCryptMode and PRF as defaults fo...Mounir IDRASSI6-9/+33
2015-02-08Windows: use command line values of TrueCryptMode and PRF as defaults for the...Mounir IDRASSI1-6/+15
2015-01-23Windows: Correct displaying wrong TrueCrypt mode in volume properties when SH...Mounir IDRASSI1-1/+4
2015-01-20Windows: Add first version of VeraCryptExpander who is based on extcv. Minor ...Mounir IDRASSI15-3/+4396
2015-01-20Windows: use the same waiting message in dialog resource as it is in the lang...Mounir IDRASSI1-1/+1
2015-01-06Update the FAQ section of the user guide to include TrueCrypt support informa...VeraCrypt_1.0f-1Mounir IDRASSI1-0/+0
2015-01-05Clarify the waiting dialog message.Mounir IDRASSI1-1/+1
2015-01-04Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows.Mounir IDRASSI1-1/+1
2015-01-04Linux/MacOSX: Add wait dialog to the benchmark computation. Correct handling ...Mounir IDRASSI4-22/+42