summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--regress/Makefile4
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 605e982b4..5fc9c204a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120080630
2 - (djm) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
4 [regress/Makefile regress/key-options.sh]
5 Add regress test for key options. ok djm@
6
120080629 720080629
2 - (djm) OpenBSD CVS Sync 8 - (djm) OpenBSD CVS Sync
3 - martynas@cvs.openbsd.org 2008/06/21 07:46:46 9 - martynas@cvs.openbsd.org 2008/06/21 07:46:46
@@ -4465,4 +4471,4 @@
4465 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4471 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4466 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4472 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4467 4473
4468$Id: ChangeLog,v 1.5034 2008/06/29 14:07:00 djm Exp $ 4474$Id: ChangeLog,v 1.5035 2008/06/29 22:06:25 djm Exp $
diff --git a/regress/Makefile b/regress/Makefile
index aa4e6525d..492f84d7c 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.45 2008/06/10 05:23:32 dtucker Exp $ 1# $OpenBSD: Makefile,v 1.46 2008/06/10 23:13:43 dtucker Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -34,6 +34,7 @@ LTESTS= connect \
34 agent-ptrace \ 34 agent-ptrace \
35 keyscan \ 35 keyscan \
36 keygen-change \ 36 keygen-change \
37 key-options \
37 scp \ 38 scp \
38 sftp \ 39 sftp \
39 sftp-cmds \ 40 sftp-cmds \
@@ -49,6 +50,7 @@ LTESTS= connect \
49 cfgmatch \ 50 cfgmatch \
50 addrmatch \ 51 addrmatch \
51 localcommand \ 52 localcommand \
53 cipher-speed \
52 forcecommand 54 forcecommand
53 55
54INTEROP_TESTS= putty-transfer putty-ciphers putty-kex 56INTEROP_TESTS= putty-transfer putty-ciphers putty-kex