]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxplink.c
Change the semantics of 'FontSpec' so that it's a dynamically
[PuTTY.git] / unix / uxplink.c
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
2009-08-13 Jacob NevinsAdd "-serial" to Plink's usage message.
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-10-02 Ben HarrisMore fixes to stdout and stderr. When the backlog...
2007-09-30 Ben HarrisSet cfg.ssh_simple if there are no forwardings.
2007-09-30 Ben HarrisWhen writing session data to stdout or stderr, switch...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2007-09-24 Ben HarrisMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 Ben HarrisManifest constants are good. Introduce plink to STD...
2007-09-24 Ben Harrisstdout and stderr should be made O_NONBLOCK so that...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-01-20 Ben HarrisDon't use C99 mid-block declarations and don't do arith...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-08 Simon TathamFix what looks like a cut-and-paste error which was...
2005-04-26 Ben HarrisAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 Ben HarrisSquash OPOST locally when we're not in line-editing...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-03 Ben HarrisExplicitly set MIN and TIME when in raw mode to request...
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2005-01-15 Ben HarrisTurn of ICRNL in the client tty when we're not in editi...
2005-01-04 Ben HarrisIf we're going to use select(), we need <sys/select.h>.
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-15 Jacob NevinsMention plink's new -N option in usage and man page.
2004-10-06 Jacob NevinsX forwarding changes:
2004-09-21 Jacob Nevins`ampersat-in-username': tweak `strchr' to `strrchr...
2004-08-19 Jacob NevinsFix an annoying inconsistency that's been bugging me...
2004-08-19 Jacob NevinsRemove claim in usage text that Plink defaults to SSH...
2004-07-25 Jacob NevinsFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-04-24 Jacob NevinsTweak documentation of -V option.
2004-04-17 Owen DunnAdd -V for version information to plink, pscp, and psftp.
2004-01-20 Jacob Nevins`portfwd-loopback-choice' was not consistently documented.
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 Jacob NevinsAdd "-s" option to Unix plink too.
2003-08-25 Simon TathamWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamAdded uxsel.c, into which I've moved those parts of...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamForgot to match the cmdline changes in the Unix port.
2003-01-09 Simon TathamUnix plink now catches SIGWINCH and propagates local...
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamAdd a \n at the end of an error message - oops.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...