- Nov 21, 2007
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Patrick Monnerat authored
-
Yang Tse authored
Gather additional debug info when the test suite ssh server fails to start.
-
Daniel Stenberg authored
data sent in a post.
-
Daniel Stenberg authored
previously the second %s would wrongly get the numerical argument that is used for the variable precision for the first %s...
-
Daniel Stenberg authored
-
- Nov 19, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
are good/compatible enough to run the test suite ssh server and socks tests
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from the other day. It is time to setup the internal SSL libs and treat them with a "handler" struct similar to how we deal with the protocols these days...
-
Yang Tse authored
when sshd is not being identified as an OpenSSH daemon
-
- Nov 18, 2007
-
-
Guenter Knauf authored
updated external library versions to latest.
-
Daniel Stenberg authored
-
Yang Tse authored
Improve wording of a couple of debug messages.
-
- Nov 17, 2007
-
-
Yang Tse authored
found or the OpenSSH version found
-
Daniel Stenberg authored
the lib was built staticly.
-
Yang Tse authored
-
- Nov 16, 2007
-
-
Daniel Stenberg authored
start so that subsequent tries are simply skipped.
-
Steinar H. Gunderson authored
-
Yang Tse authored
-
- Nov 15, 2007
-
-
Daniel Stenberg authored
callback was used, as it could wrongly pass on a bad size for the outgoing HTTP header. The bad size would be a very large value as it was a wrapped size_t content. This happened when the whole HTTP request failed to get sent in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html
-
Daniel Stenberg authored
#ifdef CURL_DOES_CONVERSIONS anyway! I turned it into a DEBUGASSERT() instead.
-
Daniel Stenberg authored
ipv6 server can't run.
-
Daniel Stenberg authored
do_init() and do_complete() which now are called first and last in the DO function. It simplified the flow in multi.c and the functions got more sensible names!
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
for the cases where there's nothing to do in here, like for SFTP directory listings that already is complete when this function gets called. The init stuff clears byte counters which isn't really desired.
-