mirror of
https://github.com/jfjallid/go-smb
synced 2026-06-08 15:02:50 +00:00
42ed6f7026
Add ntlmssp.Server, the acceptor counterpart to the NTLM client: it consumes a NEGOTIATE, emits a CHALLENGE, and validates the AUTHENTICATE message. Wrap it in spnego.Acceptor so the SMB/HTTP server paths can drive SPNEGO-negotiated NTLM auth and recover the established session key. Includes acceptor round-trip tests.