- Mar 01, 2008
-
-
Daniel Stenberg authored
a re-used connection where both requests used Negotiate.
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly.
-
Daniel Stenberg authored
-
- Nov 05, 2007
-
-
Daniel Stenberg authored
consistency
-
- Sep 21, 2007
-
-
Daniel Stenberg authored
the --proxy-negotiate command line option to allow a user to explicitly select it.
-
- Aug 27, 2007
-
-
Dan Fandrich authored
-
- Apr 04, 2007
-
-
Dan Fandrich authored
-
- Jan 03, 2007
-
-
Daniel Stenberg authored
non-ASCII platforms.
-
- Oct 17, 2006
-
-
Daniel Stenberg authored
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.
-
- May 04, 2006
-
-
Daniel Stenberg authored
(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.
-
- Feb 18, 2006
-
-
Daniel Stenberg authored
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code.
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Feb 24, 2005
-
-
Dan Fandrich authored
-
- Feb 22, 2005
-
-
Daniel Stenberg authored
-
- Aug 05, 2004
-
-
Daniel Stenberg authored
report #1004105
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
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.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Nov 27, 2003
-
-
Daniel Stenberg authored
-
- Sep 19, 2003
-
-
Daniel Stenberg authored
cleanups.
-
- Sep 11, 2003
-
-
Daniel Stenberg authored
"Negotiate" authentication as well.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
added.
-