summaryrefslogtreecommitdiff
path: root/lib/http_negotiate_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-4/+17
* http_negotiate_sspi.c: fix compiler warningYang Tse2012-01-131-2/+3
* Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg2012-01-011-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-10/+15
* http_negotiate_sspi.c: fix compiler warningYang Tse2011-08-141-3/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+1
* get_gss_name: proxy auth without proxy set equals errorDaniel Stenberg2011-06-291-5/+8
* Remove unnecessary typecastYang Tse2011-06-021-3/+3
* negotiate sspi: fix sequential requestsMarcel Roelofs2011-05-161-14/+15
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-6/+6
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-10/+10
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* Added casts to silent gcc warnings.Guenter Knauf2011-01-141-3/+4
* HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs2011-01-071-0/+292