Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Mon, 27 Aug 2001 16:59:37 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/08/27 16:59:37

Modified files:
	.              : network.h portfwd.c winnet.c 

Log message:
Port forwarding update: local-host-only listening sockets are now
done properly (by binding to INADDR_LOOPBACK) instead of hackishly
(by binding to INADDR_ANY, looking at the peer address when a
connection is accepted, and slamming the connection shut at that
point).