- Jul 24, 2008
-
-
Dan Fandrich authored
lines ending in \r.
-
- Jun 19, 2008
-
-
Dan Fandrich authored
-
- Jun 13, 2008
-
-
Daniel Stenberg authored
-
- Jun 08, 2008
-
-
Daniel Stenberg authored
All boolean options (such as -O, -I, -v etc), both short and long versions, now always switch on/enable the option named. Using the same option multiple times thus make no difference. To switch off one of those options, you need to use the long version of the option and type --no-OPTION. Like to disable verbose mode you use --no-verbose! - Added --remote-name-all to curl, which if used changes the default for all given URLs to be dealt with as if -O is used. So if you want to disable that for a specific URL after --remote-name-all has been used, you muse use -o - or --no-remote-name.
-
- May 01, 2008
-
-
Daniel Stenberg authored
-
- Apr 25, 2008
-
-
Yang Tse authored
-
- Apr 23, 2008
-
-
Yang Tse authored
and test harness servers to minimize risk of false test failures. http://curl.haxx.se/mail/lib-2008-04/0392.html
-
- Apr 21, 2008
-
-
Dan Fandrich authored
-
- Mar 06, 2008
-
-
Dan Fandrich authored
-
- Feb 20, 2008
-
-
Daniel Stenberg authored
and the string contains a newline...
-
- Feb 13, 2008
-
-
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.
-
- Feb 11, 2008
-
-
Dan Fandrich 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 08, 2008
-
-
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.
-
- Jan 18, 2008
-
-
Yang Tse authored
-
- Jan 16, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
out what valgrind to run.
-
- Jan 14, 2008
-
-
Yang Tse authored
by the spawned server itself unless it is actually alive
-
- Jan 12, 2008
-
-
Yang Tse authored
-
- Jan 11, 2008
- Jan 10, 2008
-
-
Yang Tse authored
-
- Jan 08, 2008
- Jan 04, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
- Capability of running socks5 tests must be based on ssh daemon version and not on ssh client version.
-
Yang Tse authored
-
- Jan 03, 2008
-
-
Yang Tse authored
SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0
-
- Dec 22, 2007
-
-
Dan Fandrich authored
components doesn't have read permission set.
-
- 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.
-
Yang Tse authored
of test suite ssh and socks servers.
-
- Nov 25, 2007
-
-
Yang Tse authored
-
- Nov 23, 2007
- Nov 22, 2007
-
-
Yang Tse authored
-
- Nov 21, 2007
-
-
Yang Tse authored
startup failures of test suite ssh and socks servers.
-