summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-11-05 20:42:28 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-11-05 20:42:28 +1100
commit08d04faf2457e80b65b798f46bc71ac5a81b6d27 (patch)
treea73dd64080e378a6471ae4ebed74d41f69553807 /ChangeLog
parent50dbe8314b1796d05e12c1a8a9b9c8b3242d8c5a (diff)
- djm@cvs.openbsd.org 2004/10/29 23:57:05
[key.c] use new buffer API to avoid fatal errors on corrupt keys in authorized_keys files; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f991fe7e..00947004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,10 @@
[bufaux.c bufaux.h buffer.c buffer.h]
introduce a new buffer API that returns an error rather than fatal()ing
when presented with bad data; ok markus@
+ - djm@cvs.openbsd.org 2004/10/29 23:57:05
+ [key.c]
+ use new buffer API to avoid fatal errors on corrupt keys in authorized_keys
+ files; ok markus@
20041102
- (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
@@ -1837,4 +1841,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3577 2004/11/05 09:41:24 dtucker Exp $
+$Id: ChangeLog,v 1.3578 2004/11/05 09:42:28 dtucker Exp $