1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

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

This commit is contained in:
Mounir IDRASSI
2014-05-31 23:09:24 +02:00
parent 34370b9933
commit edc9f36322
31 changed files with 842 additions and 603 deletions

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 ();

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)
{