cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3466497 ] SSPI Negotiate

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 28 Dec 2011 05:49:12 -0800

Bugs item #3466497, was opened at 2011-12-28 05:49
Message generated for change (Tracker Item Submitted) made by guerinp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3466497&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: http
Group: wrong content
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrice Guerin (guerinp)
Assigned to: Daniel Stenberg (bagder)
Summary: SSPI Negotiate

Initial Comment:
Hello,
Curl 7.23.1, file http_negotiate_sspi.c
I think there is a mistake in function Curl_input_negotiate line 200

  if(input_token) {
    in_buff_desc.ulVersion = 0;
    in_buff_desc.cBuffers = 1;
>>> in_buff_desc.pBuffers = &out_sec_buff; <<< This might probably be in_sec_buff instead of out_sec_buff.

    in_sec_buff.cbBuffer = input_token_len;
    in_sec_buff.BufferType = SECBUFFER_TOKEN;
    in_sec_buff.pvBuffer = input_token;
  }

Kind regards,
Patrice.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3466497&group_id=976
Received on 2011-12-28

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET