summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:30:57 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:30:57 +1100
commit798855358538931da4f3d7ee6a111b3b4fbd338c (patch)
tree32d6acd78ca23ca4293e77eff14f255125ce7cb7 /ChangeLog
parent7023d161d86211fa6a4c7dfacdad37a53f468512 (diff)
- dtucker@cvs.openbsd.org 2009/05/05 07:51:36
[regress/multiplex.sh] Always specify ssh_config for multiplex tests: prevents breakage caused by options in ~/.ssh/config. From Dan Peterson.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 826db9eaa..eeeb5e365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -92,6 +92,10 @@
92 [regress/addrmatch.sh] 92 [regress/addrmatch.sh]
93 match string "passwordauthentication" only at start of line, not anywhere 93 match string "passwordauthentication" only at start of line, not anywhere
94 in sshd -T output 94 in sshd -T output
95 - dtucker@cvs.openbsd.org 2009/05/05 07:51:36
96 [regress/multiplex.sh]
97 Always specify ssh_config for multiplex tests: prevents breakage caused
98 by options in ~/.ssh/config. From Dan Peterson.
95 99
9620091002 10020091002
97 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 101 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.