summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
AgeCommit message (Collapse)Author
2010-08-12 - (tim) [regress/login-timeout.sh regress/reconfigure.sh regress/reexec.shTim Rice
regress/test-exec.sh] Under certain conditions when testing with sudo tests would fail because the pidfile could not be read by a regular user. "cat: cannot open ...../regress/pidfile: Permission denied (error 13)" Make sure cat is run by $SUDO. no objection from me. djm@
2010-02-24 - djm@cvs.openbsd.org 2010/02/24 06:21:56Damien Miller
[regress/test-exec.sh] wait for sshd to fully stop in cleanup() function; avoids races in tests that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@
2009-10-12 - markus@cvs.openbsd.org 2009/10/08 18:04:27Darren Tucker
[regress/test-exec.sh] re-enable protocol v1 for the tests.
2008-06-30 - (djm) [regress/Makefile] search for conch by path, like we do puttyDamien Miller
2008-06-30 - djm@cvs.openbsd.org 2008/06/28 13:57:25Damien Miller
[regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh] very basic regress test against Twisted Conch in "make interop" target (conch is available in ports/devel/py-twisted/conch); ok markus@
2008-06-11 - dtucker@cvs.openbsd.org 2008/06/10 15:28:49Darren Tucker
[test-exec.sh] Add quotes
2008-06-11 - dtucker@cvs.openbsd.org 2008/06/10 15:21:41Darren Tucker
[test-exec.sh] Use a more portable construct for checking if we're running a putty test
2008-06-10 - dtucker@cvs.openbsd.org 2008/06/09 18:06:32Darren Tucker
[regress/test-exec.sh] Don't generate putty keys if we're not going to use them. ok djm
2008-03-15 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they areDamien Miller
empty; report and patch from Peter Stuge - (djm) [regress/test-exec.sh] Silence noise from detection of putty commands; report from Peter Stuge
2008-03-13 - (djm) [Makefile.in regress/test-exec.sh] Find installed plink(1) andDamien Miller
puttygen(1) by $PATH
2008-03-13 - djm@cvs.openbsd.org 2007/12/21 04:13:53Damien Miller
[regress/Makefile regress/test-exec.sh regress/putty-ciphers.sh] [regress/putty-kex.sh regress/putty-transfer.sh regress/ssh2putty.sh] basic (crypto, kex and transfer) interop regression tests against putty To run these, install putty and run "make interop-tests" from the build directory - the tests aren't run by default yet.
2007-10-26 - djm@cvs.openbsd.org 2007/10/26 05:30:01Damien Miller
[regress/sftp-glob.sh regress/test-exec.sh] remove "echo -E" crap that I added in last commit and use printf(1) for cases where we strictly require echo not to reprocess escape characters.
2007-10-26 - djm@cvs.openbsd.org 2007/10/24 03:32:35Damien Miller
[regress/sftp-cmds.sh regress/sftp-glob.sh regress/test-exec.sh] comprehensive tests for sftp escaping its interaction with globbing; ok dtucker@
2006-02-01 - (djm) [regress/test-exec.sh] Try 'logname' as well as 'whoami' toDamien Miller
determine the user's login name - needed for regress tests on Solaris 10 and OpenSolaris
2006-01-31 - djm@cvs.openbsd.org 2005/05/20 23:14:15Damien Miller
[regress/test-exec.sh] force addressfamily=inet for tests, unbreaking dynamic-forward regress for recently committed nc SOCKS5 changes
2005-11-24 - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate soDarren Tucker
many and use them only once. Speeds up testing on older/slower hardware.
2005-08-23 - (dtucker) [regress/test-exec.sh] Do not prepend an extra "/" to a fully-Darren Tucker
qualified sshd pathname since some systems (eg Cygwin) may consider "/foo" and "//foo" to be different. Spotted by vinschen at redhat.com.
2005-03-1420050312Darren Tucker
- (dtucker) [regress/test-exec.sh] DEBUG can cause problems where debug output ends up in the client's output, causing regress failures. Found by Corinna Vinschen. (got 4.0 branch and HEAD slightly askew, this is to resync)
2005-03-09 - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64Darren Tucker
so that regress tests behave. From Chris Adams.
2005-03-07 - (dtucker) [regress/test-exec.sh] Put SUDO in the right place.Darren Tucker
2005-03-07 - dtucker@cvs.openbsd.org 2005/02/27 11:33:30Darren Tucker
[multiplex.sh test-exec.sh sshd-log-wrapper.sh] Add optional capability to log output from regress commands; ok markus@ Use with: make TEST_SSH_LOGFILE=/tmp/regress.log
2005-03-07 - david@cvs.openbsd.org 2005/01/14 04:21:18Darren Tucker
[Makefile test-exec.sh] pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
2005-02-08 - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for theDarren Tucker
regress tests so newer versions of GNU head(1) behave themselves. Patch by djm, so ok me.
2004-12-06 - dtucker@cvs.openbsd.org 2004/12/06 10:49:56Darren Tucker
[test-exec.sh] Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@
2004-12-06 - dtucker@cvs.openbsd.org 2004/11/25 09:39:27Darren Tucker
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
2004-06-25 - djm@cvs.openbsd.org 2004/06/25 01:25:12Darren Tucker
[regress/test-exec.sh] clean reexec-specific junk out of text-exec.sh and simplify; idea markus@
2004-06-25 - djm@cvs.openbsd.org 2004/06/24 19:32:00Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/reexec.sh] regress test for re-exec corner cases
2004-06-23 - dtucker@cvs.openbsd.org 2004/06/22 22:55:56Darren Tucker
[regress/dynamic-forward.sh regress/test-exec.sh] Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
2004-06-23 - dtucker@cvs.openbsd.org 2004/06/22 22:45:52Darren Tucker
[regress/test-exec.sh] Add TEST_SSH_SSHD_CONFOPTS and TEST_SSH_SSH_CONFOPTS to allow adding arbitary options to sshd_config and ssh_config during tests. ok markus@
2004-06-16 - (dtucker) [regress/test-exec.sh]Darren Tucker
Move Portable-only StrictModes to top of list to make syncs easier.
2004-06-16 - djm@cvs.openbsd.org 2004/06/13 15:16:54Darren Tucker
[regress/test-exec.sh] remove duplicate setting of $SCP; spotted by markus@
2004-06-16 - djm@cvs.openbsd.org 2004/06/13 15:04:08Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/multiplex.sh] regress test for client multiplexing; ok markus@
2004-06-16 - dtucker@cvs.openbsd.org 2004/06/13 13:51:02Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh regress/scp.sh] Add scp regression test; with & ok markus@
2004-06-16 - djm@cvs.openbsd.org 2004/04/27 09:47:30Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/envpass.sh] regress test for environment passing, SendEnv & AcceptEnv options; ok markus@
2004-02-29 - markus@cvs.openbsd.org 2004/02/24 16:56:30Darren Tucker
[regress/test-exec.sh] allow arguments in ${TEST_SSH_XXX}
2004-02-12[Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]Tim Rice
Portablity fixes. Data sftp transfers needs to be world readable. Some older shells hang on while loops when doing sh -n some_script. OK dtucker@
2004-01-2620040126Tim Rice
[regress/test-exec.sh] RhostsAuthentication is deprecated.
2003-09-11[regress/agent-ptrace.sh regress/dynamic-forward.shTim Rice
regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh] no longer depends on which(1). patch by dtucker@
2003-09-04 - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, alwaysDarren Tucker
use Strictmodes no, wait longer for sshd startup.
2003-09-04 - [regress/agent.sh regress/proto-version.sh regress/ssh-com.shDarren Tucker
regress/test-exec.sh] Handle different was of echoing without newlines.
2002-05-01 - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller