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: Sun, 01 Jan 2012 13:39:05 -0800

Bugs item #3466497, was opened at 2011-12-28 05:49
Message generated for change (Comment added) made by bagder
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: Closed
>Resolution: Fixed
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.

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

Comment By: Daniel Stenberg (bagder)
Date: 2012-01-01 13:39

Message:
Thanks for the report, this problem is now fixed in the git repository.

To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html

or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

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

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

These mail archives are generated by hypermail.

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

File upload with ASP.NET