aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate_sspi.c
AgeCommit message (Collapse)Author
2011-05-16negotiate sspi: fix sequential requestsMarcel Roelofs
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
"if(a)" is our style, not "if( a )"
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
Found with codespell.
2011-01-14Added casts to silent gcc warnings.Guenter Knauf
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
Only under Windows