- Apr 25, 2005
-
-
Daniel Stenberg authored
.netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
-
- Apr 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
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 authored
libcurl didn't properly send an Expect: 100-continue header. It does now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
- Apr 16, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 15, 2005
-
-
Daniel Stenberg authored
kind of tests we have and how many tests that test certain features
-
- Apr 14, 2005
-
-
Daniel Stenberg authored
when the response come in many small chunks.
-
- Apr 13, 2005
-
-
Daniel Stenberg authored
-
- Apr 12, 2005
-
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION (yet).
-
- Apr 08, 2005
-
-
Daniel Stenberg authored
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
- Apr 03, 2005
-
-
Daniel Stenberg authored
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
-
Daniel Stenberg authored
But this works just fine on my host. Plain HTTP POST using Digest.
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes.
-
- Mar 21, 2005
-
-
Daniel Stenberg authored
is no longer only present when built with SSL support.
-
- Mar 17, 2005
-
-
Dan Fandrich authored
on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330).
-
Daniel Stenberg authored
between platforms
-
- Mar 15, 2005
-
-
Daniel Stenberg authored
but using illegal values
-
Dan Fandrich authored
with a wildcard DNS search domain.
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 09, 2005
-
-
Daniel Stenberg authored
different values for it...
-
- 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 07, 2005
-
-
Daniel Stenberg authored
-
- 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 19, 2005
-
-
Daniel Stenberg authored
thus the second request to the new host will use authentication fine
-
- Feb 18, 2005
-
-
Daniel Stenberg authored
requested data from a host and then followed a redirect to another host. libcurl then didn't use the proxy-auth properly in the second request, due to the host-only check for original host name wrongly being extended to the proxy auth as well. Added test case 233 to verify the flaw and that the fix removed the problem.
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Jan 30, 2005
-
-
Daniel Stenberg authored
-
- Jan 28, 2005
-
-
Daniel Stenberg authored
-
- Jan 27, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
-
Daniel Stenberg authored
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-