summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2005/12/30 04:36:39Darren Tucker2005-12-141-3/+6
| | | | | [regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@
* - (dtucker) [regress/yes-head.sh] Work around breakage caused by someDarren Tucker2005-11-281-1/+1
| | | | versions of GNU head. Based on patch from zappaman at buraphalinux.org
* - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate soDarren Tucker2005-11-241-1/+1
| | | | many and use them only once. Speeds up testing on older/slower hardware.
* - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigureDarren Tucker2005-11-121-2/+3
| | | | | test: if sshd takes too long to reconfigure the subsequent connection will fail. Zap pidfile before HUPing sshd which will rewrite it when it's ready.
* - (dtucker) [regress/README.regress] Bug #989: Document limitation that scpDarren Tucker2005-10-031-1/+5
| | | | is required in the system path for the multiplex test to work.
* - (dtucker) [regress/test-exec.sh] Do not prepend an extra "/" to a fully-Darren Tucker2005-08-231-3/+4
| | | | | qualified sshd pathname since some systems (eg Cygwin) may consider "/foo" and "//foo" to be different. Spotted by vinschen at redhat.com.
* - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works onDarren Tucker2005-05-261-3/+3
| | | | Cygwin.
* - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so runningDarren Tucker2005-04-251-1/+1
| | | | | "make tests" works even if you'r building on a filesystem that doesn't support sockets. From deengert at anl.gov, ok djm@
* - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.shDarren Tucker2005-04-251-2/+0
| | | | will clean up anyway. From tim@
* - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for theDarren Tucker2005-04-251-1/+1
| | | | | existence of a process since it's more portable. Found by jbasney at ncsa.uiuc.edu; ok tim@
* 20050312Darren Tucker2005-03-141-1/+1
| | | | | | | | - (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)
* - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64Darren Tucker2005-03-091-0/+7
| | | | so that regress tests behave. From Chris Adams.
* - (dtucker) [regress/test-exec.sh] Put SUDO in the right place.Darren Tucker2005-03-071-1/+1
|
* - djm@cvs.openbsd.org 2005/03/04 08:48:46Darren Tucker2005-03-072-8/+17
| | | | | [Makefile envpass.sh] regress test for SendEnv config parsing bug; ok dtucker@
* - djm@cvs.openbsd.org 2005/02/27 23:13:36Darren Tucker2005-03-071-3/+3
| | | | | [login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@
* - dtucker@cvs.openbsd.org 2005/02/27 11:33:30Darren Tucker2005-03-073-7/+31
| | | | | | [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
* - david@cvs.openbsd.org 2005/01/14 04:21:18Darren Tucker2005-03-072-3/+3
| | | | | [Makefile test-exec.sh] pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
* - fgsch@cvs.openbsd.org 2004/12/10 01:31:30Darren Tucker2005-03-071-0/+28
| | | | | [Makefile sftp-glob.sh] some globbing regress; prompted and ok djm@
* - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker2005-03-071-1/+2
| | | | | | - fgsch@cvs.openbsd.org 2004/12/10 01:31:30 [Makefile] some globbing regress; prompted and ok djm@
* - (tim) [regress/agent-ptrace.sh] add another possible gdb error.Tim Rice2005-03-031-1/+1
|
* - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for theDarren Tucker2005-02-081-0/+4
| | | | | regress tests so newer versions of GNU head(1) behave themselves. Patch by djm, so ok me.
* - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, sinceDarren Tucker2004-12-201-0/+1
| | | | | on some wacky platforms (eg old AIXes), dd will refuse to create an output file if it doesn't exist.
* - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.Darren Tucker2004-12-071-1/+1
|
* - dtucker@cvs.openbsd.org 2004/12/06 10:49:56Darren Tucker2004-12-061-2/+4
| | | | | [test-exec.sh] Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@
* - dtucker@cvs.openbsd.org 2004/11/25 09:39:27Darren Tucker2004-12-061-2/+1
| | | | | [test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
* - djm@cvs.openbsd.org 2004/11/07 00:32:41Darren Tucker2004-12-061-5/+18
| | | | | [multiplex.sh] regression tests for new multiplex commands
* - djm@cvs.openbsd.org 2004/10/29 23:59:22Darren Tucker2004-12-062-2/+26
| | | | | [Makefile added brokenkeys.sh] regression test for handling of corrupt keys in authorized_keys file
* - djm@cvs.openbsd.org 2004/10/08 02:01:50Darren Tucker2004-12-061-43/+28
| | | | | [reexec.sh] shrink and tidy; ok dtucker@
* - david@cvs.openbsd.org 2004/07/09 19:45:43Darren Tucker2004-12-061-2/+2
| | | | | [Makefile] add a missing CLEANFILES used in the re-exec test
* - dtucker@cvs.openbsd.org 2004/07/08 12:59:35Darren Tucker2004-12-061-1/+14
| | | | | [scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@
* - djm@cvs.openbsd.org 2004/06/26 06:16:07Darren Tucker2004-12-061-2/+2
| | | | | | [reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable
* Resync IdsDarren Tucker2004-12-061-1/+1
|
* - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too. Patch fromDarren Tucker2004-08-301-1/+1
| | | | vinschen at redhat.com.
* - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64Darren Tucker2004-08-291-1/+1
| | | | too; patch from cmadams at hiwaay.net.
* - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't likeDarren Tucker2004-08-291-5/+5
| | | | files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
* - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be tornDarren Tucker2004-08-291-0/+3
| | | | | down, needed on some platforms, should be harmless on others. Patch from jason at devrandom.org.
* - (dtucker) [regress/multiplex.sh] Skip test on platforms that do notDarren Tucker2004-08-291-0/+6
| | | | support FD passing since multiplex requires it. Noted by tim@
* - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.Darren Tucker2004-08-171-1/+5
|
* - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, nowDamien Miller2004-07-211-9/+1
| | | | that sshd is fixed to behave better; suggested by tim
* - (dtucker) [regress/README.regress] Document new variables.Darren Tucker2004-06-281-1/+6
|
* - djm@cvs.openbsd.org 2004/06/25 01:25:12Darren Tucker2004-06-251-22/+1
| | | | | [regress/test-exec.sh] clean reexec-specific junk out of text-exec.sh and simplify; idea markus@
* - djm@cvs.openbsd.org 2004/06/24 19:32:00Darren Tucker2004-06-253-3/+115
| | | | | [regress/Makefile regress/test-exec.sh, added regress/reexec.sh] regress test for re-exec corner cases
* - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.Tim Rice2004-06-231-1/+3
|
* - dtucker@cvs.openbsd.org 2004/06/22 22:55:56Darren Tucker2004-06-232-3/+8
| | | | | [regress/dynamic-forward.sh regress/test-exec.sh] Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
* - dtucker@cvs.openbsd.org 2004/06/22 22:45:52Darren Tucker2004-06-231-1/+11
| | | | | | [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@
* - dtucker@cvs.openbsd.org 2004/06/22 22:42:02Darren Tucker2004-06-231-3/+3
| | | | | [regress/envpass.sh] Add quoting for test -z; ok markus@
* - markus@cvs.openbsd.org 2004/06/22 03:12:13Darren Tucker2004-06-222-10/+18
| | | | | [regress/envpass.sh regress/multiplex.sh] more portable env passing tests
* - dtucker@cvs.openbsd.org 2004/06/18 06:15:51Darren Tucker2004-06-181-3/+3
| | | | | | [multiplex.sh] Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@
* - (dtucker) [regress/README.regress] Add detail on how to run a singleDarren Tucker2004-06-181-3/+7
| | | | test from the top-level Makefile.
* - djm@cvs.openbsd.org 2004/06/17 14:53:27Damien Miller2004-06-171-2/+11
| | | | | [regress/multiplex.sh] shared connection env passing regress test