]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Clean up the semantics of the ssh_rportfwd structure.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:21 +0000 (14:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:03:21 +0000 (14:03 +0000)
commit12fd7dabd8b93534ccbf8e66dc3375af21144076
tree8321b39ecb37d06c8de14c30afe2f08d8f7337a7
parent77352ce87acaa2b591e1e19b4a0b8c9068cb98d0
Clean up the semantics of the ssh_rportfwd structure.

It's now indexed by source hostname as well as source port (so that
separate requests for the server to listen on addr1:1234 and
addr2:1234 can be disambiguated), and also its destination host name
is dynamically allocated rather than a fixed-size buffer.

git-svn-id: http://svn.tartarus.org/sgt/putty@10062 cda61777-01e9-0310-a592-d414129be87e
ssh.c