Quellcode durchsuchen

Renamed AuthenticationTests to NTLMAuthenticationTests

Tal Aloni vor 8 Jahren
Ursprung
Commit
72a6ac2297
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      SMBLibrary/SMBLibrary.csproj
  2. 1 1
      SMBLibrary/Tests/AuthenticationTests.cs

+ 1 - 1
SMBLibrary/SMBLibrary.csproj

@@ -530,8 +530,8 @@
     <Compile Include="SMB2\Structures\FileID.cs" />
     <Compile Include="SMB2\Structures\FileID.cs" />
     <Compile Include="SMB2\Structures\LockElement.cs" />
     <Compile Include="SMB2\Structures\LockElement.cs" />
     <Compile Include="SMB2\Structures\NegotiateContext.cs" />
     <Compile Include="SMB2\Structures\NegotiateContext.cs" />
-    <Compile Include="Tests\AuthenticationTests.cs" />
     <Compile Include="Tests\NetBiosTests.cs" />
     <Compile Include="Tests\NetBiosTests.cs" />
+    <Compile Include="Tests\NTLMAuthenticationTests.cs" />
     <Compile Include="Tests\RC4Tests.cs" />
     <Compile Include="Tests\RC4Tests.cs" />
     <Compile Include="Tests\RPCTests.cs" />
     <Compile Include="Tests\RPCTests.cs" />
     <Compile Include="Utilities\LogEntry.cs" />
     <Compile Include="Utilities\LogEntry.cs" />

+ 1 - 1
SMBLibrary/Tests/AuthenticationTests.cs

@@ -15,7 +15,7 @@ namespace SMBLibrary
     /// <summary>
     /// <summary>
     /// [MS-NLMP] Tests
     /// [MS-NLMP] Tests
     /// </summary>
     /// </summary>
-    public class AuthenticationTests
+    public class NTLMAuthenticationTests
     {
     {
         public static bool LMv1HashTest()
         public static bool LMv1HashTest()
         {
         {