VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-04Linux/MacOSX: make the cancel button work on the preferences dialog.Mounir IDRASSI1-1/+1
2015-01-04Increment version to 1.0f-1 and update language files and PDF with informatio...Mounir IDRASSI8-23/+23
2015-01-04Language XML: correct error message to show that we support TrueCrypt 6.0 and...Mounir IDRASSI1-1/+1
2015-01-04Windows: better display of volume information and benchmark results.Mounir IDRASSI3-8/+17
2015-01-04Windows Driver: add TrueCrypt mode of mounted volumes to the output of TC_IOC...Mounir IDRASSI2-0/+2
2015-01-04Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to ...Mounir IDRASSI1-1/+1
2015-01-04Linux/MacOSX: change cascade encryption naming format in the UI as it was don...Mounir IDRASSI6-8/+22
2015-01-03Linux/MacOSX: workaround for wxWidgets bug in the method wxTextEntry::IsEmpty...Mounir IDRASSI1-1/+1
2015-01-03Windows: change cascade encryption naming format to reflex mathematical compo...Mounir IDRASSI7-21/+37
2015-01-03Windows: solve XP issue where the installer has missing/blacked out text boxes.Mounir IDRASSI1-12/+0
2015-01-02Linux: solve link error on recent Ubuntu when using shared wxWidgets.Mounir IDRASSI2-2/+5
2015-01-02User Guide: add documentation for /hash command line switch on Windows that i...Mounir IDRASSI1-0/+0
2015-01-02Readme: add makeself to the build requirements for Linux.Mounir IDRASSI1-2/+4
2014-12-31Update the user guide with new screenshots and an entry for TrueCrypt compati...VeraCrypt_1.0fMounir IDRASSI1-0/+0
2014-12-31Increment version to 1.0f and update language XML files with new fields.Mounir IDRASSI7-20/+20
2014-12-30Windows driver: don't fail if the PRF recovered from boot memory is not recog...Mounir IDRASSI1-7/+0
2014-12-30Linux/MacOSX: code refactoring and cleanup.Mounir IDRASSI2-28/+25
2014-12-30Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct man...Mounir IDRASSI39-172/+540