- Feb 18, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
runs to build with mingw.
-
- Feb 17, 2005
-
-
Daniel Stenberg authored
Bug report #1124588 by David
-
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 14, 2005
-
-
Daniel Stenberg authored
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Daniel Stenberg authored
do pretransfer stuff like Curl_pretransfer().
-
- Feb 11, 2005
-
-
Daniel Stenberg authored
-
Marty Kuhrt authored
-
Daniel Stenberg authored
consolidated them into one file called config-vms.h. The curlmsg.h and .sdl files are generated from the curlmsg.msg file and, thus, shouldn't be in the dist.
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
week day names and month names and servers don't like that.
-
- Feb 10, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
test it outside the test suite. Now we also disable valgrind usage if libcurl was built shared, as then valgrind is only testing the wrapper-script running shell which is pointless.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Marty Kuhrt 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
at fixing this issue.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
SAX.h. gcc doesn't like that. Rename.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
Don't free 'lud_dn' twice in case curl_unescape() fails.
-
Daniel Stenberg authored
-
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.
-
Gisle Vanem authored
"Each command line must be terminated by a CRLF".
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-