Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-27 | Windows: Better command line handling to make it more strict and robust. ↵ | Mounir IDRASSI | 4 | -149/+133 | |
This avoids issues when using wrong syntax. | |||||
2015-04-26 | Linux: in command line, support hash algorithm names without '-' as on ↵ | Mounir IDRASSI | 2 | -3/+14 | |
Windows ("sha256", "sha512", "ripemd160") | |||||
2015-04-19 | Windows: solve translation issue with IDM_DEFAULT_MOUNT_PARAMETERS menu item | Mounir IDRASSI | 1 | -3/+2 | |
2015-04-19 | Linux: Correct wxWidgets assert warnings when displaying about/LegalNotice ↵ | Mounir IDRASSI | 2 | -4/+2 | |
dialogs. This didn't happen with official binaries because the library used disables asserts. | |||||
2015-04-19 | Windows: lower position of "Never save history" checkbox to avoid wrong clicks | Mounir IDRASSI | 1 | -1/+1 | |
2015-04-19 | Linux installer: Add support for kdesudo and correct usage of konsole ↵ | Mounir IDRASSI | 2 | -3/+4 | |
external call. | |||||
2015-04-11 | Windows: add a test code-signing certificate and a batch file to sign ↵ | Mounir IDRASSI | 3 | -0/+60 | |
binaries and the installer with it. | |||||
2015-04-06 | MacOSX: Set properly the version in the bundle and the installation package. ↵VeraCrypt_1.0f-2 | Mounir IDRASSI | 2 | -3/+5 | |
Allow downgrading using older installers. | |||||
2015-04-06 | MacOSX: Correctly handle OSX dock "reopen-application" event and Cocoa ↵ | Mounir IDRASSI | 2 | -4/+15 | |
openFiles message instead of the deprecated Carbon "open-document" event | |||||
2015-04-06 | Linux/MaxOSX: correctly detect type of internal exceptions | Mounir IDRASSI | 2 | -6/+9 | |
2015-04-06 | MacOSX: solve issue volumes not auto-dismounting when quitting VeraCrypt. ↵ | Mounir IDRASSI | 2 | -2/+63 | |
restore main VeraCrypt window if is in background when we need to display various dialogs | |||||
2015-04-06 | Windows: update projects build dependencies in Visual Studio solution files | Mounir IDRASSI | 1 | -0/+13 | |
2015-04-06 | Increment VeraCrypt version to 1.0f-2 | Mounir IDRASSI | 8 | -27/+30 | |
2015-04-06 | Update user guide PDF | Mounir IDRASSI | 1 | -0/+0 | |
2015-04-06 | Windows: Require upgrading rescue disk since we changed bootloader in 1.0f-2 | Mounir IDRASSI | 1 | -1/+1 | |
2015-04-06 | Windows: use secure string functions | Mounir IDRASSI | 2 | -704/+698 | |
2015-04-06 | Windows vulnerability fix: CryptAcquireContext vulnerability fix. Add checks ↵ | Mounir IDRASSI | 13 | -24/+171 | |
to random generator to abort in case of error and display a diagnose message to the user. | |||||
2015-04-05 | Linux/MacOSX: Always add the source location when system exception occur in ↵ | Mounir IDRASSI | 1 | -2/+1 | |
order to help diagnose users issues. | |||||
2015-04-05 | Linux/MacOSX: correctly handle some internal exception classes that were ↵ | Mounir IDRASSI | 1 | -0/+4 | |
missed by the WaitDialog class. | |||||
2015-04-05 | Windows Setup: Avoid potential issues by correctly initializing variables ↵ | Mounir IDRASSI | 1 | -13/+13 | |
and checking memory allocation. | |||||
2015-03-23 | Linux: solve mount point permission issues for some users where the non-FAT ↵ | Mounir IDRASSI | 1 | -0/+17 | |
volumes were only mounted in read-only mode | |||||
2015-03-19 | Windows: correctly handle WIN32 LastError when mounting. Harmonize file ↵ | Mounir IDRASSI | 2 | -53/+77 | |
access checks between GUI and console. Skip ERROR_SHARING_VIOLATION in primary check in order to let the driver handle it more thoroughly. | |||||
2015-03-17 | Windows Setup: When clicking uninstall link, launch Windows Add/Remove ↵ | Mounir IDRASSI | 1 | -6/+15 | |
program instead of uninstall directly in order to avoid being flagged as legacy application by the Windows Program Compatibility Assistant (see number 5 in Microsoft UI Design Standard https://msdn.microsoft.com/en-us/library/ms954377.aspx) | |||||
2015-03-16 | Windows Setup: remove other VeraCrypt references for registry. | Mounir IDRASSI | 1 | -0/+6 | |
2015-03-15 | Windows Setup: implement removal of special LEGACY_VERACRYPT registry keys. | Mounir IDRASSI | 1 | -60/+258 | |
2015-03-13 | Windows: VeraCrypt reference from various registry locations. Uninstall old ↵ | Mounir IDRASSI | 2 | -2/+123 | |
VeraCrypt COM interfaces that were left after upgrading. | |||||
2015-03-08 | Add Coverity define to avoid false positives during Static Code Analysis ↵ | Mounir IDRASSI | 1 | -0/+5 | |
when TC_THROW_FATAL_EXCEPTION is used in the code | |||||
2015-03-08 | Linux/MacOSX: Load preferences if only volume path is given in command line ↵ | Mounir IDRASSI | 3 | -6/+23 | |
and GUI mode enabled. | |||||
2015-03-04 | Windows: Avoid temporary caching password when mounting multiple favorites. ↵ | Mounir IDRASSI | 4 | -17/+34 | |
Add option to activate this if needed. | |||||
2015-03-02 | Windows: if TrueCrypt volume created with a version prior to 6.0, display ↵ | Mounir IDRASSI | 3 | -4/+5 | |
this version in the error message to help users understand why it is not working. | |||||
2015-03-02 | Windows Bootloader: Display message after entering password to inform user ↵ | Mounir IDRASSI | 1 | -1/+5 | |
that the password is being processed. Without this, users coming from TrueCrypt think that the system is freezed since they expect it to boot quickly. | |||||
2015-02-28 | Linux/MacOSX: A configuration option for default hash and default TrueCrypt ↵ | Mounir IDRASSI | 8 | -6/+410 | |
mode used for mounting volumes (Menu Settings -> Default Mount Parameters). Implement priority of command line arguments over default values. | |||||
2015-02-27 | Linux/MacOSX: Modify wxFormBuilder generated files directly to solve the 'X' ↵ | Mounir IDRASSI | 1 | -6/+6 | |
icon not closing some dialog because we can't workaround wxFormBuilder bug without introducing other issues (the correct SetExtraStyle call must be present at the beginning of the constructor, so it must be present in the generated files). Each time we generated new sources, Forms.cpp must be manually modify it to keep this correction. | |||||
2015-02-27 | Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was ↵ | Mounir IDRASSI | 8 | -14/+14 | |
caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value." This reverts commit 400fd599f812b057b0674f2ae0e0141e7c35a332. | |||||
2015-02-25 | Readme.txt: indicate that on MacOSX building a console-only binary is not ↵ | Mounir IDRASSI | 1 | -2/+4 | |
supported. | |||||
2015-02-25 | Windows: Use default hash in the options of hidden volume protection | Mounir IDRASSI | 1 | -0/+25 | |
2015-02-24 | Language XML: change the wording of password error messages to reflect the ↵ | Mounir IDRASSI | 1 | -6/+6 | |
possibility of a wrong PRF. Replace "VeraCrypt volume" by "valid volume" since TrueCrypt is also supported. | |||||
2015-02-24 | Windows: remove topmost and system modal properties from the wait dialog so ↵ | Mounir IDRASSI | 1 | -2/+1 | |
that it doesn't disturb other applications. | |||||
2015-02-22 | Windows: check password length for outer volume during hidden volume ↵ | Mounir IDRASSI | 1 | -3/+2 | |
creation to avoid potential plausible deniability issues. | |||||
2015-02-22 | Windows: Add menu option to set default hash and default TrueCrypt mode used ↵ | Mounir IDRASSI | 5 | -19/+171 | |
for mounting volumes (Menu Settings -> Default Mount Parameters) | |||||
2015-02-22 | Speed and memory usage optimization for key derivation based on patches by ↵ | Mounir IDRASSI | 3 | -290/+383 | |
Nils Maier. 20% improvement on 64-bit CPU for SHA512 and SHA256, 11% for Whirlpool and 13% for RIPEMD-160. | |||||
2015-02-16 | Windows Installer: don't add link to VeraCryptExpander in the desktop. | Mounir IDRASSI | 1 | -8/+0 | |
2015-02-16 | Window: add menu entry for launching VeraCryptExpander | Mounir IDRASSI | 4 | -1/+33 | |
2015-02-16 | Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by ↵ | Mounir IDRASSI | 8 | -14/+14 | |
a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value. | |||||
2015-02-13 | Linux: Perform a quick NTFS formatting by adding the "-f" switch to ↵ | Mounir IDRASSI | 1 | -0/+4 | |
mkfs.ntfs. Without this, the creation of big NTFS volumes takes ages. The code already takes care of the empty sectors by encrypting them with different key to randomize plaintext. | |||||
2015-02-13 | Windows: Add VeraCryptExpander.exe to the Windows installer. | Mounir IDRASSI | 2 | -0/+17 | |
2015-02-11 | Linux: modify installer script to make it run when the "less" command ↵ | Mounir IDRASSI | 2 | -4/+24 | |
doesn't support the -X argument (Busybox case) | |||||
2015-02-10 | Linux: Add graphical installer support when xterm is not available (Linux ↵ | Mounir IDRASSI | 2 | -5/+37 | |
Mint case) | |||||
2015-02-09 | Windows: Solve PIN blocked issue when trying to mount a volume right after ↵ | Mounir IDRASSI | 1 | -2/+8 | |
configuring the PKCS#11 module. Always ensure that we are using a valid window handle as a parent. | |||||
2015-02-09 | Static Code Analysis: check return of remove function and display message ↵ | Mounir IDRASSI | 1 | -22/+45 | |
when it fails. |