Revamp SSH authentication code so that user interaction is more
[u/mdw/putty] / unix / uxcons.c
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...