diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -215,6 +215,11 @@ | |||
215 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | 215 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes |
216 | poor performance and protocol stalls under some network conditions (mindrot | 216 | poor performance and protocol stalls under some network conditions (mindrot |
217 | bugs #556 and #981). Patch originally from markus@, ok djm@ | 217 | bugs #556 and #981). Patch originally from markus@, ok djm@ |
218 | - dtucker@cvs.openbsd.org 2006/03/13 08:43:16 | ||
219 | [ssh-keygen.c] | ||
220 | Make ssh-keygen handle CR and CRLF line termination when converting IETF | ||
221 | format keys, in adition to vanilla LF. mindrot #1157, tested by Chris | ||
222 | Pepper, ok djm@ | ||
218 | 223 | ||
219 | 20060313 | 224 | 20060313 |
220 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) | 225 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) |
@@ -4116,4 +4121,4 @@ | |||
4116 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4121 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4117 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4122 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4118 | 4123 | ||
4119 | $Id: ChangeLog,v 1.4201 2006/03/15 01:05:22 djm Exp $ | 4124 | $Id: ChangeLog,v 1.4202 2006/03/15 01:05:40 djm Exp $ |