Age | Commit message (Expand) | Author | Files | Lines |
2014-11-08 | Point to the SourceForge website instead of idrix.fr for the application link... | Mounir IDRASSI | 2 | -4/+4 |
2014-11-08 | Update wxWidgets compilation flags in order to be compatible with wxWidgets 3... | Mounir IDRASSI | 1 | -2/+4 |
2014-11-08 | Replace 'TRUE' by 'VERA' in some GUI constants and comments | Mounir IDRASSI | 3 | -9/+9 |
2014-11-08 | Change legacy version check in newly added Linux/MacOSX sources from 0x600 (T... | Mounir IDRASSI | 4 | -8/+8 |
2014-11-08 | Require to upgrade rescue disk if upgrading from version 1.0a of VeraCrypt in... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Remove some legacy code inherited from True and that doesn't apply to VeraCrypt | Mounir IDRASSI | 2 | -118/+1 |
2014-11-08 | Detect correctly VeraCrypt rescue disk by looking for the little-endian encod... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Set volume header to 'VERA' instead of 'TRUE' in newly added Linux/MacOSX code | Mounir IDRASSI | 1 | -8/+8 |
2014-11-08 | Correct typos introduced inadvertently | Mounir IDRASSI | 2 | -4/+4 |
2014-11-08 | Correct values of RIPEMD160 iterations count to be identical to Windows ones ... | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Change TrueCrypt to VeraCrypt in some comments | Mounir IDRASSI | 2 | -6/+6 |
2014-11-08 | Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not sp... | Mounir IDRASSI | 2 | -3/+5 |
2014-11-08 | wxWidgets 3.0 compatibility modifications | Mounir IDRASSI | 8 | -17/+17 |
2014-11-08 | Adapt newly added Linux/MacOSX code to the modification of key derivation int... | Mounir IDRASSI | 3 | -20/+20 |
2014-11-08 | Replace TrueCrypt from Linux/MacOSX mount point names | Mounir IDRASSI | 4 | -6/+6 |
2014-11-08 | Add PKCS#11 2.20 headers to the source tree | Mounir IDRASSI | 4 | -0/+3162 |
2014-11-08 | Set the publisher to IDRIX in the uninstaller registry key. | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Increment VeraCrypt version to 1.0dVeraCrypt_1.0d | Mounir IDRASSI | 6 | -22/+22 |
2014-11-08 | Correct issue in handling hidden system partitions that made it impossible to... | Mounir IDRASSI | 2 | -8/+21 |
2014-11-08 | use burn instead of memset when clearing RIPEMD context to ensure the compile... | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Use calloc directly instead of combining malloc and ZeroMemory | Mounir IDRASSI | 1 | -8/+3 |
2014-11-08 | Correct minor bug in ReadRegistryString function | Mounir IDRASSI | 1 | -1/+2 |
2014-11-08 | Change PBKDF Iterations count from TrueCrypt values to VeraCrypt values. | Mounir IDRASSI | 1 | -5/+5 |
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 31 | -603/+842 |
2014-11-08 | Add TrueCrypt MacOSX icon (icns) | Mounir IDRASSI | 1 | -0/+0 |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 203 | -0/+52120 |
2014-11-08 | Increment VeraCrypt version to 1.0cVeraCrypt_1.0c | Mounir IDRASSI | 6 | -21/+21 |
2014-11-08 | Set correctly the minimum required version in volumes header (this value must... | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Increment VeraCrypt version to 1.0bVeraCrypt_1.0b | Mounir IDRASSI | 6 | -20/+20 |
2014-11-08 | restore TrueCrypt reference in license header | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Only position legacy flag if the first release of VeraCrypt is detected | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Update RIPEMD160 implementation in Windows Bootloaded to benefit from the com... | Mounir IDRASSI | 2 | -4/+3 |
2014-11-08 | Update Readme file to remove TrueCrypt references and to describe VeraCrypt s... | Mounir IDRASSI | 1 | -24/+35 |
2014-11-08 | remove tutorial prompt from installation wizardVeraCrypt_1.0a | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Reduce excessive iterations count while on the same time keep very high security | Mounir IDRASSI | 1 | -4/+4 |
2014-11-08 | Concert bitmaps to supported format | Mounir IDRASSI | 12 | -0/+0 |
2014-11-08 | Change the required version in volume header to the one of VeraCrypt (now 1.0) | Mounir IDRASSI | 2 | -20/+3 |
2014-11-08 | Restore correct bitmaps | Mounir IDRASSI | 2 | -0/+0 |
2014-11-08 | change version from 7.1a to 1.0a | Mounir IDRASSI | 1 | -1/+1 |
2014-11-08 | Comment unused variables | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Correct missing " in define | Mounir IDRASSI | 1 | -2/+2 |
2014-11-08 | Add bat file for signing VeraCrypt drivers and binaries, and all generating a... | Mounir IDRASSI | 3 | -0/+76 |
2014-11-08 | Enhance security by rising the iterations used in PBKDF2 : 327670 instead of ... | Mounir IDRASSI | 6 | -25/+32 |
2014-11-08 | Modifications to remove all TrueCrypt references in names. generate new GUIDs... | Mounir IDRASSI | 46 | -742/+744 |
2014-11-08 | Rename User Guide PDF | Mounir IDRASSI | 1 | -0/+0 |
2014-11-08 | Modify all graphics | Mounir IDRASSI | 10 | -0/+0 |
2014-11-08 | Rename wizard bitmap file | Mounir IDRASSI | 1 | -0/+0 |
2014-11-08 | Rename bitmap and icon file to remove TrueCrypt reference | Mounir IDRASSI | 6 | -0/+0 |
2014-11-08 | Add original TrueCrypt 7.1a sources | Mounir IDRASSI | 252 | -0/+96916 |