aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate_sspi.c
AgeCommit message (Expand)Author
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