- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
Daniel Stenberg authored
FTP use the correct directories! Reported in bug report #783116
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
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 authored
-
- Aug 03, 2003
-
-
Daniel Stenberg authored
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header.
-
- Aug 02, 2003
-
-
Daniel Stenberg authored
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.
-
- Jul 30, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
style like other faked HTTP headers when NOBODY and HEADER are used.
-
Daniel Stenberg authored
unsigned and we want this to be able to hold -1 for illegal/unset values.
-
- Jul 28, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
"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).
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
SSL/CA.
-
Daniel Stenberg authored
need it.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
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 authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CVS. This will be updated by the configure script, and a default is placed here by the maketgz script.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a separate struct properly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
than the remote server's. That is, both the server and the proxy can in fact require NTLM auth.
-
- Jul 21, 2003
-
-
Daniel Stenberg authored
connectdata to work as expected
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 20, 2003
-
-
Daniel Stenberg authored
with a blank argument is a bad idea. Now skip blanks.
-
Daniel Stenberg authored
credentials.
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
of the sessionhandle struct, as that was not good.
-
Daniel Stenberg authored
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.
-
- Jul 15, 2003
-
-
Daniel Stenberg authored
authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff.
-
Daniel Stenberg authored
Bailiff's bug report 768275.
-
Daniel Stenberg authored
for the user field. I changed it slightly to stay with strchr() only instead of strpbrk() for portability reasons.
-
Daniel Stenberg authored
the multi interface
-
- Jul 05, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
-