Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-12 | Provides an unconditional strlcat() proto even if strlcat() was found by | Daniel Stenberg | |
configure. An attempt to fix warnings when we build and the strlcat() function is provided by one if the libs (gss or krb4) since then we have no protos for it in a system header. | |||
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg | |
CURLOPT_SSL_CTX_FUNCTION (yet). | |||
2005-04-12 | support tests that requires 'OpenSSL' specificly | Daniel Stenberg | |
2005-04-11 | credits | Daniel Stenberg | |
2005-04-11 | refresh | Daniel Stenberg | |
2005-04-11 | 5.12 Can I make libcurl fake or hide my real IP address? | Daniel Stenberg | |
2005-04-10 | HTTP 304 response with Content-Length: header | Daniel Stenberg | |
2005-04-09 | Removed usage of u_int and u_char | Dominick Meglio | |
2005-04-09 | Blah, revert my removal of the extra check since the problem is there for real. | Daniel Stenberg | |
Archived thread of the help-gnutls mailing list regarding this problem: http://lists.gnu.org/archive/html/help-gnutls/2005-04/msg00000.html (and I _am_ sorry for my confused behaviour on this problem.) | |||
2005-04-09 | OK, I must've been halucinating or something because I no longer see the | Daniel Stenberg | |
bug I thought I saw before when I changed this...! | |||
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio | |
2005-04-09 | Made sortlist support CIDR matching for IPv4 | Dominick Meglio | |
2005-04-08 | Added preliminary IPv6 support to ares_gethostbyname | Dominick Meglio | |
2005-04-08 | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg | |
2005-04-08 | Added include for inet_net_pton.h to ares__get_hostent.c | Dominick Meglio | |
2005-04-08 | Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family | Dominick Meglio | |
2005-04-08 | re-arrange some code to prevent warnings on unreachable code | Daniel Stenberg | |
2005-04-08 | include sys/types.h too when checking for headers as otherwise this breaks | Daniel Stenberg | |
on Solaris and FreeBSD. At least. | |||
2005-04-08 | updated instructions | Marty Kuhrt | |
2005-04-08 | fixed control_y trap problem | Marty Kuhrt | |
2005-04-08 | cast the call to Curl_inet_ntop for DECC compiler squawk | Marty Kuhrt | |
2005-04-07 | Unfortunately, if a ca file name is set the function fails for whatever reason | Daniel Stenberg | |
(missing file, bad file, etc), gnutls will no longer handshake properly but it just loops forever. Therefore, we must return error if we get an error when setting the CA cert file name. This is not the same behaviour as with OpenSSL. Question/report posted to the help-gnutls mailing list, April 8 2005. | |||
2005-04-07 | one down | Daniel Stenberg | |
2005-04-07 | set LD_LIBRARY_PATH when GnuTLS has been found | Daniel Stenberg | |
2005-04-07 | cut 'n paste error | Daniel Stenberg | |
2005-04-07 | GnuTLS updates | Daniel Stenberg | |
2005-04-07 | GnuTLS! | Daniel Stenberg | |
2005-04-07 | added new files | Daniel Stenberg | |
2005-04-07 | fixed to build after the GnuTLS fixes | Daniel Stenberg | |
2005-04-07 | added some blurb about the GnuTLS license | Daniel Stenberg | |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg | |
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls | |||
2005-04-07 | ssl_version_num is not used anymore | Daniel Stenberg | |
2005-04-07 | ssl_version_num won't be used anymore since we will soon offer multiple SSL | Daniel Stenberg | |
layers and it won't make sense to provide a numerical version for it. I also doubt that many people have used this for anything critical. | |||
2005-04-07 | Add support for --with-gnutls. If configure detects OpenSSL, you need to | Daniel Stenberg | |
to explicitly disable that first with --without-ssl. Initial attempt. | |||
2005-04-07 | bail out if perl is missing, it is needed for building curl anyway | Daniel Stenberg | |
2005-04-07 | check for libtoolize and aclocal to doublecheck the installations better | Daniel Stenberg | |
2005-04-07 | Try harder to see if arpa/nameser_compat.h REALLY is a good header file to | Daniel Stenberg | |
include, as it seems at least some AIX versions don't really allow it to be include at the same time as the original nameser.h. | |||
2005-04-07 | add SSPI | Daniel Stenberg | |
2005-04-06 | Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS | Daniel Stenberg | |
X. | |||
2005-04-06 | better errno constant replacements, as mentioned by Gisle Vanem | Daniel Stenberg | |
2005-04-06 | Include inet_net_pton.h for 'struct in6_addr'. Ideally this | Gisle Vanem | |
should come from <ws2tcpip.h>, but Winsock 1.1 should suffice. | |||
2005-04-06 | Moved inet_net_pton.h to HHEADERS. | Gisle Vanem | |
2005-04-06 | check for struct sizes and use those sizes if the NS_* defines are lacking | Daniel Stenberg | |
(IRIX 6.5.22 it seems) | |||
2005-04-06 | moved the *_inet_pton protos to inet_net_pton.h instead | Daniel Stenberg | |
2005-04-06 | made the ares_inet_net_pton() proto use size_t size, as the function in the | Daniel Stenberg | |
code uses that | |||
2005-04-06 | Removed extraneous comma | Dan Fandrich | |
2005-04-05 | too late hacking error | Daniel Stenberg | |
2005-04-05 | test time-conditioned FTP uploads | Daniel Stenberg | |
2005-04-05 | Christophe Legry's fix to grok time-conditoned uploads | Daniel Stenberg | |
2005-04-05 | with these changes, it builds on my win32 cross-compiler | Daniel Stenberg | |