summaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
Commit message (Expand)AuthorAgeFilesLines
...
* http_negotiate.c: fix several SPNEGO memory handling issuesYang Tse2013-04-041-68/+81
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+373
* build: rename 93 lib/*.c filesYang Tse2013-01-031-373/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* http_negotiate.c: Fxied warning: unused variable 'rc'Marc Hoersken2012-09-141-2/+0
* add LF termination to infof() trace stringYang Tse2012-01-161-2/+2
* safefree use: fix compiler warningDaniel Stenberg2011-08-241-0/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-11/+22
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-031-7/+9
* Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich2011-07-281-0/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+1
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-131-1/+1
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-121-7/+0
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-121-13/+15
* http_negociate: Be consistent in gss_init_sec_context attributes.Julien Chaffraix2011-07-121-1/+1
* Curl_input_negotiate: do not delegate GSSAPI credentialsDaniel Stenberg2011-06-221-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-39/+40
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* negotiation: Wrong proxy authorizationDaniel Stenberg2010-08-161-5/+10
* fix spnego memory leakYang Tse2010-06-021-2/+6
* OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix2010-05-261-0/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-131-6/+6
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* Made some variables const which eliminated some castsDan Fandrich2008-09-021-2/+2
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* Fix Use of conditional definition of USE_OPENSSLYang Tse2008-08-161-6/+10
* David Rosenstrauch reported that header files spnegohelp.h andYang Tse2008-05-261-0/+9
* - Andre Guibert de Bruet fixed a second case of not checking the malloc()Daniel Stenberg2008-04-141-1/+3
* - Andre Guibert de Bruet found and fixed a case where malloc() was called butDaniel Stenberg2008-04-121-2/+8
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-071-1/+1
* - Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg2008-03-011-3/+2
* While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg2007-11-201-13/+20
* white space changes only to clean up indent and source widthDaniel Stenberg2007-11-201-5/+10
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-24/+24
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-211-7/+7
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-1/+1
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-041-1/+1
* - 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