[openssh-commits] CVS: fuyu.mindrot.org: openssh
Darren Tucker
dtucker at fuyu.mindrot.org
Sun Oct 2 18:59:03 EST 2011
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker at fuyu.mindrot.org 11/10/02 18:59:03
Modified files:
. : ChangeLog channels.c channels.h compat.c compat.h mux.c readconf.c readconf.h ssh.c version.h
Log message:
- markus at cvs.openbsd.org 2011/09/23 07:45:05
[mux.c readconf.h channels.h compat.h compat.c ssh.c readconf.c channels.c version.h]
unbreak remote portforwarding with dynamic allocated listen ports:
1) send the actual listen port in the open message (instead of 0).
this allows multiple forwardings with a dynamic listen port
2) update the matching permit-open entry, so we can identify where
to connect to
report: den at skbkontur.ru and P. Szczygielski
feedback and ok djm@
Diff commands:
cvs -nQq rdiff -u -r1.5977 -r1.5978 openssh/ChangeLog
cvs -nQq rdiff -u -r1.305 -r1.306 openssh/channels.c
cvs -nQq rdiff -u -r1.101 -r1.102 openssh/channels.h
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/compat.c
cvs -nQq rdiff -u -r1.40 -r1.41 openssh/compat.h
cvs -nQq rdiff -u -r1.32 -r1.33 openssh/mux.c
cvs -nQq rdiff -u -r1.173 -r1.174 openssh/readconf.c
cvs -nQq rdiff -u -r1.82 -r1.83 openssh/readconf.h
cvs -nQq rdiff -u -r1.361 -r1.362 openssh/ssh.c
cvs -nQq rdiff -u -r1.74 -r1.75 openssh/version.h
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5977;r2=1.5978&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.305;r2=1.306&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.h?r1=1.101;r2=1.102&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/compat.c?r1=1.78;r2=1.79&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/compat.h?r1=1.40;r2=1.41&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mux.c?r1=1.32;r2=1.33&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.173;r2=1.174&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.82;r2=1.83&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.361;r2=1.362&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/version.h?r1=1.74;r2=1.75&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