Daniel Stenberg
686c6133f8
chmod the cabundle file before we attempt to write to it, to make
...
make distcheck run fine
2003-08-08 11:13:18 +00:00
Daniel Stenberg
1d1276cc3a
ftp create dirs work done
2003-08-08 11:05:18 +00:00
Daniel Stenberg
d987676ef0
added CURLOPT_FTP_CREATE_MISSING_DIRS
2003-08-08 11:04:35 +00:00
Daniel Stenberg
6e4658c89d
ftp-create-dirs test when MKD fails
2003-08-08 10:32:08 +00:00
Daniel Stenberg
b7cbcf7434
--ftp-create-dirs
2003-08-08 10:26:08 +00:00
Daniel Stenberg
e347d06a49
introducing --ftp-create_dirs
2003-08-08 10:24:13 +00:00
Daniel Stenberg
2077e9365a
--ftp-create-dirs test
2003-08-08 10:23:46 +00:00
Daniel Stenberg
6e3adc9b14
Support COUNT in the control file, to set the number of times the custom
...
REPLY is to be sent back before getting blanked and reverted to the built-in
action. Now, we can make CWD fail once and then succeed when retried.
2003-08-08 10:21:47 +00:00
Daniel Stenberg
7954eee639
re-arranged the cwd/mkd stuff a bit
2003-08-08 09:55:16 +00:00
Daniel Stenberg
f9f1f0e316
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied
2003-08-08 09:13:19 +00:00
Daniel Stenberg
a9afe6aa84
new -z tests
2003-08-08 08:13:11 +00:00
Daniel Stenberg
6d36796135
corrected main meta data title
2003-08-08 07:07:15 +00:00
Daniel Stenberg
9e81fd5703
added CLEANFILES to make distcheck run fine
2003-08-07 14:14:54 +00:00
Daniel Stenberg
609059b6ec
infilesize must be a long to work on 64bit archs
2003-08-07 13:20:58 +00:00
Daniel Stenberg
6af73f417a
use 644 for the chmod
2003-08-07 06:43:11 +00:00
Daniel Stenberg
32468a0072
argh, it wasn't *that* easy to generate the ca-bundle header in the build
...
dir instead of the source dir, reverting that change
2003-08-06 23:59:15 +00:00
Daniel Stenberg
6800c45104
fixed syntax error
2003-08-06 23:56:24 +00:00
Daniel Stenberg
0d8c754ffd
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.
2003-08-06 23:48:08 +00:00
Daniel Stenberg
1b80276496
better cleaning up allocated memory in case of failures
2003-08-06 23:47:01 +00:00
Daniel Stenberg
bf9a138276
more tests
2003-08-06 23:45:59 +00:00
Daniel Stenberg
b3f9c636b9
new urlglob test
2003-08-06 23:10:58 +00:00
Daniel Stenberg
18975d44a6
minor cleanup
2003-08-06 23:10:36 +00:00
Daniel Stenberg
b201db5cec
explain more how the test case number awareness is sent to the test server(s)
2003-08-06 22:47:55 +00:00
Daniel Stenberg
bbe23945e4
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
2003-08-06 22:32:47 +00:00
Daniel Stenberg
bbdc0394ff
make an uninstall hook in the same manner we already did an install hook
...
as otherwise will make distcheck fail
2003-08-06 22:15:12 +00:00
Daniel Stenberg
38a9b14965
chmod the hugehelp.c in the dist hook to make distcheck run fine
2003-08-06 22:14:39 +00:00
Daniel Stenberg
77ba0d3686
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
2003-08-06 22:14:16 +00:00
Daniel Stenberg
065c8d7a95
Domenico Andreoli fixed the section number in the main meta data
2003-08-06 21:23:42 +00:00
Daniel Stenberg
c704d1545c
include "share.h" for the cookie sharing
2003-08-06 15:26:24 +00:00
Daniel Stenberg
62b65a5f20
make it build without ares support
...
make sure it set async false even when using ipv6 (made test case 20 fail
before)
2003-08-06 15:26:02 +00:00
Daniel Stenberg
665a7a3848
505 was missing
2003-08-06 13:49:20 +00:00
Daniel Stenberg
256b9f31e1
more fix
2003-08-06 13:22:29 +00:00
Daniel Stenberg
a3037e1173
updated the ares instruction
2003-08-06 13:21:19 +00:00
Daniel Stenberg
f3e7a5d755
LDFLAGS fix to make the GSSAPI build again
2003-08-05 15:22:15 +00:00
Daniel Stenberg
5f0cba7775
added README.ares
2003-08-05 14:54:15 +00:00
Daniel Stenberg
673759fe7e
how to build with ares
2003-08-05 14:52:31 +00:00
Daniel Stenberg
b73612392d
ares awareness/usage/support added. If configure --enable-ares is used, we
...
build libcurl to use ares for asynch name resolves.
2003-08-05 14:40:59 +00:00
Daniel Stenberg
f85935f0f9
Add --enable-ares support, which will make us build curl with ares for
...
asynch name resolves. Still very experimental, beware!
2003-08-05 13:37:29 +00:00
Daniel Stenberg
1e7e53c87e
clean up the dir tree hierarchy in *_done() to make persistant connection
...
FTP use the correct directories!
Reported in bug report #783116
2003-08-05 13:04:10 +00:00
Daniel Stenberg
b9fdf3cc3b
added test 146 for a ftp persitency test, as reported on the list
2003-08-05 13:00:00 +00:00
Daniel Stenberg
c462601362
persistant connection test
2003-08-05 12:59:23 +00:00
Daniel Stenberg
859877dcfc
auth problems
2003-08-05 12:32:02 +00:00
Daniel Stenberg
c04ce95106
cleaned up after David Byron's comment on the libcurl list, aug 5 2003
2003-08-04 23:13:39 +00:00
Daniel Stenberg
98ee12bc35
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.
2003-08-04 23:05:57 +00:00
Daniel Stenberg
fdda786fa2
added test 73
2003-08-04 22:58:06 +00:00
Daniel Stenberg
831be4f4dd
Verifies Jan Sundin's cookie bug, dated aug 4 2003.
2003-08-04 22:57:58 +00:00
Daniel Stenberg
41ae97e710
Dirk Manske's patch that introduces cookie support to the share interface.
2003-08-04 15:02:42 +00:00
Daniel Stenberg
f72ba7f79d
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.
2003-08-03 22:18:14 +00:00
Daniel Stenberg
296046510b
serios info leakage!
2003-08-03 21:33:25 +00:00
Daniel Stenberg
db9f87f697
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.
2003-08-02 23:36:35 +00:00