- Apr 23, 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.
-
- Apr 10, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
- Apr 04, 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.
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 22, 2005
-
-
Daniel Stenberg authored
-
- Mar 16, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted address which makes a different failure... Now I've modified the ipv4 resolve code to use inet_pton() instead in an attempt to make these systems better detect this as a bad IP address rather than creating a toally bogus address that is then passed on and used.
-
- Mar 15, 2005
-
-
Daniel Stenberg authored
-
- Mar 14, 2005
-
-
Daniel Stenberg authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
- Mar 10, 2005
-
-
Daniel Stenberg authored
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request.
-
- Mar 09, 2005
-
-
Daniel Stenberg authored
-
- 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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the cookie "engine" without having to provide an empty or non-existing file.
-
Daniel Stenberg authored
-
- Mar 03, 2005
-
-
Daniel Stenberg authored
-
- 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.
-
Daniel Stenberg authored
-
- Feb 16, 2005
-
-
Daniel Stenberg authored
that picks NTLM. Thanks to David Byron letting me test NTLM against his servers, I could quickly repeat and fix the problem. It turned out to be: When libcurl POSTs without knowing/using an authentication and it gets back a list of types from which it picks NTLM, it needs to either continue sending its data if it keeps the connection alive, or not send the data but close the connection. Then do the first step in the NTLM auth. libcurl didn't send the data nor close the connection but simply read the response-body and then sent the first negotiation step. Which then failed miserably of course. The fixed version forces a connection if there is more than 2000 bytes left to send.
-
- Feb 11, 2005
-
-
Daniel Stenberg authored
week day names and month names and servers don't like that.
-
- Feb 10, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59.
-
Daniel Stenberg authored
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
- Feb 04, 2005
-
-
Daniel Stenberg authored
-
- Feb 01, 2005
-
-
Daniel Stenberg authored
-
- Jan 30, 2005
-
-
Daniel Stenberg authored
-
- Jan 29, 2005
-
-
Daniel Stenberg authored
gets closed just after the request has been sent failed and did not re-issue a request on a fresh reconnect like the easy interface did. Now it does! (define CURL_MULTIEASY, run test case 160)
-
Daniel Stenberg authored
-