]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxcons.c
first pass
[PuTTY.git] / unix / uxcons.c
2017-01-06 Simon TathamAdd some missing checks for EINTR after select(2).
2016-05-01 Ben Harrisuxcons: Don't try to include <sys/select.h> on systems...
2016-04-29 Kylie McClainuxcons: Fix on musl libc
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-27 Simon TathamSpecial host key warning when a better key exists.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon TathamFix spurious EAGAIN in Plink host key (and other) prompts.
2015-09-24 Simon TathamFix spurious EAGAIN in Plink host key (and other) prompts.
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-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-04-18 Simon TathamConditionalise the calls to premsg and postmsg in uxcon...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-08-11 Simon TathamIf we're printing password prompts to /dev/tty rather...
2010-02-20 Simon TathamUnix console utilities should send prompts to /dev...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-03-03 Simon TathamHandle more gracefully the possibility of a keyboard...
2009-01-04 Jacob Nevinsr8305 made platform_x11_best_transport[] obsolete,...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-19 Jacob Nevinsconsole_get_line() returns failure iff console_batch_mo...
2004-10-06 Jacob NevinsX forwarding changes:
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-06-26 Owen DunnImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 Simon TathamJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
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 TathamReplace a \r\n with an ordinary \n - this isn't Windows!
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...