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

Damien Miller djm at fuyu.mindrot.org
Fri Jul 18 14:11:27 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/07/18 14:11:27

Modified files:
    .               : ChangeLog PROTOCOL auth-chall.c auth-krb5.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c channels.h clientloop.c misc.c misc.h monitor.c mux.c packet.c platform.c readconf.c readconf.h sandbox-systrace.c servconf.c servconf.h serverloop.c session.c ssh-agent.c ssh.c ssh_config.5 sshconnect.c sshconnect1.c sshconnect2.c sshd.c sshd_config.5 sshlogin.c

Log message:
   - millert at cvs.openbsd.org 2014/07/15 15:54:14
     [PROTOCOL auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     [auth-rsa.c auth.c auth1.c auth2-hostbased.c auth2-kbdint.c auth2-none.c]
     [auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c channels.h]
     [clientloop.c misc.c misc.h monitor.c mux.c packet.c readconf.c]
     [readconf.h servconf.c servconf.h serverloop.c session.c ssh-agent.c]
     [ssh.c ssh_config.5 sshconnect.c sshconnect1.c sshconnect2.c sshd.c]
     [sshd_config.5 sshlogin.c]
     Add support for Unix domain socket forwarding.  A remote TCP port
     may be forwarded to a local Unix domain socket and vice versa or
     both ends may be a Unix domain socket.  This is a reimplementation
     of the streamlocal patches by William Ahern from:
         http://www.25thandclement.com/~william/projects/streamlocal.html
     OK djm@ markus@

Diff commands:
cvs -nQq rdiff -u -r1.6890 -r1.6891 openssh/ChangeLog
cvs -nQq rdiff -u -r1.22 -r1.23 openssh/PROTOCOL
cvs -nQq rdiff -u -r1.22 -r1.23 openssh/auth-chall.c
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/auth-krb5.c
cvs -nQq rdiff -u -r1.62 -r1.63 openssh/auth-options.c
cvs -nQq rdiff -u -r1.91 -r1.92 openssh/auth-passwd.c
cvs -nQq rdiff -u -r1.40 -r1.41 openssh/auth-rh-rsa.c
cvs -nQq rdiff -u -r1.39 -r1.40 openssh/auth-rhosts.c
cvs -nQq rdiff -u -r1.80 -r1.81 openssh/auth-rsa.c
cvs -nQq rdiff -u -r1.162 -r1.163 openssh/auth.c
cvs -nQq rdiff -u -r1.134 -r1.135 openssh/auth1.c
cvs -nQq rdiff -u -r1.45 -r1.46 openssh/auth2-chall.c
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/auth2-hostbased.c
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/auth2-kbdint.c
cvs -nQq rdiff -u -r1.22 -r1.23 openssh/auth2-none.c
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/auth2-passwd.c
cvs -nQq rdiff -u -r1.43 -r1.44 openssh/auth2-pubkey.c
cvs -nQq rdiff -u -r1.161 -r1.162 openssh/auth2.c
cvs -nQq rdiff -u -r1.82 -r1.83 openssh/canohost.c
cvs -nQq rdiff -u -r1.329 -r1.330 openssh/channels.c
cvs -nQq rdiff -u -r1.108 -r1.109 openssh/channels.h
cvs -nQq rdiff -u -r1.249 -r1.250 openssh/clientloop.c
cvs -nQq rdiff -u -r1.123 -r1.124 openssh/misc.c
cvs -nQq rdiff -u -r1.57 -r1.58 openssh/misc.h
cvs -nQq rdiff -u -r1.172 -r1.173 openssh/monitor.c
cvs -nQq rdiff -u -r1.51 -r1.52 openssh/mux.c
cvs -nQq rdiff -u -r1.204 -r1.205 openssh/packet.c
cvs -nQq rdiff -u -r1.21 -r1.22 openssh/platform.c
cvs -nQq rdiff -u -r1.202 -r1.203 openssh/readconf.c
cvs -nQq rdiff -u -r1.93 -r1.94 openssh/readconf.h
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/sandbox-systrace.c
cvs -nQq rdiff -u -r1.248 -r1.249 openssh/servconf.c
cvs -nQq rdiff -u -r1.105 -r1.106 openssh/servconf.h
cvs -nQq rdiff -u -r1.180 -r1.181 openssh/serverloop.c
cvs -nQq rdiff -u -r1.433 -r1.434 openssh/session.c
cvs -nQq rdiff -u -r1.209 -r1.210 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.403 -r1.404 openssh/ssh.c
cvs -nQq rdiff -u -r1.190 -r1.191 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.223 -r1.224 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/sshconnect1.c
cvs -nQq rdiff -u -r1.202 -r1.203 openssh/sshconnect2.c
cvs -nQq rdiff -u -r1.455 -r1.456 openssh/sshd.c
cvs -nQq rdiff -u -r1.181 -r1.182 openssh/sshd_config.5
cvs -nQq rdiff -u -r1.38 -r1.39 openssh/sshlogin.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6890;r2=1.6891&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/PROTOCOL?r1=1.22;r2=1.23&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-chall.c?r1=1.22;r2=1.23&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-krb5.c?r1=1.41;r2=1.42&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-options.c?r1=1.62;r2=1.63&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-passwd.c?r1=1.91;r2=1.92&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rh-rsa.c?r1=1.40;r2=1.41&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rhosts.c?r1=1.39;r2=1.40&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rsa.c?r1=1.80;r2=1.81&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.c?r1=1.162;r2=1.163&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth1.c?r1=1.134;r2=1.135&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-chall.c?r1=1.45;r2=1.46&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-hostbased.c?r1=1.17;r2=1.18&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-kbdint.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-none.c?r1=1.22;r2=1.23&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-passwd.c?r1=1.14;r2=1.15&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-pubkey.c?r1=1.43;r2=1.44&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2.c?r1=1.161;r2=1.162&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/canohost.c?r1=1.82;r2=1.83&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.329;r2=1.330&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.h?r1=1.108;r2=1.109&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.249;r2=1.250&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.123;r2=1.124&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.h?r1=1.57;r2=1.58&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.172;r2=1.173&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mux.c?r1=1.51;r2=1.52&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/packet.c?r1=1.204;r2=1.205&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/platform.c?r1=1.21;r2=1.22&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.202;r2=1.203&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.93;r2=1.94&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sandbox-systrace.c?r1=1.13;r2=1.14&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.248;r2=1.249&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.105;r2=1.106&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.180;r2=1.181&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/session.c?r1=1.433;r2=1.434&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.209;r2=1.210&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.403;r2=1.404&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.190;r2=1.191&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.223;r2=1.224&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect1.c?r1=1.78;r2=1.79&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.202;r2=1.203&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.455;r2=1.456&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.181;r2=1.182&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshlogin.c?r1=1.38;r2=1.39&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