[openssh-commits] CVS: fuyu.mindrot.org: openssh

Darren Tucker dtucker at fuyu.mindrot.org
Sun Jan 10 10:31:12 EST 2010


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     dtucker at fuyu.mindrot.org 10/01/10 10:31:12

Modified files:
    .               : ChangeLog channels.c channels.h misc.c misc.h readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c ssh_config.5 sshconnect.c sshd.c sshd_config.5

Log message:
   - dtucker at cvs.openbsd.org 2010/01/09 23:04:13
     [channels.c ssh.1 servconf.c sshd_config.5 sshd.c channels.h servconf.h
     ssh-keyscan.1 ssh-keyscan.c readconf.c sshconnect.c misc.c ssh.c
     readconf.h scp.1 sftp.1 ssh_config.5 misc.h]
     Remove RoutingDomain from ssh since it's now not needed.  It can be
     replaced with "route exec" or "nc -V" as a proxycommand.  "route exec"
     also ensures that trafic such as DNS lookups stays withing the specified
     routingdomain.  For example (from reyk):
     # route -T 2 exec /usr/sbin/sshd
     or inherited from the parent process
     $ route -T 2 exec sh
     $ ssh 10.1.2.3
     ok deraadt@ markus@ stevesk@ reyk@

Diff commands:
cvs -nQq rdiff -u -r1.5382 -r1.5383 openssh/ChangeLog
cvs -nQq rdiff -u -r1.289 -r1.290 openssh/channels.c
cvs -nQq rdiff -u -r1.93 -r1.94 openssh/channels.h
cvs -nQq rdiff -u -r1.98 -r1.99 openssh/misc.c
cvs -nQq rdiff -u -r1.44 -r1.45 openssh/misc.h
cvs -nQq rdiff -u -r1.160 -r1.161 openssh/readconf.c
cvs -nQq rdiff -u -r1.72 -r1.73 openssh/readconf.h
cvs -nQq rdiff -u -r1.48 -r1.49 openssh/scp.1
cvs -nQq rdiff -u -r1.194 -r1.195 openssh/servconf.c
cvs -nQq rdiff -u -r1.80 -r1.81 openssh/servconf.h
cvs -nQq rdiff -u -r1.76 -r1.77 openssh/sftp.1
cvs -nQq rdiff -u -r1.27 -r1.28 openssh/ssh-keyscan.1
cvs -nQq rdiff -u -r1.100 -r1.101 openssh/ssh-keyscan.c
cvs -nQq rdiff -u -r1.247 -r1.248 openssh/ssh.1
cvs -nQq rdiff -u -r1.321 -r1.322 openssh/ssh.c
cvs -nQq rdiff -u -r1.125 -r1.126 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.188 -r1.189 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.390 -r1.391 openssh/sshd.c
cvs -nQq rdiff -u -r1.122 -r1.123 openssh/sshd_config.5

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5382;r2=1.5383&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.289;r2=1.290&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.h?r1=1.93;r2=1.94&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.98;r2=1.99&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.h?r1=1.44;r2=1.45&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.160;r2=1.161&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.72;r2=1.73&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/scp.1?r1=1.48;r2=1.49&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.194;r2=1.195&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.80;r2=1.81&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.1?r1=1.76;r2=1.77&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.1?r1=1.27;r2=1.28&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.100;r2=1.101&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.1?r1=1.247;r2=1.248&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.321;r2=1.322&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.125;r2=1.126&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.188;r2=1.189&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.390;r2=1.391&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.122;r2=1.123&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list