Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / unix / uxcons.c
2012-09-18 benTwo related changes to timing code:
2012-04-18 simonConditionalise the calls to premsg and postmsg in uxcon...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-08-11 simonIf we're printing password prompts to /dev/tty rather...
2010-02-20 simonUnix console utilities should send prompts to /dev...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-03-03 simonHandle more gracefully the possibility of a keyboard...
2009-01-04 jacobr8305 made platform_x11_best_transport[] obsolete,...
2007-09-29 benAdd support for resetting the terminal modes on stderr...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-10-06 jacobX forwarding changes:
2004-01-22 simonAdded a command-line key generation tool. Currently...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-06-26 owenImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-12 simonJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 simonEach platform's implementation of askappend() is no...
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 simonReplace a \r\n with an ordinary \n - this isn't Windows!
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...