History log of /curl/lib/http_negotiate.c (Results 101 – 118 of 118)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_16_1
# 359d5009 03-Jan-2007 Daniel Stenberg

- David McCreedy made changes to allow base64 encoding/decoding to work on
non-ASCII platforms.


Revision tags: curl-7_16_0
# 44d84ac1 17-Oct-2006 Daniel Stenberg

Avoid typecasting a signed char to an int when using is*() functions, as that
could very well cause a negate number get passed in and thus cause reading
outside of the array usually used for

Avoid typecasting a signed char to an int when using is*() functions, as that
could very well cause a negate number get passed in and thus cause reading
outside of the array usually used for this purpose.

We avoid this by using the uppercase macro versions introduced just now that
does some extra crazy typecasts to avoid byte codes > 127 to cause negative
int values.

show more ...


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4
# e85e3054 04-May-2006 Daniel Stenberg

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows

Roland Blom filed bug report #1481217
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.

When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.

show more ...


Revision tags: curl-7_15_3, curl-7_15_2
# 10beb36b 18-Feb-2006 Daniel Stenberg

Ulf H�rnhammar fixed a format string (printf style) problem in the Negotiate
code. It should however not be the cause of any troubles. He also fixed a
few similar problems in the HTTP test se

Ulf H�rnhammar fixed a format string (printf style) problem in the Negotiate
code. It should however not be the cause of any troubles. He also fixed a
few similar problems in the HTTP test server code.

show more ...


Revision tags: curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2
# ab4086bc 31-Mar-2005 Daniel Stenberg

Updated the copyright year since changes have been this year.


Revision tags: curl-7_13_1
# 9798432f 24-Feb-2005 Dan Fandrich

Fixed some compiler warnings. Fixed a low incidence memory leak in the test server.


# 527f70e5 22-Feb-2005 Daniel Stenberg

Curl_base64_decode() now returns an allocated buffer


Revision tags: before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1
# 9c4ffcc2 05-Aug-2004 Daniel Stenberg

Enrico Scholz fixed the service name to be uppercase as reported in bug
report #1004105


# feb2dd28 24-Jun-2004 Daniel Stenberg

Replaced all uses of sprintf() with the safer snprintf(). It is just a
precaution to prevent mistakes to lead to buffer overflows.


Revision tags: pre-aifix, curl-7_12_0
# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# 4b9f8e76 27-Apr-2004 Daniel Stenberg

Made host name and proxy name get stored in a 'struct hostname' and set
all things up to work with encoded host names internally, as well as keeping
'display names' to show in debug messages.

Made host name and proxy name get stored in a 'struct hostname' and set
all things up to work with encoded host names internally, as well as keeping
'display names' to show in debug messages. IDN resolves work for me now using
ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.

show more ...


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1, curl-7_11_0
# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# 471c3037 27-Nov-2003 Daniel Stenberg

Markus Moeller's change to check for HAVE_SPNEGO instead of the previous


Revision tags: curl-7_10_8
# 09ccfcdc 19-Sep-2003 Daniel Stenberg

Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
cleanups.


# fd42247c 11-Sep-2003 Daniel Stenberg

Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's
"Negotiate" authentication as well.


Revision tags: curl-7_10_7, curl-7_10_6
# b47462bd 23-Jul-2003 Daniel Stenberg

Daniel Kouril's fix to make the GSS-Negotiate work fine.


# 898e067c 26-Jun-2003 Daniel Stenberg

kill warnings


# e56ae142 10-Jun-2003 Daniel Stenberg

Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.


12345