summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:05:40 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:05:40 +1100
commit8056a9d46ac2d75560c2fd9fc69c75ee46a43922 (patch)
treeb71a322b1fe61209221873f0fc71fba07a8e83b2 /ChangeLog
parent314dd4b2f33c22330f3f4272b1605fb0d8fbc58b (diff)
- dtucker@cvs.openbsd.org 2006/03/13 08:43:16
[ssh-keygen.c] Make ssh-keygen handle CR and CRLF line termination when converting IETF format keys, in adition to vanilla LF. mindrot #1157, tested by Chris Pepper, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc666a58..74ece7805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
21920060313 22420060313
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 $