advanced_nego

package
v2.0.0-...-394290c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthService

func NewAuthService(comm *AdvancedNegoComm) (*authService, error)

func NewDataIntegrityService

func NewDataIntegrityService(comm *AdvancedNegoComm) (*dataIntegrityService, error)

func NewEncryptService

func NewEncryptService(comm *AdvancedNegoComm) (*encryptService, error)

func NewSupervisorService

func NewSupervisorService(comm *AdvancedNegoComm) (*supervisorService, error)

Types

type AdvNego

type AdvNego struct {
	// contains filtered or unexported fields
}

func NewAdvNego

func NewAdvNego(session *network.Session) (*AdvNego, error)

func (*AdvNego) Read

func (nego *AdvNego) Read() error

func (*AdvNego) StartServices

func (nego *AdvNego) StartServices() error

func (*AdvNego) Write

func (nego *AdvNego) Write() error

type AdvNegoService

type AdvNegoService interface {
	// contains filtered or unexported methods
}

type AdvancedNegoComm

type AdvancedNegoComm struct {
	// contains filtered or unexported fields
}

type NTSAuthDefault

type NTSAuthDefault struct{}

func (*NTSAuthDefault) NewNegotiateMessage

func (nts *NTSAuthDefault) NewNegotiateMessage(domain, machine string) ([]byte, error)

func (*NTSAuthDefault) ProcessChallenge

func (nts *NTSAuthDefault) ProcessChallenge(chaMsgData []byte, user, password string) ([]byte, error)

type NTSAuthHash

type NTSAuthHash struct {
	NTSAuthDefault
}

func (*NTSAuthHash) ProcessChallenge

func (nts *NTSAuthHash) ProcessChallenge(chaMsgData []byte, user, password string) ([]byte, error)

type NTSAuthInterface

type NTSAuthInterface interface {
	NewNegotiateMessage(domain, machine string) ([]byte, error)
	ProcessChallenge(chaMsgData []byte, user, password string) ([]byte, error)
}
var NTSAuth NTSAuthInterface = &NTSAuthDefault{}

Directories

Path Synopsis
Package ntlmssp provides NTLM/Negotiate authentication over HTTP
Package ntlmssp provides NTLM/Negotiate authentication over HTTP

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL