Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | test938: Updated to use file input for upload | Steve Holme | |
As the second URL won't be passed input from stdin. | |||
2014-03-30 | test836: Fixed incorrect username in expected output | Steve Holme | |
2014-03-30 | DISABLED: 836, 882 and 938 hang | Daniel Stenberg | |
2014-03-30 | runtests: check protocol before data | Daniel Stenberg | |
When the protocol part fails, the data usually does too but the protocol part is often more fundamental and often provide the clues you need to fix the test case. | |||
2014-03-30 | ftpserver.pl: Extended the full text reply regular expression | Steve Holme | |
Extended the regex to include other valid characters such as those used in the reply text of Test 836. | |||
2014-03-30 | keywords: sort case insensitive | Daniel Stenberg | |
2014-03-30 | tests: remove trailing CRs from keywords | Daniel Stenberg | |
2014-03-30 | keywords: sort keywords alphabetically | Daniel Stenberg | |
2014-03-30 | keywords: don't use STDERR for good info | Daniel Stenberg | |
2014-03-30 | tests: Added email unit tests to verify login credential connection re-use | Steve Holme | |
2014-03-30 | tests: Corrected "APOP" authentication keyword | Steve Holme | |
2014-03-30 | tests: Replaced email authentication keywords with SASL based keywords | Steve Holme | |
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this. | |||
2014-03-30 | tests: Added "Clear Text" authentication keyword | Steve Holme | |
2014-03-30 | tests: Added "SASL" authentication keyword | Steve Holme | |
2014-03-30 | ftpserver.pl: Removed some unused variables | Steve Holme | |
2014-03-30 | ftpserver.pl: Reworked some variable names to be more meaningful | Steve Holme | |
2014-03-29 | ftpserver.pl: Corrected some indentation in senddata() | Steve Holme | |
2014-03-29 | lib1513: fix callback proto to silence warning | Daniel Stenberg | |
2014-03-29 | ftpserver.pl: Added fallback to <data> support when using multiple URLs | Steve Holme | |
Added support for falling back to <data> when <data1>, <data2>, etc... don't exist in the <reply> section of a unit test. | |||
2014-03-29 | ftpserver.pl: Updated email based get reply data code to use new method | Steve Holme | |
2014-03-29 | ftpserver.pl: Fixed syntax error from commit 3a29ee41 | Steve Holme | |
2014-03-29 | ftpserver.pl: Updated argument code in STATUS_imap() to be more meaningful | Steve Holme | |
2014-03-29 | ftpserver.pl: Introduced common method for getting a test's reply data | Steve Holme | |
2014-03-26 | test1397: Fixed compilation with some SSL backends | Dan Fandrich | |
The test is only valid when one of four SSL backends is in use, and must otherwise return success. | |||
2014-03-26 | test815/816: Use authentication for both URLs | Dan Fandrich | |
The improved connection reuse logic would otherwise create a new connection for each one, which isn't supported by the test server, nor expected by the test. | |||
2014-03-25 | test1397: unit test for certificate name wildcard handling | Richard J. Moore | |
2014-03-19 | runtests.pl: verify specified test cases | Daniel Stenberg | |
To better allow arguments like "1 to 9999" without flooding the terminal with error messages, the given test cases range is now checked and only test numbers with existing files are actually run. | |||
2014-03-15 | tests: made the SASL modes separate keywords | Dan Fandrich | |
2014-03-15 | tests: added missing HTTP NTLM auth keywords | Dan Fandrich | |
Also, removed an unneeded strippart | |||
2014-03-15 | tests: disable valgrind on the remaining scp/sftp tests | Dan Fandrich | |
2014-03-15 | valgrind.supp: added another test 165 suppression | Dan Fandrich | |
This one seems to come and go as the optimizer decides how best to inline some functions. | |||
2014-03-14 | test640/1: add tests for --head with sftp and scp | Dan Fandrich | |
This option is currently rather useless with these protocols when no quote command is given, but it is valid. | |||
2014-02-28 | test96: Updated accordly for recent changes | Steve Holme | |
2014-02-26 | tool: Reworked argument parsing to use --next/-: | Steve Holme | |
Follow up to commit 1a9b58fcb2 to replace the : command line option with --next and -:. | |||
2014-02-26 | valgrind.supp: tweaked a test 165 suppression | Dan Fandrich | |
A recent change seems to have slightly changed the call stack produced by the gcc optimizer. | |||
2014-02-22 | stunnel: regenerated self-signed test certificate with SHA1 hash | Marc Hoersken | |
The previous test certificate contained a MD5 hash which is not supported using TLSv1.2 with Schannel on Windows 7 or newer. See the update to this blog post on IEInternals / MSDN: http://blogs.msdn.com/b/ieinternals/archive/2011/03/25/ misbehaving-https-servers-impair-tls-1.1-and-tls-1.2.aspx "Update: If the server negotiates a TLS1.2 connection with a Windows 7 or 8 schannel.dll-using client application, and it provides a certificate chain which uses the (weak) MD5 hash algorithm, the client will abort the connection (TCP/IP FIN) upon receipt of the certificate." | |||
2014-02-19 | lib1515.c: Fixed #include path in commit 647f83e809 | Steve Holme | |
2014-02-19 | test1515: fix compilation with msvc | Maks Naumov | |
... or any other systems lacking a native snprintf | |||
2014-02-17 | tests: Made the crypto test feature usable | Dan Fandrich | |
This feature specifies the availability of cryptographic authentication, which can be disabled at compile-time | |||
2014-02-16 | ConnectionExists: re-use connections better | Daniel Stenberg | |
When allowing NTLM, the re-use connection logic was too focused on finding an existing NTLM connection to use and didn't properly allow re-use of other ones. This made the logic not re-use perfectly re-usable connections. Added test case 1418 and 1419 to verify. Regression brought in 8ae35102c (curl 7.35.0) Reported-by: Jeff King Bug: http://thread.gmane.org/gmane.comp.version-control.git/242213 | |||
2014-02-16 | sockfilt.c: add undefs which are required after 6239146e | Marc Hoersken | |
2014-02-15 | valgrind: added another test 165 suppression | Dan Fandrich | |
This one is needed with the gcc options -fstack-protector-all -O2 That brings the number of suppressions for test 165 to four, and I suspect I could find another two missing without trying very hard. I'm beginning to think suppressions isn't the best way to handle these kinds of cases. | |||
2014-02-15 | testsuite: more Windows line-endings fixes | Marc Hoersken | |
2014-02-15 | test1114: fix line-endings checks on Windows after 75f00de | Marc Hoersken | |
2014-02-15 | test1113: fix line-endings checks on Windows after 75f00de5 | Marc Hoersken | |
2014-02-14 | lib1515.c: Added support for Windows using the Sleep function | Marc Hoersken | |
2014-02-14 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
Updates the test suite to handle binary-mode header output. | |||
2014-02-14 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
Changes LF to CRLF and disables automatic output conversion. | |||
2014-02-14 | testsuite: use binary output mode for custom curl test tools | Marc Hoersken | |
Do not try to convert line-endings to CRLF on Windows by setting stdout to binary mode, just like the curl tool does if --ascii is not specified. This should prevent corrupted stdout line-ending output like CRCRLF. In order to make the previously naive text-aware tests work with binary mode on Windows, text-mode is disabled for them if it is not actually part of the test case and line-endings are corrected. | |||
2014-02-14 | testsuite: changed HTTP and RTSP header line-endings to CRLF | Marc Hoersken | |
According to RFC 2616 and RFC 2326 individual protocol elements, like headers and except the actual content, are terminated by using CRLF. Therefore the test data files for these protocols need to contain mixed line-endings if the actual protocol elements use CRLF while the file uses LF. |