CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/09/23 01:45:05
Modified files:
usr.bin/ssh : channels.c channels.h compat.c compat.h mux.c
readconf.c readconf.h ssh.c version.h
Log message:
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@