aboutsummaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)Author
2003-10-17finally we support >128 letter passwords so this test was fixed to workDaniel Stenberg
2003-10-12Dirk Manske made the share-locking around DNS lookups a bit "looser" so thatDaniel Stenberg
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
2003-10-07test case 508 added to test callback-based POSTDaniel Stenberg
2003-09-15Test 90 added: --anyauth that picks NTLM with a redirect and then anotherDaniel Stenberg
NTLM request.
2003-09-15test 89 verifies -L and ntlm authentication, as bug report #806328 claimedDaniel Stenberg
it doesn't work. It works for me.
2003-09-15test88, doing PUT with --digest now worksDaniel Stenberg
2003-08-19test case 149 is hereDaniel Stenberg
2003-08-19switch off globbing to enable [] in file names for -TDaniel Stenberg
2003-08-19check the uploadDaniel Stenberg
2003-08-19teste multiple uploads in one command lineDaniel Stenberg
2003-08-19test507 addedDaniel Stenberg
2003-08-14test87 verifies the new and better check for bad -o #[num] stuffDaniel Stenberg
2003-08-14corrected this test caseDaniel Stenberg
2003-08-14test urlglobbing range requestsDaniel Stenberg
2003-08-14test86 addedDaniel Stenberg
2003-08-12more auth testsDaniel Stenberg
2003-08-11forgot the backslashDaniel Stenberg
2003-08-1181 + 82 test NTLM proxy stuffDaniel Stenberg
2003-08-11added test80Daniel Stenberg
2003-08-11tunnel through proxy, with both proxy and regular authenticationDaniel Stenberg
2003-08-11added test 79, a basic test that fetches an FTP URL over a HTTP proxyDaniel Stenberg
2003-08-11test case 506 added, written by Dirk ManskeDaniel Stenberg
2003-08-08ftp-create-dirs test when MKD failsDaniel Stenberg
2003-08-08--ftp-create-dirs testDaniel Stenberg
2003-08-08new -z testsDaniel Stenberg
2003-08-06fixed syntax errorDaniel Stenberg
2003-08-06more testsDaniel Stenberg
2003-08-06new urlglob testDaniel Stenberg
2003-08-06505 was missingDaniel Stenberg
2003-08-05added test 146 for a ftp persitency test, as reported on the listDaniel Stenberg
2003-08-05persistant connection testDaniel Stenberg
2003-08-04added test 73Daniel Stenberg
2003-08-04Verifies Jan Sundin's cookie bug, dated aug 4 2003.Daniel Stenberg
2003-08-02updated as the second proxy-auth header was a proof of a serious info leakDaniel Stenberg
bug!!
2003-07-30updated to match the recent ftp patch that makes it check for resumabilityDaniel Stenberg
2003-07-28Digest *OR* Basic authorization testDaniel Stenberg
2003-07-28updated to the new ftp dir parsing code that allows a preceeding doubleDaniel Stenberg
slash
2003-07-28use the correct 'test71' file name for the temp fileDaniel Stenberg
2003-07-28got a bug report on -F in config files, so I wrote up this test to verifyDaniel Stenberg
that is works... and it did! ;-)
2003-07-20the fixed skip-blanks in the FTP CWD code called for this adjustmentDaniel Stenberg
2003-07-19modified to work fine with the new persistant connection working test suiteDaniel Stenberg
HTTP server
2003-07-15updated to work with Dan Winship's NTLM domain stuff fixDaniel Stenberg
2003-07-04adjusted to the NTLM updatesDaniel Stenberg
2003-06-26new testsDaniel Stenberg
2003-06-13fixed NTLM test 67, added test 68 for bad NTLM name/passwordDaniel Stenberg
2003-06-12NTLM test caseDaniel Stenberg
2003-06-12require the netrc_debug feature the same way we now can require SSLDaniel Stenberg
present client-side
2003-06-03Content-Length: now overrides other means of knowing when the stream hasDaniel Stenberg
ended.
2003-05-23more ftp testing using NLST and no contents and bad return codeDaniel Stenberg
2003-05-23test 66 returns one line of data with no header (HTTP)Daniel Stenberg