cURL / Mailing Lists / curl-users / Single Mail

curl-users

spnego support for win32

From: Stephen Ince <since_at_opendemand.com>
Date: Wed, 15 Oct 2008 03:42:07 -0400

How do I get spnego support for libcurl/win32? I compliled both fbopenssl
and kerberos(MIT). Kerberos works but I need spnego for IIS.
I get it to compile but I am getting a runtime error.

http_negotiate.c::Curl_output_negotiate
fbopenssl::makeSpnegoInitialToken

    initialContextTokenBody = (GSSAPI_INITIAL_CONTEXT_TOKEN_BODY *)
GSSAPI_INITIAL_CONTEXT_TOKEN_new ();

It almost looks like it missing some initialization, or runtime library is
not being loaded.
GSSAPI_INITIAL_CONTEXT_TOKEN_new is a macro that is being defined by
openssl.

Steve

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-10-15