commit | 68afb8c5f242ec74f48fd86137122399435dd757 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Sun Oct 02 18:59:03 2011 +1100 |
committer | Darren Tucker <dtucker@zip.com.au> | Sun Oct 02 18:59:03 2011 +1100 |
tree | a41fb99a2df717111d5c1a05f51b3791580218d1 | |
parent | 1338b9e067055259033a05e14db0bc2ad5536482 [diff] |
- markus@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@