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
/
test-exec.sh
Age
Commit message (
Expand
)
Author
2007-12-21
basic (crypto, kex and transfer) interop regression tests against putty
Damien Miller
2007-10-26
remove "echo -E" crap that I added in last commit and use printf(1) for
Damien Miller
2007-10-24
comprehensive tests for sftp escaping its interaction with globbing;
Damien Miller
2005-05-20
force addressfamily=inet for tests, unbreaking dynamic-forward regress for
Damien Miller
2005-02-27
Add optional capability to log output from regress commands; ok markus@
Darren Tucker
2005-01-14
pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
David Krause
2004-12-06
Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@
Darren Tucker
2004-11-25
Remove obsolete RhostsAuthentication from test config; ok markus@
Darren Tucker
2004-06-25
clean reexec-specific junk out of text-exec.sh and simplify; idea markus@
Damien Miller
2004-06-24
regress test for re-exec corner cases
Damien Miller
2004-06-22
Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
Darren Tucker
2004-06-22
Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding
Darren Tucker
2004-06-13
remove duplicate setting of $SCP; spotted by markus@
Damien Miller
2004-06-13
regress test for client multiplexing; ok markus@
Damien Miller
2004-06-13
Add scp regression test; with & ok markus@
Darren Tucker
2004-04-27
regress test for environment passing, SendEnv & AcceptEnv options; ok markus@
Damien Miller
2004-02-24
allow arguments in ${TEST_SSH_XXX}
Markus Friedl
2002-04-15
typo
Markus Friedl
2002-03-26
test interop w/ ssh.com 2.x/3.x
Markus Friedl
2002-03-23
some tests for stderr handling
Markus Friedl
2002-03-21
basic sftp put/get test
Markus Friedl
2002-03-15
allow specification of binary-under-test with
Markus Friedl
2002-02-18
call fatal on ^C, print ok on success
Markus Friedl
2002-02-18
no printf+\r, just use echo
Markus Friedl
2002-02-18
don't mark tests as slow, have some slow tests print out information by default
Markus Friedl
2002-02-18
relax restrictions for 'proxy-mode' tests (StrictModes=no), because
Markus Friedl
2002-02-16
$OpenBSD$, public domain
Markus Friedl
2002-02-16
add some (disabled) tests for interop with ssh.com serves.
Markus Friedl
2002-02-15
we don't need a listening sshd for most of our tests, just
Markus Friedl
2002-02-15
chmod 644 authorized_keys
Markus Friedl
2002-02-14
serveral tests for ssh-keygen/ssh/sshd/ssh-add/ssh-agent
Markus Friedl