index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
/
multiplex.sh
Age
Commit message (
Expand
)
Author
2013-05-17
Move the setting of DATA and COPY into test-exec.sh
Darren Tucker
2013-04-22
Add tests for -Oforward and -Ocancel for local and remote forwards
Darren Tucker
2013-04-22
Write mux master logs to regress.log instead of ssh.log to keep separate
Darren Tucker
2013-04-06
Split the regress log into 3 parts: the debug output from ssh, the debug
Darren Tucker
2012-10-05
Use 'kill -0' to test for the presence of a pid since it's more portable
Darren Tucker
2012-09-10
use -Ocheck and waiting for completions by PID to make multiplexing test
Darren Tucker
2012-09-10
Log -O cmd output to the log file and make logging consistent with the other
Darren Tucker
2012-09-09
Add test for ssh -Ostop
Darren Tucker
2012-06-01
append to rather than truncate test log; bz#2013 from openssh AT
Damien Miller
2009-05-05
Always specify ssh_config for multiplex tests: prevents breakage caused
Darren Tucker
2005-04-25
Don't call cleanup in multiplex as test-exec will cleanup anyway
Darren Tucker
2005-02-27
Add optional capability to log output from regress commands; ok markus@
Darren Tucker
2004-11-07
regression tests for new multiplex commands
Damien Miller
2004-06-22
more portable env passing tests
Markus Friedl
2004-06-18
Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@
Darren Tucker
2004-06-17
shared connection env passing regress test
Damien Miller
2004-06-17
Add small description of failing test to failure message; ok djm@
Darren Tucker
2004-06-17
Use and for test data rather than hard-coded paths; ok djm@
Darren Tucker
2004-06-17
Remove datafile between and after tests, kill sshd rather than wait; ok djm@
Darren Tucker
2004-06-16
Silence multiplex sftp and scp tests. ok markus@
Darren Tucker
2004-06-13
regress test for client multiplexing; ok markus@
Damien Miller