Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-29 | get_gss_name: proxy auth without proxy set equals error | Daniel Stenberg | |
Previously it would access a NULL pointer and die. Bug: http://curl.haxx.se/mail/lib-2011-06/0170.html Reported by: Christian Hagele | |||
2011-06-02 | Remove unnecessary typecast | Yang Tse | |
2011-05-16 | negotiate sspi: fix sequential requests | Marcel Roelofs | |
2011-04-27 | whitespace cleanup: no space first in conditionals | Daniel Stenberg | |
"if(a)" is our style, not "if( a )" | |||
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil | |
Found with codespell. | |||
2011-01-14 | Added casts to silent gcc warnings. | Guenter Knauf | |
2011-01-07 | HTTP: HTTP Negotiate authentication using SSPI | Marcel Roelofs | |
Only under Windows |