Renamed AuthenticationTests to NTLMAuthenticationTests

This commit is contained in:
Tal Aloni 2017-03-01 20:45:08 +02:00
parent de6458ca5f
commit 72a6ac2297
2 changed files with 2 additions and 2 deletions

View file

@ -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" />

View file

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