summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 13:24:33 +0100
committerDamien Miller <djm@mindrot.org>2002-01-22 13:24:33 +0100
commita5ebe0c39d30ce6c22bf152c638ea753c531ecb2 (patch)
tree0788438274d595f3ca433df112e9734594722ced /ChangeLog
parent - markus@cvs.openbsd.org 2002/01/11 13:39:36 (diff)
downloadopenssh-a5ebe0c39d30ce6c22bf152c638ea753c531ecb2.tar.xz
openssh-a5ebe0c39d30ce6c22bf152c638ea753c531ecb2.zip
- markus@cvs.openbsd.org 2002/01/11 20:14:11
[auth2-chall.c auth-skey.c] use strlcpy not strlcat; mouring@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e4e88111d..f211d6194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -137,6 +137,9 @@
successful authentication (the drafts requirement).
serverloop/clientloop now send a 'UNIMPLEMENTED' message instead
of exiting.
+ - markus@cvs.openbsd.org 2002/01/11 20:14:11
+ [auth2-chall.c auth-skey.c]
+ use strlcpy not strlcat; mouring@
20020121
@@ -7285,4 +7288,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1761 2002/01/22 12:24:13 djm Exp $
+$Id: ChangeLog,v 1.1762 2002/01/22 12:24:33 djm Exp $