]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix for portfwd-addr-family: on Unix, when a tunnel is specified as "Auto"
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 20 Aug 2008 22:21:04 +0000 (22:21 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 20 Aug 2008 22:21:04 +0000 (22:21 +0000)
commit6e2bd31d32b38f78e89513ada283315f50bc0a68
tree73c291c4bf87ef77ed7ef375864796d5683407a4
parentea09aca2d1f4352cac4b57556e1bd246ee37c5d3
Fix for portfwd-addr-family: on Unix, when a tunnel is specified as "Auto"
(rather than IPv4 or IPv6-only; this is the default), try to open up listening
sockets on both address families, rather than (unhelpfully) just IPv6. (And
don't open one if the other can't be bound, in a nod to CVE-2008-1483.)
Based on a patch from Ben A L Jemmett.

[originally from svn r8150]
[this svn revision also touched putty-wishlist]
unix/uxnet.c