summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2008-03-12 - dtucker@cvs.openbsd.org 2007/10/29 06:57:13Damien Miller
[regress/Makefile regress/localcommand.sh] Add simple regress test for LocalCommand; ok djm@
2008-03-07 - (tim) [regress/sftp-glob.sh] Shell portability fix.Tim Rice
2007-10-26 - (djm) [regress/sftp-cmds.sh]Damien Miller
Use more restrictive glob to pick up test files from /bin - some platforms ship broken symlinks there which could spoil the test.
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@
2007-10-26 - pvalchev@cvs.openbsd.org 2007/06/07 19:41:46Damien Miller
[regress/cipher-speed.sh regress/try-ciphers.sh] test umac-64@openssh.com ok djm@
2007-10-26 - dtucker@cvs.openbsd.org 2006/12/13 08:36:36Damien Miller
[regress/cfgmatch.sh] Additional test for multiple PermitOpen entries. ok djm@
2007-10-26 - markus@cvs.openbsd.org 2006/11/06 09:27:43Damien Miller
[regress/cfgmatch.sh] fix quoting for non-(c)sh login shells.
2007-10-26 - djm@cvs.openbsd.org 2006/08/29 09:44:00Damien Miller
[regress/sftp-cmds.sh] clean up our mess
2007-03-21 - (dtucker) [regress/agent-getpeereid.sh] Do peereid test if we haveDarren Tucker
HAVE_GETPEERUCRED too. Also from Jan Pechanec.
2007-03-03 - (dtucker) [regress/agent-ptrace.sh] Make ttrace gdb error a little moreDarren Tucker
general to cover newer gdb versions on HP-UX.
2006-09-08 - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a betterDarren Tucker
chance of winning.
2006-07-24 - (dtucker) [regress/forcecommand.sh] Portablize.Darren Tucker
2006-07-24 - (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]Damien Miller
[regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh] Sync regress tests to -current; include dtucker@'s new cfgmatch and forcecommand tests. Add cipher-speed.sh test (not linked in yet)
2006-03-15 - (djm) [regress/.cvsignore] Ignore Makefile hereDamien Miller
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 2006/01/31 10:36:33Damien Miller
[scp.sh] regress test for "scp a b c" where "c" is not a directory
2006-01-31 - djm@cvs.openbsd.org 2006/01/31 10:23:23Damien Miller
[scp.sh] regression test for CVE-2006-0225 written by dtucker@
2006-01-31 - djm@cvs.openbsd.org 2006/01/27 06:49:21Damien 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:39Damien 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:56Damien 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:37Damien Miller
[regress/scp.sh] allow SUDO=sudo; from Alexander Bluhm
2006-01-31 - djm@cvs.openbsd.org 2005/05/24 04:10:54Damien Miller
[regress/try-ciphers.sh] oops, new arcfour modes here too
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
2006-01-31 - dtucker@cvs.openbsd.org 2005/04/25 09:54:09Damien 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:39Damien Miller
[regress/forwarding.sh] Regress test for ClearAllForwardings (bz #994); ok markus@
2005-12-14 - dtucker@cvs.openbsd.org 2005/12/30 04:36:39Darren 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 someDarren 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 soDarren 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 reconfigureDarren 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 scpDarren 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 onDarren Tucker
Cygwin.
2005-04-25 - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so runningDarren 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.shDarren Tucker
will clean up anyway. From tim@
2005-04-25 - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for theDarren Tucker
existence of a process since it's more portable. Found by jbasney at ncsa.uiuc.edu; ok tim@
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 - djm@cvs.openbsd.org 2005/03/04 08:48:46Darren 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:36Darren Tucker
[login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@
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-03-07 - fgsch@cvs.openbsd.org 2004/12/10 01:31:30Darren 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 theDarren 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, sinceDarren 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:56Darren Tucker
[test-exec.sh] Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@