aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-04-J: support ';' in quoted file namesDaniel Stenberg
2011-08-04getpart.pm: when no part match, return blank when section endsDaniel Stenberg
2011-08-04runtests.pl: support option=no-includeDaniel Stenberg
2011-08-04TODO-RELESE: #306 - SSL Sessions sharedDaniel Stenberg
2011-08-04TODO-RELEASE: updated with current issuesDaniel Stenberg
2011-08-03curl_gssapi: add a missing include of sendf.hKamil Dudka
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-31configure: add check for <sys/wait.h>Yang Tse
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-29Renumbered test2005 to test1310Dan Fandrich
2011-07-29curl-functions.m4 serial # bumpYang Tse
2011-07-29Revert "configure: additional flag checks for fcntl() socket() and socketpair()"Yang Tse
2011-07-29configure: additional flag checks for fcntl() socket() and socketpair()Yang Tse
2011-07-29NTLM single-sign on adjustments (VII)Yang Tse
2011-07-29socketpair() usage tracking to allow fd leak detectionYang Tse
2011-07-29fix compiler warningYang Tse
2011-07-28Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich
2011-07-28NTLM single-sign on adjustments (VI)Yang Tse
2011-07-28Give the NTLM SSO helper a moment to cleanly shut down if neededDan Fandrich
2011-07-28Removed an extraneous \n that violated the SSO daemon protocolDan Fandrich
2011-07-28NTLM single-sign on adjustments (V)Yang Tse
2011-07-27Fixed a couple of memory leaks in NTLM SSO supportDan Fandrich
2011-07-27NTLM single-sign on adjustments (IV)Yang Tse
2011-07-27NTLM single-sign on adjustments (III)Yang Tse
2011-07-27NTLM single-sign on adjustments (II)Yang Tse
2011-07-27NTLM single-sign on adjustments (I)Yang Tse
2011-07-26Fixed test 2005 to work in out-of-tree buildsDan Fandrich
2011-07-26fix compiler warningYang Tse
2011-07-26fix compiler warningYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-25errno.h inclusion conditionally done in setup_once.h - followupYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-07-22progress: reset flags at transfer startBen Winslow
2011-07-20RELEASE-NOTES: HTTP error handling on request body sendDaniel Stenberg
2011-07-20http error response: stop sending when error is receivedDaniel Stenberg
2011-07-19sso_ntlm_initiate: unassigned variableMichael Mueller
2011-07-19test2005: require a debug buildDaniel Stenberg
2011-07-19runtests: add 'debug' as a feature a test can requireDaniel Stenberg
2011-07-19configure: avoid "test -e"Daniel Stenberg
2011-07-19symbols-in-versions: add NTLM_SSO symbolsDaniel Stenberg
2011-07-18gitignore: ignore fake_ntlmDaniel Stenberg
2011-07-18test2005: verify ntlm single-signonMandy Wu
2011-07-18NTLM single-sign on supportedMandy Wu
2011-07-17sws: don't enable pipelining for requests with content-lengthDaniel Stenberg
2011-07-14Fix OS400 scripts to make it compilable again.Patrick Monnerat
2011-07-14runtests: ignore the 'all_proxy' environment variable as wellDaniel Stenberg
2011-07-13curl_gssapi: Guard files with HAVE_GSSAPI.Julien Chaffraix