Centralise calls to fcntl into functions that carefully check the
[sgt/putty] / unix / uxplink.c
2013-07-19 simonCentralise calls to fcntl into functions that carefully...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2012-09-19 simonMake --help and --version work consistently across...
2012-09-18 benTwo related changes to timing code:
2012-08-25 benImprove window-size handling in Unix Plink.
2012-05-13 simonPatch from Robert de Bath to substantially simplify...
2011-12-08 simonArrange to call net_pending_errors on Unix, which we...
2011-12-08 simonBlock SIGPIPE in Unix plink. In a port-forwarding run...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2009-09-14 jacobSince r7266, it's been possible to get a hostname into...
2009-08-13 jacobAdd "-serial" to Plink's usage message.
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2007-10-02 benMore fixes to stdout and stderr. When the backlog...
2007-09-30 benSet cfg.ssh_simple if there are no forwardings.
2007-09-30 benWhen writing session data to stdout or stderr, switch...
2007-09-29 benAdd support for resetting the terminal modes on stderr...
2007-09-24 benMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 benManifest constants are good. Introduce plink to STD...
2007-09-24 benstdout and stderr should be made O_NONBLOCK so that...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-01-20 benDon't use C99 mid-block declarations and don't do arith...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-09-14 benSome systems (HP-UX) don't yet have <sys/select.h>...
2005-05-14 benAdd experimental support for detecting BREAK on input...
2005-05-08 simonFix what looks like a cut-and-paste error which was...
2005-04-26 benAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 benSquash OPOST locally when we're not in line-editing...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-03 benExplicitly set MIN and TIME when in raw mode to request...
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2005-01-15 benTurn of ICRNL in the client tty when we're not in editi...
2005-01-04 benIf we're going to use select(), we need <sys/select.h>.
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-15 jacobMention plink's new -N option in usage and man page.
2004-10-06 jacobX forwarding changes:
2004-09-21 jacob`ampersat-in-username': tweak `strchr' to `strrchr...
2004-08-19 jacobFix an annoying inconsistency that's been bugging me...
2004-08-19 jacobRemove claim in usage text that Plink defaults to SSH...
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-04-24 jacobTweak documentation of -V option.
2004-04-17 owenAdd -V for version information to plink, pscp, and...
2004-01-20 jacob`portfwd-loopback-choice' was not consistently documented.
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 jacobAdd "-s" option to Unix plink too.
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonAdded uxsel.c, into which I've moved those parts of...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonForgot to match the cmdline changes in the Unix port.
2003-01-09 simonUnix plink now catches SIGWINCH and propagates local...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-02 simonImprove the noise collection for the internal random...
2002-11-01 simonPrevent another segfault. Oops.
2002-11-01 simonImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 simonAdd a \n at the end of an error message - oops.
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...