putty/unix
Simon Tatham f6a208fbdd First half of `pageant-async' work. agent_query() is now passed a
callback function; it may return 0 to indicate that it doesn't have
an answer _yet_, in which case it will call the callback later on
when it does, or it may return 1 to indicate that it's got an answer
right now. The Windows agent_query() implementation is functionally
unchanged and still synchronous, but the Unix one is async (since
that one was really easy to do via uxsel). ssh.c copes cheerfully
with either return value, so other ports are at liberty to be sync
or async as they choose.

[originally from svn r3153]
2003-04-28 11:41:39 +00:00
..
.cvsignore Add puttytel binary to .cvsignore 2003-04-27 11:11:35 +00:00
gtkcols.c Fix a _very_ subtle segfault in my two GTK container classes: the 2003-03-31 11:22:06 +00:00
gtkcols.h First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
gtkdlg.c Finer granularity of config box handling. SSH packet logging should 2003-04-26 14:35:34 +00:00
gtkpanel.c Unix makefile now uses -O2, which massively cuts down key exchange 2003-04-23 13:48:09 +00:00
gtkpanel.h First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
plink.1 Largely-placeholder man page for Plink, for the sake of not 2002-11-20 19:49:59 +00:00
pterm.1 Proper support for using the font's own character encoding. If we 2003-01-01 22:25:25 +00:00
pterm.c Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a 2003-04-27 11:10:48 +00:00
ptermm.c Finer granularity of config box handling. SSH packet logging should 2003-04-26 14:35:34 +00:00
pty.c Close On Exit and Warn On Close fixes: (a) pty_reconfig needs to 2003-04-12 08:27:03 +00:00
signal.c
unix.h Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a 2003-04-27 11:10:48 +00:00
ux_x11.c Unix makefile now uses -O2, which massively cuts down key exchange 2003-04-23 13:48:09 +00:00
uxagentc.c First half of `pageant-async' work. agent_query() is now passed a 2003-04-28 11:41:39 +00:00
uxcfg.c Minor improvements to subsidiary window placement; with any luck the 2003-04-10 08:53:43 +00:00
uxcons.c Turned the old `Telnet Command' System-submenu into a more general 2003-04-04 20:21:05 +00:00
uxmisc.c Reorganisation of misc.c: Minefield has moved out to winmisc.c, and 2003-03-06 13:24:02 +00:00
uxnet.c Missed out a couple of uxsel_tell() which were hanging forwarded X 2003-04-18 09:00:37 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c Dynamic port forwarding by means of a local SOCKS server. Fully 2003-04-05 11:45:21 +00:00
uxprint.c Unix can't sensibly enumerate printers (since they're defined as 2003-04-05 16:12:52 +00:00
uxputty.c Remove the TODO comment at the top of uxputty.c; I'm now not aware 2003-04-26 14:37:49 +00:00
uxsel.c Minor improvements to subsidiary window placement; with any luck the 2003-04-10 08:53:43 +00:00
uxstore.c Saving of Default Settings under Unix was broken, because mungestr() 2003-04-11 17:42:52 +00:00
uxucs.c Make the `vtmode' config option work under X. In the process I've 2003-04-26 14:22:42 +00:00
xkeysym.c Support for non-ISO-8859-1 X keysyms. So in particular, pterm in a 2003-04-27 11:10:48 +00:00