- Constantine Sapuntzakis filed bug report #2042430
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2008 20:29:36 +0000 (20:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2008 20:29:36 +0000 (20:29 +0000)
commitf8a3aa91cd87a84ea1b5a0a643571bafda3968c8
treed6d35119c2a085af6b1afa9e84438bb70eec4206
parent019bde82ce8fd9d0a335edb30441088a96906d1b
- Constantine Sapuntzakis filed bug report #2042430
  (http://curl.haxx.se/bug/view.cgi?id=2042430) with a patch. "NTLM Windows
  SSPI code is not thread safe". This was due to libcurl using static
  variables to tell wether to load the necessary SSPI DLL, but now the loading
  has been moved to the more suitable curl_global_init() call.
CHANGES
RELEASE-NOTES
lib/easy.c
lib/http_ntlm.c
lib/http_ntlm.h