mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 02:37:49 +02:00
Moved GSSAPI classes to the SMBLibrary.Authentication.GSSAPI namespace
This commit is contained in:
parent
ac77fb6554
commit
ee65a99a92
8 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.Authentication
|
||||
namespace SMBLibrary.Authentication.GSSAPI
|
||||
{
|
||||
public class GSSAPIHelper
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.Authentication
|
||||
namespace SMBLibrary.Authentication.GSSAPI
|
||||
{
|
||||
public enum DerEncodingTag : byte
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.Authentication
|
||||
namespace SMBLibrary.Authentication.GSSAPI
|
||||
{
|
||||
public abstract class SimpleProtectedNegotiationToken
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.Authentication
|
||||
namespace SMBLibrary.Authentication.GSSAPI
|
||||
{
|
||||
/// <summary>
|
||||
/// RFC 4178 - negTokenInit
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using Utilities;
|
||||
|
||||
namespace SMBLibrary.Authentication
|
||||
namespace SMBLibrary.Authentication.GSSAPI
|
||||
{
|
||||
public enum NegState : byte
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using SMBLibrary.Authentication;
|
||||
using SMBLibrary.Authentication.GSSAPI;
|
||||
using SMBLibrary.Authentication.NTLM;
|
||||
using SMBLibrary.SMB1;
|
||||
using Utilities;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using SMBLibrary.Authentication;
|
||||
using SMBLibrary.Authentication.GSSAPI;
|
||||
using SMBLibrary.SMB2;
|
||||
using Utilities;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using SMBLibrary.Authentication;
|
||||
using SMBLibrary.Authentication.GSSAPI;
|
||||
using SMBLibrary.Authentication.NTLM;
|
||||
using SMBLibrary.SMB2;
|
||||
using Utilities;
|
||||
|
|
Loading…
Add table
Reference in a new issue