Initial commit of implementation

This commit is contained in:
Paul Meyer
2015-10-16 21:41:57 -07:00
parent 8879b4c6f2
commit c3e922711f
13 changed files with 656 additions and 1 deletions

17
avids.go Normal file
View File

@@ -0,0 +1,17 @@
package ntlmssp
type avID uint16
const (
avIDMsvAvEOL avID = iota
avIDMsvAvNbComputerName
avIDMsvAvNbDomainName
avIDMsvAvDNSComputerName
avIDMsvAvDNSDomainName
avIDMsvAvDNSTreeName
avIDMsvAvFlags
avIDMsvAvTimestamp
avIDMsvAvSingleHost
avIDMsvAvTargetName
avIDMsvChannelBindings
)