|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-2042430 ] NTLM Windows SSPI code is not thread safe
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 11 Aug 2008 20:30:07 +0000
Bugs item #2042430, was opened at 2008-08-08 04:07
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
The attached patch moves the globals into the connectdata structure. The lifetime of the loaded
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
Thanks! The v2 patch was applied and committed (with minor edits).
----------------------------------------------------------------------
Comment By: Constantine Sapuntzakis (csapuntz)
Message:
The original motivation for going the LoadLibrary route was Windows NT
http://curl.haxx.se/mail/lib-2005-11/0059.html
Windows 9x doesn't have security.dll
-Costa
----------------------------------------------------------------------
Comment By: Yang Tse (yangtse)
Message:
Since Constantine is certainly working on this SSPI area.
Wouldn't it be interesting to get rid of the loadlibrary (dlopen) stuff
Would this be technically possible Constantine, or is dynamic linking
Makefiles could be adjusted to link with 'secur32' when SSPI is required.
Just thinking outloud
----------------------------------------------------------------------
Comment By: Constantine Sapuntzakis (csapuntz)
Message:
What do you think of loading the DLL once at curl_global_init() time and
Patch attached.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
This seems to load the DLLs a little bit more often than necessary. Won't
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info