summaryrefslogtreecommitdiff
path: root/lib/http_negotiate.c
AgeCommit message (Expand)Author
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-18http_negotiate: Use dynamic buffer for SPN generationSteve Holme
2015-01-17http_negotiate.c: unused variable 'ret'Daniel Stenberg
2015-01-17http_negotiate: Added empty decoded challenge message info textSteve Holme
2015-01-17http_negotiate: Return CURLcode in Curl_input_negotiate() instead of intSteve Holme
2015-01-09gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitionsSteve Holme
2014-12-04sasl_gssapi: Fixed honouring of no mutual authenticationSteve Holme
2014-12-02sasl_gssapi: Made log_gss_error() a common GSS-API functionSteve Holme
2014-10-26http_negotiate: We prefer 'CURLcode result'Steve Holme
2014-10-26http_negotiate: Fixed missing check for USE_SPNEGOSteve Holme
2014-07-23GSSAPI: remove useless *_MECHANISM defines.Patrick Monnerat
2014-07-23http_negotiate: remove unused variableDaniel Stenberg
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-23curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov
2014-07-16Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse
2014-07-16Use SPNEGO for HTTP NegotiateDavid Woodhouse
2014-07-16Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse
2013-11-03http: Post base64 decoding tidy upSteve Holme
2013-04-07http_negotiate.c: Fixed passing argument from incompatible pointer typeMarc Hoersken
2013-04-04http_negotiate.c: follow-up for commit 3dcc1a9cYang Tse
2013-04-04http_negotiate.c: fix several SPNEGO memory handling issuesYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-09-14http_negotiate.c: Fxied warning: unused variable 'rc'Marc Hoersken
2012-01-16add LF termination to infof() trace stringYang Tse
2011-08-24safefree use: fix compiler warningDaniel Stenberg
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-28Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-13gssapi: rename our files to avoid conflictsDaniel Stenberg
2011-07-12gssapi.c: Simplified the function.Julien Chaffraix
2011-07-12Added Curl_gss_init_sec_context.Julien Chaffraix
2011-07-12http_negociate: Be consistent in gss_init_sec_context attributes.Julien Chaffraix
2011-06-22Curl_input_negotiate: do not delegate GSSAPI credentialsDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2010-08-16negotiation: Wrong proxy authorizationDaniel Stenberg
2010-06-02fix spnego memory leakYang Tse
2010-05-26OOM fixes in http_negociate.c and lib/splay.cJulien Chaffraix
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-13fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg