Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-31 | - djm@cvs.openbsd.org 2006/01/31 10:23:23 | Damien Miller | |
[scp.sh] regression test for CVE-2006-0225 written by dtucker@ | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/27 06:49:21 | Damien Miller | |
[scp.sh] regress test for local to local scp copies; ok dtucker@ | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/12/14 04:36:39 | Damien Miller | |
[regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@ NB. ID sync only, we already had this | |||
2006-01-31 | - grunk@cvs.openbsd.org 2005/11/14 21:25:56 | Damien Miller | |
[regress/agent-getpeereid.sh] all other scripts in this dir use $SUDO, not 'sudo', so pull this even ok markus@ | |||
2006-01-31 | - markus@cvs.openbsd.org 2005/06/30 11:02:37 | Damien Miller | |
[regress/scp.sh] allow SUDO=sudo; from Alexander Bluhm | |||
2006-01-31 | - djm@cvs.openbsd.org 2005/05/24 04:10:54 | Damien Miller | |
[regress/try-ciphers.sh] oops, new arcfour modes here too | |||
2006-01-31 | - djm@cvs.openbsd.org 2005/05/20 23:14:15 | Damien Miller | |
[regress/test-exec.sh] force addressfamily=inet for tests, unbreaking dynamic-forward regress for recently committed nc SOCKS5 changes | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/04/25 09:54:09 | Damien Miller | |
[regress/multiplex.sh] Don't call cleanup in multiplex as test-exec will cleanup anyway found by tim@, ok djm@ NB. ID sync only, we already had this | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/03/10 10:20:39 | Damien Miller | |
[regress/forwarding.sh] Regress test for ClearAllForwardings (bz #994); ok markus@ | |||
2005-12-14 | - dtucker@cvs.openbsd.org 2005/12/30 04:36:39 | Darren Tucker | |
[regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@ | |||
2005-11-28 | - (dtucker) [regress/yes-head.sh] Work around breakage caused by some | Darren Tucker | |
versions of GNU head. Based on patch from zappaman at buraphalinux.org | |||
2005-11-24 | - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate so | Darren Tucker | |
many and use them only once. Speeds up testing on older/slower hardware. | |||
2005-11-12 | - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigure | Darren Tucker | |
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. | |||
2005-10-03 | - (dtucker) [regress/README.regress] Bug #989: Document limitation that scp | Darren Tucker | |
is required in the system path for the multiplex test to work. | |||
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-05-26 | - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on | Darren Tucker | |
Cygwin. | |||
2005-04-25 | - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running | Darren Tucker | |
"make tests" works even if you'r building on a filesystem that doesn't support sockets. From deengert at anl.gov, ok djm@ | |||
2005-04-25 | - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh | Darren Tucker | |
will clean up anyway. From tim@ | |||
2005-04-25 | - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for the | Darren Tucker | |
existence of a process since it's more portable. Found by jbasney at ncsa.uiuc.edu; ok tim@ | |||
2005-03-14 | 20050312 | Darren 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/Tru64 | Darren 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 | - djm@cvs.openbsd.org 2005/03/04 08:48:46 | Darren Tucker | |
[Makefile envpass.sh] regress test for SendEnv config parsing bug; ok dtucker@ | |||
2005-03-07 | - djm@cvs.openbsd.org 2005/02/27 23:13:36 | Darren Tucker | |
[login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@ | |||
2005-03-07 | - dtucker@cvs.openbsd.org 2005/02/27 11:33:30 | Darren 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:18 | Darren Tucker | |
[Makefile test-exec.sh] pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@ | |||
2005-03-07 | - fgsch@cvs.openbsd.org 2004/12/10 01:31:30 | Darren Tucker | |
[Makefile sftp-glob.sh] some globbing regress; prompted and ok djm@ | |||
2005-03-07 | - (dtucker) OpenBSD CVS Sync (regress/) | Darren Tucker | |
- fgsch@cvs.openbsd.org 2004/12/10 01:31:30 [Makefile] some globbing regress; prompted and ok djm@ | |||
2005-03-02 | - (tim) [regress/agent-ptrace.sh] add another possible gdb error. | Tim Rice | |
2005-02-08 | - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the | Darren Tucker | |
regress tests so newer versions of GNU head(1) behave themselves. Patch by djm, so ok me. | |||
2004-12-20 | - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since | Darren Tucker | |
on some wacky platforms (eg old AIXes), dd will refuse to create an output file if it doesn't exist. | |||
2004-12-07 | - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test. | Darren Tucker | |
2004-12-06 | - dtucker@cvs.openbsd.org 2004/12/06 10:49:56 | Darren 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:27 | Darren Tucker | |
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@ | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/11/07 00:32:41 | Darren Tucker | |
[multiplex.sh] regression tests for new multiplex commands | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/10/29 23:59:22 | Darren Tucker | |
[Makefile added brokenkeys.sh] regression test for handling of corrupt keys in authorized_keys file | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/10/08 02:01:50 | Darren Tucker | |
[reexec.sh] shrink and tidy; ok dtucker@ | |||
2004-12-06 | - david@cvs.openbsd.org 2004/07/09 19:45:43 | Darren Tucker | |
[Makefile] add a missing CLEANFILES used in the re-exec test | |||
2004-12-06 | - dtucker@cvs.openbsd.org 2004/07/08 12:59:35 | Darren Tucker | |
[scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@ | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/06/26 06:16:07 | Darren Tucker | |
[reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable | |||
2004-12-06 | Resync Ids | Darren Tucker | |
2004-08-30 | - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too. Patch from | Darren Tucker | |
vinschen at redhat.com. | |||
2004-08-29 | - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64 | Darren Tucker | |
too; patch from cmadams at hiwaay.net. | |||
2004-08-29 | - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like | Darren Tucker | |
files ending in .exe that aren't binaries; patch from vinschen at redhat.com. | |||
2004-08-29 | - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn | Darren Tucker | |
down, needed on some platforms, should be harmless on others. Patch from jason at devrandom.org. | |||
2004-08-29 | - (dtucker) [regress/multiplex.sh] Skip test on platforms that do not | Darren Tucker | |
support FD passing since multiplex requires it. Noted by tim@ | |||
2004-08-17 | - (dtucker) [regress/README.regress] Note compatibility issues with GNU head. | Darren Tucker | |
2004-07-21 | - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now | Damien Miller | |
that sshd is fixed to behave better; suggested by tim | |||
2004-06-28 | - (dtucker) [regress/README.regress] Document new variables. | Darren Tucker | |
2004-06-25 | - djm@cvs.openbsd.org 2004/06/25 01:25:12 | Darren Tucker | |
[regress/test-exec.sh] clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ |