- Apr 10, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and it should break most other systems. The "funny" part is that debian actually have a 'stunnel' setup to simulate stunnel v3 but it breaks our own stunnel-version-detect-and-adjust-to-it system. Added initial support for optionally running servers with fork support.
-
Daniel Stenberg authored
read one byte at a time...
-
- Apr 05, 2006
-
-
Daniel Stenberg authored
hosts
-
Daniel Stenberg authored
(http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk.
-
- Mar 28, 2006
-
-
http://curl.haxx.se/bug/view.cgi?id=1451929Daniel Stenberg authored
occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify.
-
- Mar 03, 2006
-
-
Daniel Stenberg authored
accordingly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 25, 2006
-
-
Gisle Vanem authored
-
- Feb 22, 2006
-
-
Dan Fandrich authored
-
- Feb 18, 2006
-
-
Daniel Stenberg authored
code. It should however not be the cause of any troubles. He also fixed a few similar problems in the HTTP test server code.
-
- Feb 06, 2006
-
-
Daniel Stenberg authored
-
- Jan 24, 2006
-
-
Daniel Stenberg authored
even after EPSV returned a positive response code, if libcurl failed to connect to the port number the EPSV response said. Obviously some people are going through protocol-sensitive firewalls (or similar) that don't understand EPSV and then they don't allow the second connection unless PASV was used. This also called for a minor fix of test case 238.
-
- Jan 19, 2006
-
-
Daniel Stenberg authored
(CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a "native" IP while it works fine for ipv6-disabled builds! In the process of fixing this, I removed the support for LPRT since I can't think of many reasons to keep doing it and asking on the mailing list didn't reveal anyone else that could either. The code that sends EPRT and PORT is now also a lot simpler than before (IMHO).
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-
- Jan 13, 2006
-
-
Daniel Stenberg authored
test script to kill all processes in the current process group!
-
- Jan 09, 2006
-
-
Daniel Stenberg authored
-
- Jan 04, 2006
-
-
Daniel Stenberg authored
mistaking it for an actual failed test case
-
- Jan 03, 2006
-
-
Daniel Stenberg authored
without the real header file.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the 'tftp.h' file from a linux box, since it doesn't come with mingw.")
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite)
-
- Dec 19, 2005
-
-
Dan Fandrich authored
-
- Dec 18, 2005
-
-
Yang Tse authored
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
-
- Dec 13, 2005
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 08, 2005
- Dec 06, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 05, 2005
-
-
Daniel Stenberg authored
version.
-
Daniel Stenberg authored
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Oct 30, 2005
-
-
Daniel Stenberg authored
same server
-
- Oct 27, 2005
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify.
-
- Oct 20, 2005
-
-
Daniel Stenberg authored
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this.
-
- Oct 05, 2005
-
-
Daniel Stenberg authored
to the remote one
-
- Sep 30, 2005
-
-
Daniel Stenberg authored
-