Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-03 | tests: Moved some comments so the test data files parse as XML | Dan Fandrich | |
2014-02-02 | tests: Fixed test172 cookie expiry | Steve Holme | |
The test contains a cookie jar file where one of the cookies has an expiry date of 1391252187 -- Sat, 1 Feb 2014 10:56:27 GMT which has now expired. Updated to Wed, 14 Oct 2037 16:36:33 GMT as per test 179. Reported-by: Adam Sampson Bug: http://curl.haxx.se/bug/view.cgi?id=1330 | |||
2014-02-01 | test suite: stop conversion of valid output to CRLF on Windows | Marc Hoersken | |
Since the output isn't actually being written in text-mode and it was rather used as a workaround, disable text-mode for these tests. | |||
2014-02-01 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
2014-02-01 | FTP tests: enable text-mode for more datacheck sections | Marc Hoersken | |
2014-01-31 | FTP tests: enable text-mode for data and datacheck sections | Marc Hoersken | |
2014-01-30 | tests: Missed updating a type-3 message in commit 1c9aaa0bac | Steve Holme | |
2014-01-30 | tests: Updated NTLM tests for NTLMv2 type-3 message | Steve Holme | |
2014-01-26 | http-pipe tests: use text as output data mode to support Windows | Marc Hoersken | |
2014-01-25 | tests: Added missing HTTP proxy keywords | Dan Fandrich | |
2014-01-25 | tests: added missing <features> http to a number of tests | Dan Fandrich | |
2014-01-24 | tests: Added a keyword for tests depending on internal info logs | Dan Fandrich | |
2014-01-24 | tests: Added missing http feature to tests 509 & 1513 | Dan Fandrich | |
2014-01-24 | test1514: Used the macros for host and port number | Dan Fandrich | |
2014-01-20 | test1514: added - no more negative Content-Length (HTTP POST) | Cédric Deltheil | |
This covers changes from commit afd288b2. | |||
2014-01-17 | test1417: verify chunked-encoding transfer without CR | Daniel Stenberg | |
As was introduced in 8f6b4be8af04 | |||
2014-01-17 | test1416: verify the chunked size overflow detection | Daniel Stenberg | |
2014-01-17 | Fixed some XML syntax issues in the test data | Dan Fandrich | |
Also, make the ftp server return a canned response that doesn't cause XML verification problems. Although the test file format isn't technically XML, it's still handy to be able to use XML tools to verify and manipulate them. | |||
2014-01-04 | ftp tests: provide LIST responses in the test file itself | Daniel Stenberg | |
Previously LIST always returned a fixed hardcoded list that the ftp server code knew about, mostly since the server didn't get any test case number in the LIST scenario. Starting now, doing a CWD to a directory named test-[number] will make the test server remember that number and consider it a test case so that a subsequent LIST command will send the <data> section of that test case back. It allows LIST tests to be made more similar to how all other tests work. Test 100 was updated to provide its own directory listing. | |||
2014-01-03 | test1513: fix spelling | Daniel Stenberg | |
2014-01-03 | test1513: added - verify early progress callback return fail | Daniel Stenberg | |
Verify the change brought in commit 8e11731653061. It makes sure that returning a failure from the progress callback even very early results in the correct return code. | |||
2013-12-28 | tests: Disabled NTLM tests when running with SSPI enabled | Steve Holme | |
2013-12-24 | tests: Removed APOP timestamp from default server greeting | Steve Holme | |
2013-12-23 | test936: Corrected login details from commit 7246255416617a | Steve Holme | |
2013-12-23 | tests: Corrected syntax error from commit 7246255416617a | Steve Holme | |
2013-12-23 | tests: Added SMTP SASL downgrade tests | Steve Holme | |
2013-12-23 | tests: Added POP3 SASL downgrade tests | Steve Holme | |
2013-12-23 | tests: Added IMAP SASL downgrade tests | Steve Holme | |
2013-12-22 | tests: Added SASL cancellation keywords | Steve Holme | |
Added SASL CANCELLATION keywords to differentiate these tests from the upcoming SASL downgrade tests. | |||
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme | |
Added support for downgrading the SASL authentication mechanism when the decoding of CRAM-MD5, DIGEST-MD5 and NTLM messages fails. This enhances the previously added support for graceful cancellation by allowing the client to retry a lesser SASL mechanism such as LOGIN or PLAIN, or even APOP / clear text (in the case of POP3 and IMAP) when supported by the server. | |||
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg | |
To avoid the regression when users pass in passwords containing semi- colons, we now drop the ability to set the login options with the same options. Support for login options in CURLOPT_USERPWD was added in 7.31.0. Test case 83 was modified to verify that colons and semi-colons can be used as part of the password when using -u (CURLOPT_USERPWD). Bug: http://curl.haxx.se/bug/view.cgi?id=1311 Reported-by: Petr Bahula Assisted-by: Steve Holme Signed-off-by: Daniel Stenberg <daniel@haxx.se> | |||
2013-11-24 | tests: Re-ordered test arguments to match other IMAP tests | Steve Holme | |
2013-11-24 | tests: Corrected login "username" authentication responses | Steve Holme | |
2013-11-24 | tests: Added error code explanation comments | Steve Holme | |
2013-11-24 | tests: Removed expected QUIT response from graceful cancellation tests | Steve Holme | |
A failure during authentication, which is performed as part of the CONNECT phrase (for IMAP, POP3 and SMTP) is considered by the multi- interface as being closed prematurely (aka a dead connection). As such these protocols cannot issue the relevant QUIT or LOGOUT command. Temporarily fixed the test cases until we can fix this properly. | |||
2013-11-24 | tests: Added SMTP graceful authentication cancellation tests | Steve Holme | |
2013-11-24 | tests: Added POP3 graceful authentication cancellation tests | Steve Holme | |
2013-11-23 | tests: Added IMAP graceful authentication cancellation tests | Steve Holme | |
2013-11-23 | tests: Moved CR LF in URL tests to their respective protocol groups | Steve Holme | |
2013-11-17 | tests: Added SMTP NOOP and RSET tests | Steve Holme | |
2013-11-17 | test928: Corrected typo in expected data from commit df58084695ce9b | Steve Holme | |
2013-11-17 | tests: Added SMTP HELP test | Steve Holme | |
2013-11-17 | tests: Added SMTP EXPN command test | Steve Holme | |
2013-11-16 | test926: Corrected unknown user reply from commit 0d735c29f92748 | Steve Holme | |
The error code should not be sent as data as it isn't passed onto the client as body data, so cannot be compared in the test suite against expected data. | |||
2013-11-16 | tests: Corrected missing data reply sections from 3d50e91aeef8cc | Steve Holme | |
2013-11-16 | tests: Added SMTP VRFY command tests | Steve Holme | |
2013-11-13 | test825: Corrected typo from commit b29217d0d682d4 | Steve Holme | |
2013-11-13 | test922: Corrected title to match other OAuth 2.0 tests | Steve Holme | |
2013-11-13 | tests: Added IMAP OAuth 2.0 authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added IMAP NTLM authentication with initial response test | Steve Holme | |