Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / mac / mac.c
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2005-03-01 owenClose on exit. I'm not entirely happy with the distrib...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-11 owenTidy up the host key alerts a little, and swap the...
2005-02-09 owenAdd some host key dialogue boxes. These still look...
2005-02-06 owenFirst stab at a host key cache on the Mac.
2005-02-05 owenmac_pollterm() is no longer useful and can be retired.
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-26 owenMove sk_poll() inside (!gotevent), which is more logica...
2005-01-21 owenColours now work properly, including 256-colour stuff.
2005-01-18 owenBits and pieces, mostly stubs, for the Mac port.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2003-05-10 benI believe that verify_ssh_host_key() should now be...
2003-05-10 benUpdate signature of agent_query() to match the rest...
2003-04-05 benImplement update_special_menu(), which calls mac_adjust...
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-17 benWhen running on a system with Aqua menu layout, delete...
2003-03-06 benSlightly better than null verify_ssh_host_key(). It...
2003-03-01 benImprove scheduling on the Mac:
2003-02-27 benHandle the Aqua menu layout, in which the system provid...
2003-02-23 benAdd handling for suspend and resume events, and set...
2003-02-20 benBe careful not to try to get information from windows...
2003-02-15 benRather than increasing the size of my switch statements...
2003-02-12 benMinimal shell of PuTTYgen for Mac. No actual PuTTYgen...
2003-02-07 benCrude Event Log implementation for the Mac. I'm fairly...
2003-02-07 benClean up Carbon build procedures somewhat. I still...
2003-02-04 benAdd a level of indirection to make it rather easier...
2003-02-04 benSlightly improve Carbon handling: we still have to...
2003-02-02 benAdd support for using Navigation Services to open saved...
2003-02-01 benMake this compile in a Carbon world (while still suppor...
2003-02-01 benRather more natural (if much more complex) Mac Filename...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 benTidy up Simon's FontSpec abstraction.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-24 benRedesign the macnet.c infrastructure, largely so as...
2003-01-23 benAdd Apple Event handlers for 'aevt'/'oapp', 'aevt'...
2003-01-20 benAdd minimal Apple Event support -- we handle the 'aevt...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-15 benMake this compile again.
2003-01-15 jacobImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-14 benUpdate for Unicode deglobalisations.
2003-01-14 benconst fallout.
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benCall ot_poll as appropriate.
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 benTake advantage of having control over the default font...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-05 benSecond work-in-progress MacTCP commit. We can now...
2003-01-04 ben<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 benSmall simplification in mac_init().
2003-01-04 benCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-02 benIf for some reason do_text() fails to translate from...
2003-01-01 benRemove a couple of unnecessary casts that my compiler...
2002-12-31 benAdd a minimalist settings dialogue, which contains...
2002-12-30 benSet the default directory to somewhere useful (the...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-29 benDon't try to call TerminateUnicodeConverter() in the...
2002-12-28 benDispose of some unused local variables.
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
2002-12-10 benSince PuTTY depends on lots of features of System 7...
2002-12-06 benUse the Script Manager to find a small Roman font for...
2002-11-24 benAdd support for displaying the licence window.
2002-11-23 benOnly try to retrieve a 'vers' resource from the current...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...