summaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
Commit message (Expand)AuthorAgeFilesLines
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-2/+3
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-2/+2
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+1
* Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg2006-02-181-1/+1
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich2005-02-241-3/+3
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-6/+1
* Enrico Scholz fixed the service name to be uppercase as reported in bugDaniel Stenberg2004-08-051-2/+2
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-18/+20
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg2003-11-271-2/+2
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-191-4/+88
* Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft'sDaniel Stenberg2003-09-111-5/+36
* Daniel Kouril's fix to make the GSS-Negotiate work fine.Daniel Stenberg2003-07-231-8/+6
* kill warningsDaniel Stenberg2003-06-261-13/+14
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-0/+217