summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 360cf61b3..d3abc2b68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,15 @@
17 GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 17 GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
18 by dleonard AT vintela.com. use xasprintf() to simplify code while in 18 by dleonard AT vintela.com. use xasprintf() to simplify code while in
19 there; "looks right" deraadt@ 19 there; "looks right" deraadt@
20 - djm@cvs.openbsd.org 2006/04/16 00:48:52
21 [buffer.c buffer.h channels.c]
22 Fix condition where we could exit with a fatal error when an input
23 buffer became too large and the remote end had advertised a big window.
24 The problem was a mismatch in the backoff math between the channels code
25 and the buffer code, so make a buffer_check_alloc() function that the
26 channels code can use to propsectivly check whether an incremental
27 allocation will succeed. bz #1131, debugged with the assistance of
28 cove AT wildpackets.com; ok dtucker@ deraadt@
20 29
2120060421 3020060421
22 - (djm) [Makefile.in configure.ac session.c sshpty.c] 31 - (djm) [Makefile.in configure.ac session.c sshpty.c]
@@ -4528,4 +4537,4 @@
4528 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4537 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4529 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4538 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4530 4539
4531$Id: ChangeLog,v 1.4306 2006/04/23 02:05:46 djm Exp $ 4540$Id: ChangeLog,v 1.4307 2006/04/23 02:06:03 djm Exp $