summaryrefslogtreecommitdiff
path: root/tests/libtest/lib547.c
Commit message (Collapse)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
| | | | | | 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree.
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-051-13/+15
|
* Fixes for non-ASCII platforms by David McCreedyYang Tse2009-05-081-1/+8
|
* include "memdebug.h"Yang Tse2008-09-201-0/+2
|
* Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich2008-05-221-5/+5
| | | | libtest code.
* correct the comment about sizeDaniel Stenberg2007-12-081-3/+1
|
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+39
| | | | | | | 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.
* fix compiler warningDaniel Stenberg2007-12-051-0/+2
|
* added test548 which uses the lib547 source file, preparing for test547 whichDaniel Stenberg2007-12-051-0/+70
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.