]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remote-to-local port forwarding in SSH2 was apparently completely
authorSimon Tatham <anakin@pobox.com>
Wed, 9 Apr 2003 11:19:39 +0000 (11:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 9 Apr 2003 11:19:39 +0000 (11:19 +0000)
commit65fab07ad06a608b6de2105ec04ed258c79d3494
treec2138d7ba596a5d57bc501a529dd07be8a11d387
parent3540d6b2dd93f430a653cf06420aad2853ab4af5
Remote-to-local port forwarding in SSH2 was apparently completely
broken! We were expecting the peer address/port in the incoming
packet _before_ the connected address/port, which is just wrong. I
wonder how I managed to mess that up.

[originally from svn r3083]
ssh.c