simon-svn: putty: jacob
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Wed Aug 19 00:38:48 BST 2009
SVN root: svn://svn.tartarus.org/sgt
Changes by: jacob
Revision: 8623
Date: 2009-08-19 00:38:48 +0100 (Wed, 19 Aug 2009)
Log message (8 lines):
Fix handling of duplicate port forwardings; they were effectively cancelling
out, but are now just ignored.
(We should make more effort to prevent duplicates before they get as far as
ssh_setup_portfwd() -- it's currently trivially easy to enter them in the
GUI and on the command line, let alone both -- but there's bound to be someone
with a saved session containing dupes out there by now, and anyway there are
duplicates we can't detect before getting this far, for instance
"1234:localhost:22" vs "1234:localhost:ssh".)
Modified files:
U putty/ssh.c
Links:
http://svn.tartarus.org/sgt/?rev=8623&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=8623&r1=8622&r2=8623
More information about the tartarus-commits
mailing list