summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:30:06 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:30:06 +1100
commit7023d161d86211fa6a4c7dfacdad37a53f468512 (patch)
treea1fe57e9a3785627fe799141e97d1fe129d424e6 /ChangeLog
parent695ed397a5216189629aa717d03d72ad21cdee1a (diff)
- djm@cvs.openbsd.org 2008/12/07 22:17:48
[regress/addrmatch.sh] match string "passwordauthentication" only at start of line, not anywhere in sshd -T output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0914bf05b..826db9eaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,10 @@
88 [session.c] 88 [session.c]
89 bz#1596: fflush(NULL) before exec() to ensure that everying (motd 89 bz#1596: fflush(NULL) before exec() to ensure that everying (motd
90 in particular) has made it out before the streams go away. 90 in particular) has made it out before the streams go away.
91 - djm@cvs.openbsd.org 2008/12/07 22:17:48
92 [regress/addrmatch.sh]
93 match string "passwordauthentication" only at start of line, not anywhere
94 in sshd -T output
91 95
9220091002 9620091002
93 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 97 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.