While inspecting the Negotiate code, I noticed how the proxy auth was using
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Nov 2007 23:17:08 +0000 (23:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Nov 2007 23:17:08 +0000 (23:17 +0000)
commitb6575ce0b0fa74626c136a96b411f7baaca9c55b
tree1e1da11dde59e3302899b26569785921bf0ed21d
parente2b2a84497ca8a4460397e69be2c7fa1a37d6453
While inspecting the Negotiate code, I noticed how the proxy auth was using
the same state struct as the host auth, so both could never be used at the
same time! I fixed it (without being able to check) to use two separate
structs to allow authentication using Negotiate on host and proxy
simultanouesly.
CHANGES
RELEASE-NOTES
TODO-RELEASE
lib/http_negotiate.c
lib/urldata.h