Replace TrueCrypt references in added sources and resources by VeraCrypt ones.

This commit is contained in:
Mounir IDRASSI
2014-11-08 23:19:03 +01:00
parent 34370b9933
commit edc9f36322
31 changed files with 842 additions and 603 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ namespace TrueCrypt
static int ExceptionToErrorCode ();
static const char *GetControlPath () { return "/control"; }
static const char *GetVolumeImagePath ();
static string GetDeviceType () { return "truecrypt"; }
static string GetDeviceType () { return "veracrypt"; }
static uid_t GetGroupId () { return GroupId; }
static uid_t GetUserId () { return UserId; }
static shared_ptr <Buffer> GetVolumeInfo ();
+1 -1
View File
@@ -3049,7 +3049,7 @@ BOOL IsVolumeClassFilterRegistered ()
{
if (data->Type == REG_MULTI_SZ && data->DataLength >= 9 * sizeof (wchar_t))
{
// Search for the string "truecrypt"
// Search for the string "veracrypt"
ULONG i;
for (i = 0; i <= data->DataLength - 9 * sizeof (wchar_t); ++i)
{