summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-01 21:47:37 +1100
committerDamien Miller <djm@mindrot.org>2005-03-01 21:47:37 +1100
commite1776155d19db4f3ab2ff42323d6499f0712cfa4 (patch)
treea1c1994615f6c15a51eddb9dabf4c7baad76efdf /ChangeLog
parentf91ee4c3def4de8b4b9409f07ab26a61e535e1e6 (diff)
- djm@cvs.openbsd.org 2005/03/01 10:40:27
[hostfile.c hostfile.h readconf.c readconf.h ssh.1 ssh_config.5] [sshconnect.c sshd.8] add support for hashing host names and addresses added to known_hosts files, to improve privacy of which hosts user have been visiting; ok markus@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f31a52665..b69fe2f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,12 @@
27 Patch originally by Dan Astorian, but worked on by several people 27 Patch originally by Dan Astorian, but worked on by several people
28 Adds GatewayPorts=clientspecified option on server to allow remote 28 Adds GatewayPorts=clientspecified option on server to allow remote
29 forwards to bind to client-specified ports. 29 forwards to bind to client-specified ports.
30 - djm@cvs.openbsd.org 2005/03/01 10:40:27
31 [hostfile.c hostfile.h readconf.c readconf.h ssh.1 ssh_config.5]
32 [sshconnect.c sshd.8]
33 add support for hashing host names and addresses added to known_hosts
34 files, to improve privacy of which hosts user have been visiting; ok
35 markus@ deraadt@
30 36
3120050226 3720050226
32 - (dtucker) [openbsd-compat/bsd-openpty.c openbsd-compat/inet_ntop.c] 38 - (dtucker) [openbsd-compat/bsd-openpty.c openbsd-compat/inet_ntop.c]
@@ -2203,4 +2209,4 @@
2203 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2209 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2204 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2210 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2205 2211
2206$Id: ChangeLog,v 1.3672 2005/03/01 10:24:33 djm Exp $ 2212$Id: ChangeLog,v 1.3673 2005/03/01 10:47:37 djm Exp $