From bcccbed56dbad7d7de7c9129ddd9f0f0550a68a5 Mon Sep 17 00:00:00 2001 From: Eli Bishop Date: Tue, 9 Jun 2020 11:00:57 -0700 Subject: [PATCH] add fork explanation to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55cdcef..092efcd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Golang package that provides NTLM/Negotiate authentication over HTTP [![GoDoc](https://godoc.org/github.com/Azure/go-ntlmssp?status.svg)](https://godoc.org/github.com/Azure/go-ntlmssp) [![Build Status](https://travis-ci.org/Azure/go-ntlmssp.svg?branch=dev)](https://travis-ci.org/Azure/go-ntlmssp) +This is a fork of [github.com/Azure/go-ntlmssp](https://github.com/Azure/go-ntlmssp), with minor changes for use in the [LaunchDarkly Go SDK](https://github.com/launchdarkly/go-server-sdk). + Protocol details from https://msdn.microsoft.com/en-us/library/cc236621.aspx Implementation hints from http://davenport.sourceforge.net/ntlm.html