Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | |
libtest code. | |||
2007-12-08 | correct the comment about size | Daniel Stenberg | |
2007-12-05 | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg | |
callback) over a proxy when NTLM is used as auth with the proxy. The bug also concerned Digest and was limited to using callback only. Spacen worked with us to provide a useful patch. I added the test case 547 and 548 to verify two variations of POST over proxy with NTLM. | |||
2007-12-05 | fix compiler warning | Daniel Stenberg | |
2007-12-05 | added test548 which uses the lib547 source file, preparing for test547 which | Daniel Stenberg | |
is supposed to repeat the bug report "NTLM proxy authentication with CURLOPT_READDATA seems broken." posted on the curl-library mailing list on dec 3 2007. |