- Nov 26, 2007
-
-
Yang Tse authored
-
Yang Tse authored
port forwarding, our socks port, prevents ssh from running on some systems. By default, ssh binds local port forwardings to the loopback address, since this was the address being given as the explicit bind address, now it isn't given.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
#2 extended the user-agent buffer since I hit the 128 byte boundary!
-
Daniel Stenberg authored
-
Yang Tse authored
of test suite ssh and socks servers.
-
- Nov 25, 2007
-
-
Yang Tse authored
-
- Nov 24, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
is inited at the start of the DO action. I removed the Curl_transfer_keeper struct completely, and I had to move out a few struct members (that had to be set before DO or used after DONE) to the UrlState struct. The SingleRequest struct is accessed with SessionHandle->req. One of the biggest reasons for doing this was the bunch of duplicate struct members in HandleData and Curl_transfer_keeper since it was really messy to keep track of two variables with the same name and basically the same purpose!
-
- Nov 23, 2007
- Nov 22, 2007
-
-
Yang Tse authored
-
Yang Tse authored
which don't have one.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and documentation.
-
- Nov 21, 2007
-
-
Daniel Stenberg authored
compelete, which bascially means when used with the multi interface
-
Yang Tse authored
startup failures of test suite ssh and socks servers.
-
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
-