summaryrefslogtreecommitdiff
path: root/regress/Makefile
AgeCommit message (Collapse)Author
2004-01-30 - dtucker@cvs.openbsd.org 2003/10/11 11:49:49Darren Tucker
[Makefile banner.sh] Test missing banner file, suppression of banner with ssh -q, check return code from ssh. ok markus@
2003-10-08 - dtucker@cvs.openbsd.org 2003/10/07 01:52:13Darren Tucker
[regress/Makefile regress/banner.sh] Test SSH2 banner. ok markus@
2003-09-14 - (dtucker) [regress/Makefile] AIX's make doesn't like " +=", so replaceDarren Tucker
with vanilla "=". Hopefully everybody's "make" will be happy with that.
2003-09-14 - (dtucker) [Makefile regress/Makefile] Fix portability issues preventingDarren Tucker
the regression tests from running with Solaris' make. Patch from Brian Poole (raj at cerias.purdue.edu). Further info: Solaris' /usr/ccs/bin/make * requires a space before "+=" (but not "=") * does not like @for The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the current dir if OBJ isn't set is my fault. Nasty but it works.
2003-09-09[regress/Makefile] Fixes for building outside of a read-only source tree.Tim Rice
2003-09-04 - [regress/Makefile] Remove BSDisms.Darren Tucker
2003-07-03 - markus@cvs.openbsd.org 2003/07/03 08:24:13Darren Tucker
[regress/Makefile] enable tests for dynamic fwd via socks (-D), uses nc(1)
2003-06-18 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- markus@cvs.openbsd.org 2003/06/12 15:43:32 [Makefile] test -HUP; dtucker at zip.com.au
2003-06-18 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- djm@cvs.openbsd.org 2003/04/04 09:34:22 [Makefile sftp-cmds.sh] More regression tests, including recent directory rename bug; ok markus@
2003-06-18 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- markus@cvs.openbsd.org 2003/04/02 12:21:13 [Makefile] enable rekey test
2003-01-22 - (djm) Sync regress with OpenBSD -currentDamien Miller
2002-05-01 - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller