- Nov 11, 2005
-
-
Daniel Stenberg authored
in files that actually need the struct.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Oct 05, 2005
-
-
Daniel Stenberg authored
modded since the given time, so we should compare <= and not just <.
-
- Sep 27, 2005
-
-
Daniel Stenberg authored
the modified FTPS negotiation change of August 19 2005. Thus, we revert the change back to pre-7.14.1 status.
-
- Sep 16, 2005
-
-
Daniel Stenberg authored
protocol sockets even if the resolved address may say otherwise
-
- Sep 14, 2005
-
-
Daniel Stenberg authored
-
- Sep 04, 2005
-
-
Daniel Stenberg authored
-
- Aug 19, 2005
-
-
Daniel Stenberg authored
that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally.
-
- Jul 21, 2005
-
-
Dan Fandrich authored
-
- Jul 03, 2005
-
-
Daniel Stenberg authored
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
-
- May 24, 2005
-
-
Daniel Stenberg authored
-
- May 17, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 14, 2005
-
-
Gisle Vanem authored
warnings like: 'x' may be used uninitialized in this function.
-
- May 08, 2005
-
-
Daniel Stenberg authored
-
- May 07, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
debug builds only. Made the ftp code use it on several places.
-
- May 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to survive without it if not found. AIX 4.3 targetted adjustment.
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
VS2005.
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
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
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
AUTH has been received successfully.
-
Daniel Stenberg authored
up in several chunks when read.
-
- Mar 15, 2005
-
-
Dan Fandrich authored
-
- Mar 14, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for SSPI support. The contents of the file has been moved into the krb4.h file.
-
- Mar 08, 2005
-
-
Daniel Stenberg authored
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1)
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
on the remote side. This then converts the operation to an ordinary STOR upload. This was requested/pointed out by Ignacio Vazquez-Abrams. It also proved (and I fixed) a bug in the newly rewritten ftp code (and present in the 7.13.1 release) when trying to resume an upload and the servers returns an error to the SIZE command. libcurl then loops and sends SIZE commands infinitely.
-
- Feb 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
week day names and month names and servers don't like that.
-
- Feb 10, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Gisle Vanem authored
-
Gisle Vanem authored
For ftp only?
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Feb 08, 2005
-
-
Gisle Vanem authored
-
- Feb 04, 2005
-
-
Daniel Stenberg authored
-