]>
granicus.if.org Git - curl/log
Daniel Stenberg [Thu, 7 Aug 2003 14:14:54 +0000 (14:14 +0000)]
added CLEANFILES to make distcheck run fine
Daniel Stenberg [Thu, 7 Aug 2003 13:20:58 +0000 (13:20 +0000)]
infilesize must be a long to work on 64bit archs
Daniel Stenberg [Thu, 7 Aug 2003 06:43:11 +0000 (06:43 +0000)]
use 644 for the chmod
Daniel Stenberg [Wed, 6 Aug 2003 23:59:15 +0000 (23:59 +0000)]
argh, it wasn't *that* easy to generate the ca-bundle header in the build
dir instead of the source dir, reverting that change
Daniel Stenberg [Wed, 6 Aug 2003 23:56:24 +0000 (23:56 +0000)]
fixed syntax error
Daniel Stenberg [Wed, 6 Aug 2003 23:48:08 +0000 (23:48 +0000)]
better cleaning up of memory in case of failures in the get-loop (it was
taken care of by the exit-free anyway but caused test case 75 and 76 to
report memory leaks).
Also re-indented a small section.
Daniel Stenberg [Wed, 6 Aug 2003 23:47:01 +0000 (23:47 +0000)]
better cleaning up allocated memory in case of failures
Daniel Stenberg [Wed, 6 Aug 2003 23:45:59 +0000 (23:45 +0000)]
more tests
Daniel Stenberg [Wed, 6 Aug 2003 23:10:58 +0000 (23:10 +0000)]
new urlglob test
Daniel Stenberg [Wed, 6 Aug 2003 23:10:36 +0000 (23:10 +0000)]
minor cleanup
Daniel Stenberg [Wed, 6 Aug 2003 22:47:55 +0000 (22:47 +0000)]
explain more how the test case number awareness is sent to the test server(s)
Daniel Stenberg [Wed, 6 Aug 2003 22:32:47 +0000 (22:32 +0000)]
fix the treatment of the variable width specifier '*', which caused a bug
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827
Daniel Stenberg [Wed, 6 Aug 2003 22:15:12 +0000 (22:15 +0000)]
make an uninstall hook in the same manner we already did an install hook
as otherwise will make distcheck fail
Daniel Stenberg [Wed, 6 Aug 2003 22:14:39 +0000 (22:14 +0000)]
chmod the hugehelp.c in the dist hook to make distcheck run fine
Daniel Stenberg [Wed, 6 Aug 2003 22:14:16 +0000 (22:14 +0000)]
generate the ca-bundle.h in the build dir, and also make sure to chmod
the file in the dist-hook to make distcheck run fine
Daniel Stenberg [Wed, 6 Aug 2003 21:23:42 +0000 (21:23 +0000)]
Domenico Andreoli fixed the section number in the main meta data
Daniel Stenberg [Wed, 6 Aug 2003 15:26:24 +0000 (15:26 +0000)]
include "share.h" for the cookie sharing
Daniel Stenberg [Wed, 6 Aug 2003 15:26:02 +0000 (15:26 +0000)]
make it build without ares support
make sure it set async false even when using ipv6 (made test case 20 fail
before)
Daniel Stenberg [Wed, 6 Aug 2003 13:49:20 +0000 (13:49 +0000)]
505 was missing
Daniel Stenberg [Wed, 6 Aug 2003 13:22:29 +0000 (13:22 +0000)]
more fix
Daniel Stenberg [Wed, 6 Aug 2003 13:21:19 +0000 (13:21 +0000)]
updated the ares instruction
Daniel Stenberg [Tue, 5 Aug 2003 15:22:15 +0000 (15:22 +0000)]
LDFLAGS fix to make the GSSAPI build again
Daniel Stenberg [Tue, 5 Aug 2003 14:54:15 +0000 (14:54 +0000)]
added README.ares
Daniel Stenberg [Tue, 5 Aug 2003 14:52:31 +0000 (14:52 +0000)]
how to build with ares
Daniel Stenberg [Tue, 5 Aug 2003 14:40:59 +0000 (14:40 +0000)]
ares awareness/usage/support added. If configure --enable-ares is used, we
build libcurl to use ares for asynch name resolves.
Daniel Stenberg [Tue, 5 Aug 2003 13:37:29 +0000 (13:37 +0000)]
Add --enable-ares support, which will make us build curl with ares for
asynch name resolves. Still very experimental, beware!
Daniel Stenberg [Tue, 5 Aug 2003 13:04:10 +0000 (13:04 +0000)]
clean up the dir tree hierarchy in *_done() to make persistant connection
FTP use the correct directories!
Reported in bug report #783116
Daniel Stenberg [Tue, 5 Aug 2003 13:00:00 +0000 (13:00 +0000)]
added test 146 for a ftp persitency test, as reported on the list
Daniel Stenberg [Tue, 5 Aug 2003 12:59:23 +0000 (12:59 +0000)]
persistant connection test
Daniel Stenberg [Tue, 5 Aug 2003 12:32:02 +0000 (12:32 +0000)]
auth problems
Daniel Stenberg [Mon, 4 Aug 2003 23:13:39 +0000 (23:13 +0000)]
cleaned up after David Byron's comment on the libcurl list, aug 5 2003
Daniel Stenberg [Mon, 4 Aug 2003 23:05:57 +0000 (23:05 +0000)]
Jan Sundin reported a case where curl ignored a cookie that browsers don't,
which turned up to be due to the number of dots in the 'domain'. I've now
made curl follow the the original netscape cookie spec less strict on that
part.
Daniel Stenberg [Mon, 4 Aug 2003 22:58:06 +0000 (22:58 +0000)]
added test 73
Daniel Stenberg [Mon, 4 Aug 2003 22:57:58 +0000 (22:57 +0000)]
Verifies Jan Sundin's cookie bug, dated aug 4 2003.
Daniel Stenberg [Mon, 4 Aug 2003 15:02:42 +0000 (15:02 +0000)]
Dirk Manske's patch that introduces cookie support to the share interface.
Daniel Stenberg [Sun, 3 Aug 2003 22:18:14 +0000 (22:18 +0000)]
Mark Fletcher provided an excellent bug report that identified a problem
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not
properly ignore the body contents of 3XX response that included the
Location: header.
Daniel Stenberg [Sun, 3 Aug 2003 21:33:25 +0000 (21:33 +0000)]
serios info leakage!
Daniel Stenberg [Sat, 2 Aug 2003 23:36:35 +0000 (23:36 +0000)]
When proxy authentication is used in a CONNECT request (as used for all SSL
connects and otherwise enforced tunnel-thru-proxy requests), the same
authentication header is also wrongly sent to the remote host.
The name and password can then be captured by an evil host and possibly get
used for malicious purposes.
Daniel Stenberg [Sat, 2 Aug 2003 23:35:59 +0000 (23:35 +0000)]
updated as the second proxy-auth header was a proof of a serious info leak
bug!!
Daniel Stenberg [Fri, 1 Aug 2003 14:20:48 +0000 (14:20 +0000)]
Joerg Mueller-Tolk fixed a minor mistake
Daniel Stenberg [Fri, 1 Aug 2003 12:33:19 +0000 (12:33 +0000)]
recent action
Daniel Stenberg [Fri, 1 Aug 2003 07:53:27 +0000 (07:53 +0000)]
David Byron's makefile fix to allow 7.10.6 to build fine using VC
Daniel Stenberg [Wed, 30 Jul 2003 15:10:26 +0000 (15:10 +0000)]
add a check for 'ar' since the lack of it bit Jared Ingersoll
we might need to check for some other tools too that on Solaris are put
in those weird dirs...
Daniel Stenberg [Wed, 30 Jul 2003 14:26:36 +0000 (14:26 +0000)]
removed silly target that only works when building from CVS
Daniel Stenberg [Wed, 30 Jul 2003 14:19:44 +0000 (14:19 +0000)]
Jörg Müller-Tolk updated this to build fine with 7.10.6
Daniel Stenberg [Wed, 30 Jul 2003 13:41:59 +0000 (13:41 +0000)]
ftp proxy support would be nice
Daniel Stenberg [Wed, 30 Jul 2003 07:52:02 +0000 (07:52 +0000)]
updated to match the recent ftp patch that makes it check for resumability
Daniel Stenberg [Wed, 30 Jul 2003 07:51:33 +0000 (07:51 +0000)]
Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar
style like other faked HTTP headers when NOBODY and HEADER are used.
Daniel Stenberg [Wed, 30 Jul 2003 07:33:41 +0000 (07:33 +0000)]
Make sure to generate an uncompressed hugehelp.c file for inclusion in
the distribution archive, as it isn't sure zlib is present everywhere. Those
who care much for compressed help should regenerate the file.
Daniel Stenberg [Wed, 30 Jul 2003 07:22:28 +0000 (07:22 +0000)]
Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes
unsigned and we want this to be able to hold -1 for illegal/unset values.
Daniel Stenberg [Tue, 29 Jul 2003 11:07:38 +0000 (11:07 +0000)]
CURLDEBUG not MALLOCDEBUG
Daniel Stenberg [Mon, 28 Jul 2003 23:00:56 +0000 (23:00 +0000)]
Fixes based on Gisle Vanem's input since this script failed due to
possibly crlf newlines.
Daniel Stenberg [Mon, 28 Jul 2003 22:17:37 +0000 (22:17 +0000)]
Digest *OR* Basic authorization test
Daniel Stenberg [Mon, 28 Jul 2003 12:13:48 +0000 (12:13 +0000)]
7.10.6
Daniel Stenberg [Mon, 28 Jul 2003 10:21:57 +0000 (10:21 +0000)]
clear http->send_buffer when we have freed the memory it pointed to
Daniel Stenberg [Mon, 28 Jul 2003 09:02:15 +0000 (09:02 +0000)]
updated to the new ftp dir parsing code that allows a preceeding double
slash
Daniel Stenberg [Mon, 28 Jul 2003 08:53:12 +0000 (08:53 +0000)]
As noticed by Kevin Roth, we shall not speak of root dir when it isn't
necessarily the root...
Daniel Stenberg [Mon, 28 Jul 2003 08:50:02 +0000 (08:50 +0000)]
François Pons brought a patch that once again made curl deal with ftp and
"double slash" as indicating the root directory. In the RFC1738-fix of April
30, that ability was removed (since it is not the "right" way).
Daniel Stenberg [Mon, 28 Jul 2003 08:23:46 +0000 (08:23 +0000)]
use the correct 'test71' file name for the temp file
Daniel Stenberg [Mon, 28 Jul 2003 08:21:07 +0000 (08:21 +0000)]
got a bug report on -F in config files, so I wrote up this test to verify
that is works... and it did! ;-)
Daniel Stenberg [Fri, 25 Jul 2003 09:46:07 +0000 (09:46 +0000)]
having it in CVS causes us problems *grrr*
Daniel Stenberg [Fri, 25 Jul 2003 08:59:55 +0000 (08:59 +0000)]
Andrés García updated with the added files etc
Daniel Stenberg [Fri, 25 Jul 2003 08:47:34 +0000 (08:47 +0000)]
With an unknown CA path, we undef the variable. To build properly without
SSL/CA.
Daniel Stenberg [Fri, 25 Jul 2003 08:47:10 +0000 (08:47 +0000)]
only check for CA bundle path if build with SSL support
set a conditional for the makefile if we know the CA path or not
Daniel Stenberg [Fri, 25 Jul 2003 08:30:58 +0000 (08:30 +0000)]
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.
Daniel Stenberg [Wed, 23 Jul 2003 17:28:36 +0000 (17:28 +0000)]
the test compared numericly if though it could contain a string, and I
lowered the number of retries to 10
Daniel Stenberg [Wed, 23 Jul 2003 17:06:21 +0000 (17:06 +0000)]
When we re-use an existing connection we must make sure that we don't
accidentally re-use the connect_addr field, as that might no longer be
around. Fix verified by Tracy Boehrer who basicly debugged and tracked down
this problem.
Daniel Stenberg [Wed, 23 Jul 2003 12:55:24 +0000 (12:55 +0000)]
minor code style fix
Daniel Stenberg [Wed, 23 Jul 2003 11:59:20 +0000 (11:59 +0000)]
Split out the changes from the year 2002 into a separate file, named
CHANGES.2002.
Daniel Stenberg [Wed, 23 Jul 2003 11:39:05 +0000 (11:39 +0000)]
SSLCERTS was moved into the docs/ directory
Daniel Stenberg [Wed, 23 Jul 2003 11:38:19 +0000 (11:38 +0000)]
moved SSLCERTS into the docs/ directory
Daniel Stenberg [Wed, 23 Jul 2003 11:28:59 +0000 (11:28 +0000)]
Daniel Kouril's fix to make the GSS-Negotiate work fine.
Daniel Stenberg [Wed, 23 Jul 2003 08:21:21 +0000 (08:21 +0000)]
Juan F. Codagnone's fixes to build properly on Windows again
Daniel Stenberg [Wed, 23 Jul 2003 08:11:28 +0000 (08:11 +0000)]
Plain default version of this file, to allow users to build easier from
CVS. This will be updated by the configure script, and a default is placed
here by the maketgz script.
Daniel Stenberg [Tue, 22 Jul 2003 11:15:46 +0000 (11:15 +0000)]
reversed the check for GSSAPI when request that auth
Daniel Stenberg [Tue, 22 Jul 2003 10:00:37 +0000 (10:00 +0000)]
CURLDEBUG, not MALLOCDEBUG
Daniel Stenberg [Tue, 22 Jul 2003 09:59:36 +0000 (09:59 +0000)]
More support for NTLM on proxies, now proxy state and nonce is stored in
a separate struct properly.
Daniel Stenberg [Tue, 22 Jul 2003 09:58:57 +0000 (09:58 +0000)]
The NTLM functions now take a 'proxy' argument as well.
Daniel Stenberg [Tue, 22 Jul 2003 09:58:18 +0000 (09:58 +0000)]
Added a separate struct for the proxyntlm data, as it will/can be different
than the remote server's. That is, both the server and the proxy can in
fact require NTLM auth.
Daniel Stenberg [Tue, 22 Jul 2003 09:57:09 +0000 (09:57 +0000)]
CURLDEBUG is the symbol now
Daniel Stenberg [Tue, 22 Jul 2003 08:23:16 +0000 (08:23 +0000)]
Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.h
and I don't think we need it.
Daniel Stenberg [Mon, 21 Jul 2003 13:16:30 +0000 (13:16 +0000)]
moved the proxyuser and proxypasswd fields from the sessionhandle to the
connectdata to work as expected
Daniel Stenberg [Mon, 21 Jul 2003 13:16:01 +0000 (13:16 +0000)]
adjusted to support NTLM for proxies
Daniel Stenberg [Mon, 21 Jul 2003 09:19:48 +0000 (09:19 +0000)]
krb4-fixes for the moved user+password fields within the structs
Daniel Stenberg [Mon, 21 Jul 2003 08:25:31 +0000 (08:25 +0000)]
pre4-commit
Daniel Stenberg [Mon, 21 Jul 2003 08:25:21 +0000 (08:25 +0000)]
pre4
Daniel Stenberg [Mon, 21 Jul 2003 07:54:20 +0000 (07:54 +0000)]
the CWD-null bug fix
Daniel Stenberg [Sun, 20 Jul 2003 00:19:44 +0000 (00:19 +0000)]
the fixed skip-blanks in the FTP CWD code called for this adjustment
Daniel Stenberg [Sun, 20 Jul 2003 00:18:11 +0000 (00:18 +0000)]
David Gardner pointed out in bug report 770755 that using the FTP command CWD
with a blank argument is a bad idea. Now skip blanks.
Daniel Stenberg [Sun, 20 Jul 2003 00:02:47 +0000 (00:02 +0000)]
If NTLM is requested, only re-use connections that have the exact same
credentials.
Daniel Stenberg [Sat, 19 Jul 2003 23:58:21 +0000 (23:58 +0000)]
explains my fixes just committed
Daniel Stenberg [Sat, 19 Jul 2003 23:57:08 +0000 (23:57 +0000)]
modified to work fine with the new persistant connection working test suite
HTTP server
Daniel Stenberg [Sat, 19 Jul 2003 23:56:44 +0000 (23:56 +0000)]
swsclose added
Daniel Stenberg [Sat, 19 Jul 2003 23:56:33 +0000 (23:56 +0000)]
Access the user and passwd fields from the connectdata struct now instead
of the sessionhandle struct, as that was not good.
Daniel Stenberg [Sat, 19 Jul 2003 23:55:15 +0000 (23:55 +0000)]
No longer stores user+password in the sessionhandle, now doing that in the
connectdata struct instead. Each being an allocated pointer.
The passwdgiven field was turned into a local variable in the only
function it was being used.
Daniel Stenberg [Sat, 19 Jul 2003 23:54:15 +0000 (23:54 +0000)]
fixed the CONNECT thing again
Daniel Stenberg [Sat, 19 Jul 2003 23:44:22 +0000 (23:44 +0000)]
If the data contents contains the word 'swsclose', then this server will
disconnect the client after the response have been sent. This also happens
if the respons is zero byte long.
In all other cases (unless an error happens), it will now maintain the
connection to allow proper persistant connection testing. This was required
for the NTLM testing to work so I finally had to fix this. Of course most of
the existing HTTP tests will be adjusted to work with this new rule of test
file syntax for HTTP tests.
Also fixed the log function to deal with varargs for better logging.
Daniel Stenberg [Wed, 16 Jul 2003 00:04:45 +0000 (00:04 +0000)]
recent changes
Daniel Stenberg [Tue, 15 Jul 2003 23:47:25 +0000 (23:47 +0000)]
more fixes from Doug Kaufman for DJGPP builds for DOS
Daniel Stenberg [Tue, 15 Jul 2003 23:38:06 +0000 (23:38 +0000)]
updated to work with Dan Winship's NTLM domain stuff fix