- Jul 27, 2009
-
-
Daniel Stenberg authored
CURLOPT_PREQUOTE) now accept a preceeding asterisk before the command to send when using FTP, as a sign that libcurl shall simply ignore the response from the server instead of treating it as an error. Not treating a 400+ FTP response code as an error means that failed commands will not abort the chain of commands, nor will they cause the connection to get disconnected.
-
Daniel Stenberg authored
"you replaced the old SSLeay_add_ssl_algorithms() call with OpenSSL_add_all_algorithms(), however unlike the name suggests, the second function is not a superset of the first. When using SSL both these functions will need to be called in order to offer complete functionality"
-
- Jul 26, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2825989Daniel Stenberg authored
out that OpenSSL-powered libcurl didn't support the SHA-2 digest algorithm, and provided the solution too: to use OpenSSL_add_all_algorithms() instead of the older SSLeay_* alternative. OpenSSL_add_all_algorithms was added in OpenSSL 0.9.5
-
- Jul 25, 2009
-
-
Daniel Stenberg authored
independent of libssh2 version as the client code isn't really meant to adapt to such build-time constraints.
-
Guenter Knauf authored
-
- Jul 24, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 23, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 22, 2009
-
-
Daniel Stenberg authored
Committed now. Not yet thoroughly degbugged etc, but at least the funtionality is now present.
-
Daniel Stenberg authored
They introduce known_host support for SSH keys to libcurl. See docs for details.
-
Daniel Stenberg authored
-
Michal Marek authored
(https://bugzilla.novell.com/523919). When looking at the code, I found that also the ptr pointer can leak.
-
- Jul 21, 2009
-
-
- Jul 20, 2009
-
-
Kamil Dudka authored
in NSS-powered libcurl. Now the client certificates can be selected automatically by a NSS built-in hook. Additionally pre-login to all PKCS11 slots is no more performed. It used to cause problems with HW tokens. - Fixed reference counting for NSS client certificates. Now the PEM reader module should be always properly unloaded on Curl_nss_cleanup(). If the unload fails though, libcurl will try to reuse the already loaded instance.
-
- Jul 17, 2009
-
-
Guenter Knauf authored
-
- Jul 16, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jul 15, 2009
-
-
Dan Fandrich authored
in the Watcom makefiles aren't quite correct).
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
-
Michal Marek authored
errno is not reset on success.
-
Guenter Knauf authored
-
- Jul 14, 2009
-
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h (missing bits)
-
Guenter Knauf authored
updated openssl version to latest; removed obsolete link to openssl patch since its now in the openssl releases.
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to ares_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Jul 13, 2009
-
-
Guenter Knauf authored
-
- Jul 11, 2009
-
-
Daniel Stenberg authored
-
- Jul 09, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
setting a file descriptor non-blocking. Used by the functionality Eric himself brough on June 15th.
-