Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / portfwd.c
2013-08-15 simonSebastian Kuschel reports that pfd_closing can be calle... master
2013-07-21 simonTwo more memory leak fixes, on error paths I didn't...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-11 simonGet rid of the fixed-size 'hostname' buffer in every...
2011-12-08 simonIntroduce a function sshfwd_unclean_close(), supplied...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2009-04-23 simonWhen starting a SOCKS connection in dynamic forwarding...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-01-16 simonSupport for falling back through the list of addresses...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-28 simonSSH port forwarding is now configurable in mid-session...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-01-21 simonTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-10-10 jacobAdd random commentary to SOCKS code.
2003-10-10 jacobIn SOCKS5 dynamic forwarding, we were echoing back...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 benDon't use an uninitialised value when we get an unsuppo...
2003-04-09 simon`dynamic' was uninitialised in other types of port...
2003-04-09 simonChas Honton's patch to dynamic port forwarding: should...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThere's no real need for portfwd.c to reference `cfg...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 benFix more "possible unintended assignment" warnings.
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-08-27 simonPort forwarding update: local-host-only listening socke...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-13 simonFix potential segfault in port forwarding code
2001-08-08 simonOops - actually check in portfwd.c itself! (Makefile...