]>
granicus.if.org Git - curl/log
Daniel Stenberg [Fri, 22 Apr 2005 20:48:07 +0000 (20:48 +0000)]
modified this year
Daniel Stenberg [Fri, 22 Apr 2005 20:47:35 +0000 (20:47 +0000)]
ignore the memdump file when showing files after a failure
Daniel Stenberg [Fri, 22 Apr 2005 20:47:21 +0000 (20:47 +0000)]
copyright this year
Daniel Stenberg [Fri, 22 Apr 2005 15:01:02 +0000 (15:01 +0000)]
Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.
Gunter Knauf [Fri, 22 Apr 2005 13:03:17 +0000 (13:03 +0000)]
changes for building with IPV6.
Daniel Stenberg [Fri, 22 Apr 2005 11:51:06 +0000 (11:51 +0000)]
modified the test case success reporting, added "test N out of Y" and
"remaining: [time]" outputs to hint users about what to expect
Daniel Stenberg [Fri, 22 Apr 2005 10:15:21 +0000 (10:15 +0000)]
test 256 is like test 38 but with proxy + proxy auth
Daniel Stenberg [Fri, 22 Apr 2005 10:06:58 +0000 (10:06 +0000)]
keywords
Daniel Stenberg [Fri, 22 Apr 2005 10:01:49 +0000 (10:01 +0000)]
Set the retry delay variables after the option parsing, as bug report
#
1187787 points out.
Daniel Stenberg [Thu, 21 Apr 2005 20:11:31 +0000 (20:11 +0000)]
added missing headers
Gunter Knauf [Wed, 20 Apr 2005 23:41:25 +0000 (23:41 +0000)]
changes for building with IPV6 and LDAP.
Daniel Stenberg [Tue, 19 Apr 2005 23:38:57 +0000 (23:38 +0000)]
prevent compiler warning
Daniel Stenberg [Tue, 19 Apr 2005 23:37:45 +0000 (23:37 +0000)]
added typecast when converting from long to unsigned short, to prevent compiler warning
Daniel Stenberg [Tue, 19 Apr 2005 23:36:21 +0000 (23:36 +0000)]
indented source to look more like other ares code,
added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the
result of a (char *) - (char *) cannot be stored in an int universally)
Daniel Stenberg [Tue, 19 Apr 2005 23:26:14 +0000 (23:26 +0000)]
sortlist_alloc() is never used on win32, so ifdef out it to prevent warning
Daniel Stenberg [Tue, 19 Apr 2005 23:19:23 +0000 (23:19 +0000)]
only define _REENTRANT if not already defined, and only in setup.h
Daniel Stenberg [Tue, 19 Apr 2005 22:23:37 +0000 (22:23 +0000)]
Check for and config for the ca cert bundle properly when built with GnuTLS.
Previously this was only done for OpenSSL builds.
Daniel Stenberg [Tue, 19 Apr 2005 22:12:34 +0000 (22:12 +0000)]
when --with-gnutls is used, we assume a bin/libgnutls-config file in the
given prefix. Building something with gnutls without it just is too error-
prone.
Daniel Stenberg [Tue, 19 Apr 2005 22:03:10 +0000 (22:03 +0000)]
remove the warning for a lacking crypto lib since it migth just be a gnutls
build...
Daniel Stenberg [Tue, 19 Apr 2005 08:10:04 +0000 (08:10 +0000)]
added CURLOPT_PORT test when using proxy
Daniel Stenberg [Mon, 18 Apr 2005 19:53:25 +0000 (19:53 +0000)]
two bugfixes of today
Daniel Stenberg [Mon, 18 Apr 2005 19:41:04 +0000 (19:41 +0000)]
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
used the default port. He was right. I fixed the problem and added the test
cases 521, 522 and 523 to verify the fix.
Daniel Stenberg [Mon, 18 Apr 2005 17:14:58 +0000 (17:14 +0000)]
Toshiyuki Maezawa reported that when doing a POST with a read callback,
libcurl didn't properly send an Expect: 100-continue header. It does now.
Daniel Stenberg [Mon, 18 Apr 2005 14:32:48 +0000 (14:32 +0000)]
digest works in the proxyauth too
Daniel Stenberg [Mon, 18 Apr 2005 11:40:50 +0000 (11:40 +0000)]
Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for
documentational purposes.
Daniel Stenberg [Mon, 18 Apr 2005 08:59:46 +0000 (08:59 +0000)]
better fix for the socket -1 case
Daniel Stenberg [Mon, 18 Apr 2005 08:51:04 +0000 (08:51 +0000)]
ignore sockfilt
Daniel Stenberg [Mon, 18 Apr 2005 08:49:46 +0000 (08:49 +0000)]
safety measure to avoid using -1 as socket
Daniel Stenberg [Mon, 18 Apr 2005 08:49:21 +0000 (08:49 +0000)]
allow some more time
Daniel Stenberg [Mon, 18 Apr 2005 07:56:43 +0000 (07:56 +0000)]
ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.
Daniel Stenberg [Mon, 18 Apr 2005 06:57:44 +0000 (06:57 +0000)]
Modified the FTP server to use the new 'sockfilt' program to do all the socket
level stuff. The FTP server communicates with sockfilt using perl's open2().
This enables easier IPv6 support and hopefully FTP-SSL support in the future.
Added four test cases for FTP-ipv6.
Daniel Stenberg [Mon, 18 Apr 2005 05:46:10 +0000 (05:46 +0000)]
Modified to not mix ordinary print to STDOUT with a system() that prints to
stdout, since I've found cases on Solaris where the second output mixes with
the first and thus the big check-script doesn't properly find the first
string in the output stream.
Daniel Stenberg [Sun, 17 Apr 2005 23:01:46 +0000 (23:01 +0000)]
somewhat clarified that this only sets the fd_sets and expects them to be
cleared before this function is called
Daniel Stenberg [Sat, 16 Apr 2005 23:15:19 +0000 (23:15 +0000)]
keywords added
Daniel Stenberg [Sat, 16 Apr 2005 23:15:12 +0000 (23:15 +0000)]
minor edits, report the test cases without keywords
Daniel Stenberg [Sat, 16 Apr 2005 12:43:32 +0000 (12:43 +0000)]
starting to produce a summary in HTML
Daniel Stenberg [Sat, 16 Apr 2005 12:30:01 +0000 (12:30 +0000)]
avoid warning on windows
Daniel Stenberg [Sat, 16 Apr 2005 12:24:12 +0000 (12:24 +0000)]
clarify that > in the verbose output can contain newlines
Daniel Stenberg [Sat, 16 Apr 2005 00:00:35 +0000 (00:00 +0000)]
keywords added
Daniel Stenberg [Fri, 15 Apr 2005 23:48:58 +0000 (23:48 +0000)]
initial tool to report info/keywords of the test cases
Daniel Stenberg [Fri, 15 Apr 2005 23:48:31 +0000 (23:48 +0000)]
started adding "keywords" for each test, to better allow us to sum up what
kind of tests we have and how many tests that test certain features
Daniel Stenberg [Fri, 15 Apr 2005 21:51:46 +0000 (21:51 +0000)]
add needed include
Dominick Meglio [Fri, 15 Apr 2005 15:25:16 +0000 (15:25 +0000)]
Attempted to fix c-ares not building on non-IPv6 systems
Daniel Stenberg [Fri, 15 Apr 2005 08:45:35 +0000 (08:45 +0000)]
if libgnutls-config isn't found in the given path, deal with it nicer (but
it is still likely to not do very good since it can't figure out all the lib
dependencies)
Daniel Stenberg [Thu, 14 Apr 2005 22:52:42 +0000 (22:52 +0000)]
Two new slowdown tests for better testing of the FTP response reader function
when the response come in many small chunks.
Daniel Stenberg [Thu, 14 Apr 2005 22:52:08 +0000 (22:52 +0000)]
make the ftp server support reply/servercmd, and make SLOWDOWN work, and
update the docs accordingly
Daniel Stenberg [Wed, 13 Apr 2005 21:17:05 +0000 (21:17 +0000)]
oops, only negative numbers are errors
Dan Fandrich [Wed, 13 Apr 2005 19:31:00 +0000 (19:31 +0000)]
Mention GnuTLS and fix a few spelling errors.
Daniel Stenberg [Wed, 13 Apr 2005 12:38:01 +0000 (12:38 +0000)]
don't bail out just because the ca file has a problem, it might be OK
Daniel Stenberg [Wed, 13 Apr 2005 12:37:38 +0000 (12:37 +0000)]
fix port number
Daniel Stenberg [Wed, 13 Apr 2005 08:50:13 +0000 (08:50 +0000)]
GnuTLS support
Daniel Stenberg [Wed, 13 Apr 2005 08:47:59 +0000 (08:47 +0000)]
extended the multi-thread explanation
Daniel Stenberg [Wed, 13 Apr 2005 06:52:03 +0000 (06:52 +0000)]
fix compiler warning
Dan Fandrich [Wed, 13 Apr 2005 00:32:33 +0000 (00:32 +0000)]
Allow environment variables to override default autotools.
Daniel Stenberg [Tue, 12 Apr 2005 14:17:07 +0000 (14:17 +0000)]
next release will be version 7.14.0 thanks to the added GnuTLS support
Daniel Stenberg [Tue, 12 Apr 2005 07:56:57 +0000 (07:56 +0000)]
Provides an unconditional strlcat() proto even if strlcat() was found by
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.
Daniel Stenberg [Tue, 12 Apr 2005 07:19:34 +0000 (07:19 +0000)]
requires OpenSSL, as our GnuTLS doesn't provide support for
CURLOPT_SSL_CTX_FUNCTION (yet).
Daniel Stenberg [Tue, 12 Apr 2005 07:18:48 +0000 (07:18 +0000)]
support tests that requires 'OpenSSL' specificly
Daniel Stenberg [Mon, 11 Apr 2005 14:07:02 +0000 (14:07 +0000)]
credits
Daniel Stenberg [Mon, 11 Apr 2005 13:50:19 +0000 (13:50 +0000)]
refresh
Daniel Stenberg [Mon, 11 Apr 2005 13:39:55 +0000 (13:39 +0000)]
5.12 Can I make libcurl fake or hide my real IP address?
Daniel Stenberg [Sun, 10 Apr 2005 22:56:46 +0000 (22:56 +0000)]
HTTP 304 response with Content-Length: header
Dominick Meglio [Sat, 9 Apr 2005 23:46:31 +0000 (23:46 +0000)]
Removed usage of u_int and u_char
Daniel Stenberg [Sat, 9 Apr 2005 22:33:14 +0000 (22:33 +0000)]
Blah, revert my removal of the extra check since the problem is there for real.
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.)
Daniel Stenberg [Sat, 9 Apr 2005 21:38:14 +0000 (21:38 +0000)]
OK, I must've been halucinating or something because I no longer see the
bug I thought I saw before when I changed this...!
Dominick Meglio [Sat, 9 Apr 2005 19:59:59 +0000 (19:59 +0000)]
Made sortlist support IPv6 (this can probably use some testing)
Dominick Meglio [Sat, 9 Apr 2005 16:49:47 +0000 (16:49 +0000)]
Made sortlist support CIDR matching for IPv4
Dominick Meglio [Fri, 8 Apr 2005 19:46:46 +0000 (19:46 +0000)]
Added preliminary IPv6 support to ares_gethostbyname
Daniel Stenberg [Fri, 8 Apr 2005 16:59:13 +0000 (16:59 +0000)]
fixed the 304 response-with-content-length problem reported by Cory Nelson
Dominick Meglio [Fri, 8 Apr 2005 16:22:51 +0000 (16:22 +0000)]
Added include for inet_net_pton.h to ares__get_hostent.c
Dominick Meglio [Fri, 8 Apr 2005 15:41:31 +0000 (15:41 +0000)]
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family
Daniel Stenberg [Fri, 8 Apr 2005 09:25:48 +0000 (09:25 +0000)]
re-arrange some code to prevent warnings on unreachable code
Daniel Stenberg [Fri, 8 Apr 2005 08:48:17 +0000 (08:48 +0000)]
include sys/types.h too when checking for headers as otherwise this breaks
on Solaris and FreeBSD. At least.
Marty Kuhrt [Fri, 8 Apr 2005 05:07:04 +0000 (05:07 +0000)]
updated instructions
Marty Kuhrt [Fri, 8 Apr 2005 05:06:31 +0000 (05:06 +0000)]
fixed control_y trap problem
Marty Kuhrt [Fri, 8 Apr 2005 05:01:40 +0000 (05:01 +0000)]
cast the call to Curl_inet_ntop for DECC compiler squawk
Daniel Stenberg [Thu, 7 Apr 2005 22:47:43 +0000 (22:47 +0000)]
Unfortunately, if a ca file name is set the function fails for whatever reason
(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.
Daniel Stenberg [Thu, 7 Apr 2005 22:14:22 +0000 (22:14 +0000)]
one down
Daniel Stenberg [Thu, 7 Apr 2005 22:13:40 +0000 (22:13 +0000)]
set LD_LIBRARY_PATH when GnuTLS has been found
Daniel Stenberg [Thu, 7 Apr 2005 21:12:09 +0000 (21:12 +0000)]
cut 'n paste error
Daniel Stenberg [Thu, 7 Apr 2005 21:10:31 +0000 (21:10 +0000)]
GnuTLS updates
Daniel Stenberg [Thu, 7 Apr 2005 21:05:45 +0000 (21:05 +0000)]
GnuTLS!
Daniel Stenberg [Thu, 7 Apr 2005 20:56:04 +0000 (20:56 +0000)]
added new files
Daniel Stenberg [Thu, 7 Apr 2005 20:36:48 +0000 (20:36 +0000)]
fixed to build after the GnuTLS fixes
Daniel Stenberg [Thu, 7 Apr 2005 15:28:56 +0000 (15:28 +0000)]
added some blurb about the GnuTLS license
Daniel Stenberg [Thu, 7 Apr 2005 15:27:13 +0000 (15:27 +0000)]
GnuTLS support added. There's now a "generic" SSL layer that we use all over
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
Daniel Stenberg [Thu, 7 Apr 2005 15:21:50 +0000 (15:21 +0000)]
ssl_version_num is not used anymore
Daniel Stenberg [Thu, 7 Apr 2005 15:18:51 +0000 (15:18 +0000)]
ssl_version_num won't be used anymore since we will soon offer multiple SSL
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.
Daniel Stenberg [Thu, 7 Apr 2005 15:12:03 +0000 (15:12 +0000)]
Add support for --with-gnutls. If configure detects OpenSSL, you need to
to explicitly disable that first with --without-ssl. Initial attempt.
Daniel Stenberg [Thu, 7 Apr 2005 14:26:03 +0000 (14:26 +0000)]
bail out if perl is missing, it is needed for building curl anyway
Daniel Stenberg [Thu, 7 Apr 2005 08:59:39 +0000 (08:59 +0000)]
check for libtoolize and aclocal to doublecheck the installations better
Daniel Stenberg [Thu, 7 Apr 2005 07:38:53 +0000 (07:38 +0000)]
Try harder to see if arpa/nameser_compat.h REALLY is a good header file to
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.
Daniel Stenberg [Thu, 7 Apr 2005 07:30:02 +0000 (07:30 +0000)]
add SSPI
Daniel Stenberg [Wed, 6 Apr 2005 22:27:42 +0000 (22:27 +0000)]
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
X.
Daniel Stenberg [Wed, 6 Apr 2005 21:14:58 +0000 (21:14 +0000)]
better errno constant replacements, as mentioned by Gisle Vanem
Gisle Vanem [Wed, 6 Apr 2005 18:58:33 +0000 (18:58 +0000)]
Include inet_net_pton.h for 'struct in6_addr'. Ideally this
should come from <ws2tcpip.h>, but Winsock 1.1 should
suffice.
Gisle Vanem [Wed, 6 Apr 2005 18:55:59 +0000 (18:55 +0000)]
Moved inet_net_pton.h to HHEADERS.
Daniel Stenberg [Wed, 6 Apr 2005 14:11:50 +0000 (14:11 +0000)]
check for struct sizes and use those sizes if the NS_* defines are lacking
(IRIX 6.5.22 it seems)
Daniel Stenberg [Wed, 6 Apr 2005 14:02:37 +0000 (14:02 +0000)]
moved the *_inet_pton protos to inet_net_pton.h instead
Daniel Stenberg [Wed, 6 Apr 2005 13:54:02 +0000 (13:54 +0000)]
made the ares_inet_net_pton() proto use size_t size, as the function in the
code uses that