summaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
Commit message (Expand)AuthorAgeFilesLines
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-2/+4
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* http_negotiate: Use dynamic buffer for SPN generationSteve Holme2015-01-181-27/+26
* http_negotiate.c: unused variable 'ret'Daniel Stenberg2015-01-171-1/+0
* http_negotiate: Added empty decoded challenge message info textSteve Holme2015-01-171-1/+4
* http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme2015-01-171-13/+15
* gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme2015-01-091-12/+3
* sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme2014-12-041-0/+1
* sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme2014-12-021-31/+2
* http_negotiate: We prefer 'CURLcode result'Steve Holme2014-10-261-11/+11
* http_negotiate: Fixed missing check for USE_SPNEGOSteve Holme2014-10-261-4/+5
* GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat2014-07-231-1/+1
* http_negotiate: remove unused variableDaniel Stenberg2014-07-231-3/+1
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-231-39/+4
* curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov2014-07-231-1/+1
* Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse2014-07-161-1/+0
* Use SPNEGO for HTTP NegotiateDavid Woodhouse2014-07-161-0/+1
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-161-106/+0
* http: Post base64 decoding tidy upSteve Holme2013-11-031-2/+0
* http_negotiate.c: Fixed passing argument from incompatible pointer typeMarc Hoersken2013-04-071-2/+2
* http_negotiate.c: follow-up for commit 3dcc1a9cYang Tse2013-04-041-2/+4
* 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