- Mar 30, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".
-
Steve Holme authored
-
Steve Holme authored
-
- Mar 29, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
Steve Holme authored
Added support for falling back to <data> when <data1>, <data2>, etc... don't exist in the <reply> section of a unit test.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Mar 28, 2014
-
-
Steve Holme authored
Specifying user credentials when the SMTP server doesn't support authentication would cause curl to display "No known authentication mechanisms supported!" and return CURLE_LOGIN_DENIED. Reported-by: Tom Sparrow Bug: http://curl.haxx.se/mail/lib-2014-03/0173.html
-
Cody Mack authored
-
- Mar 26, 2014
-
-
Dan Fandrich authored
-
Dan Fandrich authored
The test is only valid when one of four SSL backends is in use, and must otherwise return success.
-
Dan Fandrich authored
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.
-
Daniel Stenberg authored
This allows configure --disable-manual to run and build without having to regenerate the src/tool_hugehelp.c file which otherwise is necessary since we ship tarballs with that file present. Reported-by: Remi Gacogne Bug: http://curl.haxx.se/bug/view.cgi?id=1350
-
Daniel Stenberg authored
-
- Mar 25, 2014
-
-
Daniel Stenberg authored
-
Richard J. Moore authored
-
Daniel Stenberg authored
Reported-by: Richard Moore
-
Daniel Stenberg authored
There are server certificates used with IP address in the CN field, but we MUST not allow wild cart certs for hostnames given as IP addresses only. Therefore we must make Curl_cert_hostcheck() fail such attempts. Bug: http://curl.haxx.se/docs/adv_20140326B.html Reported-by: Richard Moore
-
Steve Holme authored
In addition to FTP, other connection based protocols such as IMAP, POP3, SMTP, SCP, SFTP and LDAP require a new connection when different log-in credentials are specified. Fixed the detection logic to include these other protocols. Bug: http://curl.haxx.se/docs/adv_20140326A.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 23, 2014
-
-
Steve Holme authored
For example when a URL is not specified or the headers file fails to open.
-
- Mar 22, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Gisle Vanem authored
The debug messages printed inside PolarSSL always seems to end with a newline. So 'infof()' should not add one. Besides the trace 'line' should be 'const'.
-
- Mar 20, 2014
-
-
Daniel Stenberg authored
The parser skipped the initial letter, which presumably often is whitespace but doesn't have to be. Reported-by: Mike Hasselberg Bug: http://curl.haxx.se/mail/lib-2014-03/0134.html
-
- Mar 19, 2014
-
-
Daniel Stenberg authored
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.
-
Dan Fandrich authored
-
Daniel Stenberg authored
It leads to the "next family" tries starting from the wrong point and thus fails! Bug: http://curl.haxx.se/bug/view.cgi?id=1337 Reported-by: ricker
-