- Jul 22, 2009
-
-
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.
-
Daniel Stenberg authored
done
-
Daniel Stenberg authored
doesn't work, to better fine older gnutls installs
-
Daniel Stenberg authored
-
- Jul 08, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the problem: Url A is accessed using auth. Url A redirects to Url B (on a different server0. Url B reuses a persistent connection. Url B has auth, even though it's on a different server. Note: if Url B does not reuse a persistent connection, auth is not sent.
-
- Jul 04, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
Markus Koetter provided a patch to avoid getnameinfo() usage which broke a couple of both IPv4 and IPv6 autobuilds.
-
- Jun 30, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to use the "standard" ENABLE_IPV6 one. Also, if port number cannot be figured out to connect to after a name resolve (due to it not being IPv4 or IPv6), that particular address will now simply be skipped.
-