Skip to content

Releases: vadimi/go-http-ntlm

v2.5.0

11 Nov 22:09
e4cb19e
Compare
Choose a tag to compare

What's Changed

  • Add option to copy headers from the original request onto the NTLM negotiation request by @jerbob92 in #24

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

08 May 02:24
Compare
Choose a tag to compare
v2.4.1

v2.4.0

04 May 01:57
Compare
Choose a tag to compare
  • retry empty ntlm http header
  • add challenge message validation

v2.3.1

09 Feb 14:17
810046a
Compare
Choose a tag to compare
  • Fix Build error on 32-bit systems because of int overflow (#16 )

v2.3.0

26 Jan 02:51
d6cc16c
Compare
Choose a tag to compare
  • Add CookieJar to NTLMTransport (#15)

v2.2.0

04 Dec 15:59
432bf10
Compare
Choose a tag to compare

send negotiate version flag, fix message size (#14)

v2.1.1

01 Sep 02:06
c158007
Compare
Choose a tag to compare

Handle multiple WWW-Authenticate headers correctly #11

v2.1.0

21 Jul 01:09
Compare
Choose a tag to compare
  • generate safer negotiate message
  • better handle negotiate flags to process extended session security when required