From 7a06f62b6a211f1257d9284995ac72f3adfa743c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 16 Jun 2004 21:08:32 +1000 Subject: - (dtucker) [regress/README.regress] Add $TEST_SHELL to readme. --- regress/README.regress | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'regress/README.regress') diff --git a/regress/README.regress b/regress/README.regress index 6ff032b68..81c2fbe5d 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -27,6 +27,7 @@ TEST_SSH_QUIET: set to "yes" to suppress non-fatal output. TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER OBJ: used by test scripts to access build dir. +TEST_SHELL: shell used for running the test scripts. Individual tests. @@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the binaries under test and the test scripts themselves, for example: $ cd regress -$ PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd` agent-timeout.sh +$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ + agent-timeout.sh ok agent timeout test @@ -94,4 +96,4 @@ Known Issues. unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $ +$Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $ -- cgit v1.2.3 From 13fbe57722748399a165791b6e37b6dccbe73c12 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 18 Jun 2004 14:14:43 +1000 Subject: - (dtucker) [regress/README.regress] Add detail on how to run a single test from the top-level Makefile. --- ChangeLog | 4 +++- regress/README.regress | 10 +++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'regress/README.regress') diff --git a/ChangeLog b/ChangeLog index 53882b05d..96701bfef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ - djm@cvs.openbsd.org 2004/06/17 14:53:27 [regress/multiplex.sh] shared connection env passing regress test + - (dtucker) [regress/README.regress] Add detail on how to run a single + test from the top-level Makefile. 20040617 - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for some @@ -1283,4 +1285,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3407 2004/06/17 15:23:03 djm Exp $ +$Id: ChangeLog,v 1.3408 2004/06/18 04:14:43 dtucker Exp $ diff --git a/regress/README.regress b/regress/README.regress index 81c2fbe5d..cf469479b 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -32,8 +32,12 @@ TEST_SHELL: shell used for running the test scripts. Individual tests. -You can invoke test-exec.sh directly if you set up the path to find the -binaries under test and the test scripts themselves, for example: +You can run an individual test from the top-level Makefile, eg: +$ make tests LTESTS=agent-timeout + +If you need to manipulate the environment more you can invoke test-exec.sh +directly if you set up the path to find the binaries under test and the +test scripts themselves, for example: $ cd regress $ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \ @@ -96,4 +100,4 @@ Known Issues. unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $ +$Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $ -- cgit v1.2.3 From f9eb2b013510ef35372560e673d0bf80b1b4dd2c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 28 Jun 2004 15:52:50 +1000 Subject: - (dtucker) [regress/README.regress] Document new variables. --- ChangeLog | 3 ++- regress/README.regress | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'regress/README.regress') diff --git a/ChangeLog b/ChangeLog index 23cb9ef24..e17a57595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20040627 - (tim) update README files. - (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros. + - (dtucker) [regress/README.regress] Document new variables. 20040626 - (djm) OpenBSD CVS Sync @@ -1437,4 +1438,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3454 2004/06/28 05:45:08 dtucker Exp $ +$Id: ChangeLog,v 1.3455 2004/06/28 05:52:50 dtucker Exp $ diff --git a/regress/README.regress b/regress/README.regress index cf469479b..e3e21f703 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -28,6 +28,11 @@ TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER OBJ: used by test scripts to access build dir. TEST_SHELL: shell used for running the test scripts. +TEST_SSH_PORT: TCP port to be used for the listening tests. +TEST_SSH_SSH_CONFOTPS: Configuration directives to be added to ssh_config + before running each test. +TEST_SSH_SSHD_CONFOTPS: Configuration directives to be added to sshd_config + before running each test. Individual tests. @@ -100,4 +105,4 @@ Known Issues. unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.6 2004/06/18 04:14:43 dtucker Exp $ +$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $ -- cgit v1.2.3 From b5a21440a88fb8366d5032e8ce895cf7a52cb1ea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 21 Jul 2004 20:44:05 +1000 Subject: - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now that sshd is fixed to behave better; suggested by tim --- ChangeLog | 6 ++++-- regress/README.regress | 10 +--------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'regress/README.regress') diff --git a/ChangeLog b/ChangeLog index 53e62a02e..191ff9838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -20040719 +20040720 - (djm) [log.c] bz #111: Escape more control characters when sending data to syslog; from peak AT argo.troja.mff.cuni.cz - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from peak AT argo.troja.mff.cuni.cz + - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now + that sshd is fixed to behave better; suggested by tim 20040719 - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD @@ -1541,4 +1543,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3482 2004/07/21 01:01:41 djm Exp $ +$Id: ChangeLog,v 1.3483 2004/07/21 10:44:05 djm Exp $ diff --git a/regress/README.regress b/regress/README.regress index e3e21f703..1c30be330 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -93,16 +93,8 @@ Failed tests can be difficult to diagnose. Suggestions: Known Issues. -- If you build with tcpwrappers and try to run the regression tests, - your hosts.allow must permit connections from localhost and from - "unknown". This is because some tests are performed via the loopback - interface, while others are done with "sshd -i" as a ProxyCommand. In - the latter case, when sshd calls getpeername() on the socket it will - fail (because it's not a tcp socket) and will be identified as - "unknown", which is then checked against tcpwrappers. - - If your build requires ssh-rand-helper regress tests will fail unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.7 2004/06/28 05:52:51 dtucker Exp $ +$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ -- cgit v1.2.3 From bad5f2d329a7d8784e12134f3f2c531bbc635900 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 17 Aug 2004 22:31:32 +1000 Subject: - (dtucker) [regress/README.regress] Note compatibility issues with GNU head. --- ChangeLog | 5 ++++- regress/README.regress | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'regress/README.regress') diff --git a/ChangeLog b/ChangeLog index ca9f92983..b3ab3d19d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20040817 + - (dtucker) [regress/README.regress] Note compatibility issues with GNU head. + 20040816 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root to convince Solaris PAM to honour password complexity rules. ok djm@ @@ -1645,4 +1648,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3513 2004/08/16 13:12:05 dtucker Exp $ +$Id: ChangeLog,v 1.3514 2004/08/17 12:31:32 dtucker Exp $ diff --git a/regress/README.regress b/regress/README.regress index 1c30be330..0c07c9cf1 100644 --- a/regress/README.regress +++ b/regress/README.regress @@ -97,4 +97,8 @@ Known Issues. unless ssh-rand-helper is in pre-installed (the path to ssh-rand-helper is hard coded). -$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ +- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head + test to fail. The old behaviour can be restored by setting (and + exporting) _POSIX2_VERSION=199209 before running the tests. + +$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $ -- cgit v1.2.3