summaryrefslogtreecommitdiff
path: root/lib/http_negotiate_sspi.c
AgeCommit message (Expand)Author
2015-04-30http_negotiate_sspi: added missing data variableDan Fandrich
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-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-17http_negotiate_sspi: Prefer use of 'attrs' for context attributesSteve Holme
2015-01-17http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()Steve Holme
2015-01-17http_negotiate_sspi: Use 'CURLcode result' for CURL result codeSteve Holme
2014-11-05sspi: Define authentication package name constantsSteve Holme
2014-10-26sspi: Synchronization of cleanup code between auth mechanismsSteve Holme
2014-10-26sspi: Renamed max token length variablesSteve Holme
2014-10-26sspi: Renamed expiry time stamp variablesSteve Holme
2014-08-09http_negotiate_sspi: Tidy up to remove the get_gss_name() functionSteve Holme
2014-08-09http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme
2014-08-08sspi: Minor code tidy up to standardise coding styleSteve Holme
2014-08-06http_negotiate_sspi: Fixed specific username and password not workingSteve Holme
2014-08-06http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8Steve Holme
2014-07-24SSPI Negotiate: Fix 3 memory leaksMarcel Raad
2014-07-23curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov
2014-07-23HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov
2014-07-16Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse
2014-04-06http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not definedSteve Holme
2013-11-03http: Post base64 decoding tidy upSteve Holme
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-07-05unicode NTLM SSPI: cleanupYang Tse
2012-06-16Win32: downplay MS bazillion type synonyms gameYang Tse
2012-06-15SSPI related code: Unicode support for WinCE - kill compiler warningsYang Tse
2012-06-15SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-upMark Salisbury
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-01-13http_negotiate_sspi.c: fix compiler warningYang Tse
2012-01-01Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-08-14http_negotiate_sspi.c: fix compiler warningYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-29get_gss_name: proxy auth without proxy set equals errorDaniel Stenberg
2011-06-02Remove unnecessary typecastYang Tse
2011-05-16negotiate sspi: fix sequential requestsMarcel Roelofs
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
2011-01-14Added casts to silent gcc warnings.Guenter Knauf
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs