- Jan 03, 2014
-
-
Daniel Stenberg authored
If OpenSSL is built to support SSLv2 this brings back the ability to explicitly select that as a protocol level. Reported-by: Steve Holme Bug: http://curl.haxx.se/mail/lib-2014-01/0013.html
-
- Jan 02, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Marc Hoersken authored
-
Christian Weisgerber authored
This fixes two markup typos I noticed in curl_easy_setopt.3. (The use of bold vs. italics seems a bit inconsistent in that page, but it should at least be valid man syntax.)
-
Barry Abrahamson authored
Some feedback provided by byte_bucket on IRC pointed out that commit db11750c wasn’t really correct because it allows for “upgrading” to a newer protocol when it should be only allowing for SSLv3. This change fixes that. When SSLv3 connection is forced, don't allow SSL negotiations for newer versions. Feedback provided by byte_bucket in #curl. This behavior is also consistent with the other force flags like --tlsv1.1 which doesn't allow for TLSv1.2 negotiation, etc Feedback-by: byte_bucket Bug: http://curl.haxx.se/bug/view.cgi?id=1319
-
Guenter Knauf authored
-
Steve Holme authored
-
Steve Holme authored
-
Guenter Knauf authored
-
- Jan 01, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Steve Holme authored
Updated the contents of the email and payload callback as per the IMAP and other SMTP examples.
-
Barry Abrahamson authored
Since ad34a2d5 (present in 7.34.0 release) forcing SSLv3 will always return the error "curl: (35) Unsupported SSL protocol version" Can be replicated with `curl -I -3 https://www.google.com/`. This fix simply allows for v3 to be forced.
-
Steve Holme authored
-
Steve Holme authored
...and made some minor coding style changes to better match the curl coding standards as well as the other email related examples.
-
Steve Holme authored
-
Steve Holme authored
-
- Dec 31, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Following commit 0aafd77f, replaced the internal usage of FORMAT_OFF_T and FORMAT_OFF_TU with the external versions that we expect API programmers to use. This negates the need for separate definitions which were subtly different under different platforms/compilers.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Dec 30, 2013
-
-
Steve Holme authored
Added support to the built-in printf() replacement functions, for these non-ANSI extensions when compiling under Visual Studio, Borland, Watcom and MinGW. This fixes problems when generating libcurl source code that contains curl_off_t variables.
-
- Dec 29, 2013
-
-
Steve Holme authored
Although added to CURLOPT_INFILESIZE in commit ee3d3adc it was never added to CURLOPT_INFILESIZE_LARGE.
-
- Dec 28, 2013
-
-
Steve Holme authored
-
Steve Holme authored
warning: 'res' may be used uninitialized in this function
-
Steve Holme authored
-
Björn Stenberg authored
Fixes a bug when all addresses in the first family fail immediately, due to "Network unreachable" for example, curl would hang and never try the next address family. Iterate through all address families when to trying establish the first connection attempt. Bug: http://curl.haxx.se/bug/view.cgi?id=1315 Reported-by: Michal Górny and Anthony G. Basile
-
Steve Holme authored
...to exclude not present features.
-
Steve Holme authored
-
- Dec 27, 2013
-
-
Steve Holme authored
Unmatched right curly bracket at line 758, at end of line
-
Steve Holme authored
Following the addition of informational commands to the SMTP protocol, the test server is no longer required to return the verified server information in responses that curl only outputs in verbose mode. Instead, a similar detection mechanism to that used by FTP, IMAP and POP3 can now be used.
-
Steve Holme authored
sendf.c:450:81: warning: Longer than 79 columns
-