summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e38cd5108..ca189f943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
120091210 120091210
2 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 2 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]
3 Remove hacks add for RoutingDomain in preparation for its removal. 3 Remove hacks add for RoutingDomain in preparation for its removal.
4 - dtucker@cvs.openbsd.org 2010/01/09 23:04:13
5 [channels.c ssh.1 servconf.c sshd_config.5 sshd.c channels.h servconf.h
6 ssh-keyscan.1 ssh-keyscan.c readconf.c sshconnect.c misc.c ssh.c
7 readconf.h scp.1 sftp.1 ssh_config.5 misc.h]
8 Remove RoutingDomain from ssh since it's now not needed. It can be
9 replaced with "route exec" or "nc -V" as a proxycommand. "route exec"
10 also ensures that trafic such as DNS lookups stays withing the specified
11 routingdomain. For example (from reyk):
12 # route -T 2 exec /usr/sbin/sshd
13 or inherited from the parent process
14 $ route -T 2 exec sh
15 $ ssh 10.1.2.3
16 ok deraadt@ markus@ stevesk@ reyk@
4 17
520091209 1820091209
6 - (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't 19 - (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't