- Feb 26, 2008
-
-
Yang Tse authored
-
- Feb 22, 2008
-
-
Yang Tse authored
Changes introduced in revision 1.43 were useless
-
- Feb 20, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and the string contains a newline...
-
Daniel Stenberg authored
such as the CURLOPT_SSL_CTX_FUNCTION one treat that as if it was a Location: following. The patch that introduced this feature was done for 7.11.0, but this code and functionality has been broken since about 7.15.4 (March 2006) with the introduction of non-blocking OpenSSL "connects". It was a hack to begin with and since it doesn't work and hasn't worked correctly for a long time and nobody has even noticed, I consider it a very suitable subject for plain removal. And so it was done.
-
- Feb 19, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
Remove redundant and unreachable log message.
-
- Feb 18, 2008
-
-
Yang Tse authored
Log some more error descriptions.
-
- Feb 17, 2008
-
-
Yang Tse authored
-
- Feb 13, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
when verifying the https and ftps servers
-
- Feb 12, 2008
-
-
Yang Tse authored
timeout passed to startnew, when this happens startnew completes without being able to read the pidfile and consequently returns a zero pid2. To fix the above posibility the server pid is recovered from the verification stage which will actually return the server pid when verification is valid.
-
Yang Tse authored
-
- Feb 11, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Feb 10, 2008
-
-
Yang Tse authored
Make sure that the sftp client tool uses the ssh client binary that we have used to generate the configuration files, otherwise sftp might be using one located in the preferred path compiled into sftp.
-
- Feb 09, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Removed a few unnecessary requires SSL statements.
-
Dan Fandrich authored
-
- Feb 08, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
all curl's tests generated configuration and key files are fine, a real connection is established to the test harness sftp server authenticating and running a simple sftp remote pwd command. The verification is done using OpenSSH's or SunSSH's sftp client tool with a configuration file with the same options as the test harness socks server with the exception that dynamic forwarding is not used for sftp.
-
Dan Fandrich authored
--vernum
-
- Feb 06, 2008
- Feb 05, 2008
-
-
Yang Tse authored
Improve handling of boundary conditions for huge requests.
-
Yang Tse authored
Disable "swsbounce" mode when the received request isn't for the same test and part number.
-
Yang Tse authored
the whole 150000+ bytes struct, and also removing an equally big additional buffer for pipelining treatment.
-
- Jan 31, 2008
-
-
Yang Tse authored
which are deprecated in recent OpenSSH versions but are current for SunSSH.
-
Daniel Stenberg authored
"HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars.
-
- Jan 29, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
working on other IP-addresses or port numbers.
-
- Jan 27, 2008
-
-
Yang Tse authored
-
- Jan 26, 2008
-
-
Daniel Stenberg authored
-
- Jan 25, 2008
- Jan 22, 2008
-
-
Yang Tse authored
it when sys/poll.h is unavailable
-
- Jan 21, 2008
-
-
Yang Tse authored
-