]> asedeno.scripts.mit.edu Git - PuTTY.git/history - portfwd.c
first pass
[PuTTY.git] / portfwd.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-09-08 Simon TathamPass an error message through to sshfwd_unclean_close.
2013-08-15 Simon TathamSebastian Kuschel reports that pfd_closing can be calle...
2013-07-21 Simon TathamTwo more memory leak fixes, on error paths I didn't...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-11 Simon TathamGet rid of the fixed-size 'hostname' buffer in every...
2011-12-08 Simon TathamIntroduce a function sshfwd_unclean_close(), supplied...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-04-23 Simon TathamWhen starting a SOCKS connection in dynamic forwarding...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-10-10 Jacob NevinsAdd random commentary to SOCKS code.
2003-10-10 Jacob NevinsIn SOCKS5 dynamic forwarding, we were echoing back...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 Ben HarrisDon't use an uninitialised value when we get an unsuppo...
2003-04-09 Simon Tatham`dynamic' was uninitialised in other types of port...
2003-04-09 Simon TathamChas Honton's patch to dynamic port forwarding: should...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamThere's no real need for portfwd.c to reference `cfg...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisFix more "possible unintended assignment" warnings.
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-08-27 Simon TathamPort forwarding update: local-host-only listening socke...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-13 Simon TathamFix potential segfault in port forwarding code
2001-08-08 Simon TathamOops - actually check in portfwd.c itself! (Makefile...