diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -210,6 +210,11 @@ | |||
210 | [sshd.c] | 210 | [sshd.c] |
211 | don't log that we are listening on a socket before the listen() call | 211 | don't log that we are listening on a socket before the listen() call |
212 | actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@ | 212 | actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@ |
213 | - dtucker@cvs.openbsd.org 2006/03/13 08:33:00 | ||
214 | [packet.c] | ||
215 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | ||
216 | poor performance and protocol stalls under some network conditions (mindrot | ||
217 | bugs #556 and #981). Patch originally from markus@, ok djm@ | ||
213 | 218 | ||
214 | 20060313 | 219 | 20060313 |
215 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) | 220 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) |
@@ -4111,4 +4116,4 @@ | |||
4111 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4116 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4112 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4117 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4113 | 4118 | ||
4114 | $Id: ChangeLog,v 1.4200 2006/03/15 01:04:36 djm Exp $ | 4119 | $Id: ChangeLog,v 1.4201 2006/03/15 01:05:22 djm Exp $ |