mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
|
|
||
|---|---|---|
| .. | ||
| authenticate_message.go | ||
| authheader.go | ||
| avids.go | ||
| challenge_message.go | ||
| LICENSE | ||
| messageheader.go | ||
| negotiate_flags.go | ||
| negotiate_message.go | ||
| negotiator.go | ||
| nlmp.go | ||
| README.md | ||
| unicode.go | ||
| varfield.go | ||
go-ntlmssp
Golang package that provides NTLM/Negotiate authentication over HTTP
Protocol details from https://msdn.microsoft.com/en-us/library/cc236621.aspx Implementation hints from http://davenport.sourceforge.net/ntlm.html
This package only implements authentication, no key exchange or encryption. It only supports Unicode (UTF16LE) encoding of protocol strings, no OEM encoding. This package implements NTLMv2.