summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:05:59 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:05:59 +1100
commit306d118f72670f0da447f28b7eec576dcb4a6e38 (patch)
tree0bff224f27fffa3159073c7c639f3ec0cc7fa5b7 /ChangeLog
parent8056a9d46ac2d75560c2fd9fc69c75ee46a43922 (diff)
- dtucker@cvs.openbsd.org 2006/03/13 10:14:29
[misc.c ssh_config.5 sshd_config.5] Allow config directives to contain whitespace by surrounding them by double quotes. mindrot #482, man page help from jmc@, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 74ece7805..c72eeed41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -220,6 +220,10 @@
220 Make ssh-keygen handle CR and CRLF line termination when converting IETF 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 221 format keys, in adition to vanilla LF. mindrot #1157, tested by Chris
222 Pepper, ok djm@ 222 Pepper, ok djm@
223 - dtucker@cvs.openbsd.org 2006/03/13 10:14:29
224 [misc.c ssh_config.5 sshd_config.5]
225 Allow config directives to contain whitespace by surrounding them by double
226 quotes. mindrot #482, man page help from jmc@, ok djm@
223 227
22420060313 22820060313
225 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 229 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4121,4 +4125,4 @@
4121 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4125 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4122 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4126 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4123 4127
4124$Id: ChangeLog,v 1.4202 2006/03/15 01:05:40 djm Exp $ 4128$Id: ChangeLog,v 1.4203 2006/03/15 01:05:59 djm Exp $