summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c189c7810..2bc077cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,13 @@
15 - djm@cvs.openbsd.org 2007/05/17 07:50:31 15 - djm@cvs.openbsd.org 2007/05/17 07:50:31
16 [log.c] 16 [log.c]
17 save and restore errno when logging; ok deraadt@ 17 save and restore errno when logging; ok deraadt@
18 - djm@cvs.openbsd.org 2007/05/17 07:55:29
19 [sftp-server.c]
20 bz#1286 stop reading and processing commands when input or output buffer
21 is nearly full, otherwise sftp-server would happily try to grow the
22 input/output buffers past the maximum supported by the buffer API and
23 promptly fatal()
24 based on patch from Thue Janus Kristensen; feedback & ok dtucker@
18 25
1920070509 2620070509
20 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. 27 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
@@ -2915,4 +2922,4 @@
2915 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2922 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2916 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2923 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2917 2924
2918$Id: ChangeLog,v 1.4664 2007/05/20 05:08:15 dtucker Exp $ 2925$Id: ChangeLog,v 1.4665 2007/05/20 05:09:04 dtucker Exp $