u/mdw/putty
2003-03-15 simonImplement RSA blinding, to defeat Brumley and Boneh...
2003-03-15 simonWhen a piece of text overflows its column in a tabbed...
2003-03-15 simonThe Telnet ENVIRON configurer also had a list box with...
2003-03-15 simonEvent handling in the GTK dialog engine is now basicall...
2003-03-15 simonWindows sets automatic tabs in list boxes, but GTK...
2003-03-15 simonMissed a couple of the Unix-specific settings out of...
2003-03-14 simonWhile I'm adding explanatory comments by the coroutine...
2003-03-14 simonThe divisor in the bell timing boxes should be TICKSPER...
2003-03-14 simonContinuing work on the GTK config box. Created uxcfg...
2003-03-13 simonFirst stab at a GTK layout engine. It's missing all...
2003-03-11 benIncrease PuTTY's default partition size to 2 MB. 1...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-03-08 simonAdd the ability to allocate extra per-dialog-instance...
2003-03-07 simonRichard B's patch for resize behaviour. The scrollback...
2003-03-07 simonOvernight docs build found a duplicate section keyword...
2003-03-06 benAlert box to support host-key checking.
2003-03-06 benSlightly better than null verify_ssh_host_key(). It...
2003-03-06 simonJust for Jacob, the ciphers drag list is now six lines...
2003-03-06 simonGot a bit of a better handle on the whole GDI `logical...
2003-03-06 simonFix a couple of stupid typos in the session-saving...
2003-03-06 simonJacob points out that TS_EOL is broken in BINARY mode.
2003-03-06 simonReorganisation of misc.c: Minefield has moved out to...
2003-03-06 simonOops, another missing forward-struct-declaration.
2003-03-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-03-06 simonRepair the delete-saved-session button (trivial braino).
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-03-06 simonAs usual, gcc is better at warnings than MSVC, so here...
2003-03-05 simonThe long-awaited config box revamp! I've taken the...
2003-03-04 benAdd 'what does "PuTTY" mean?', and add some IPA to...
2003-03-03 simonI've been meaning to get round to this for _ages_:...
2003-03-01 benImprove scheduling on the Mac:
2003-02-28 simonIn merging the username and password input functions...
2003-02-27 benHandle the Aqua menu layout, in which the system provid...
2003-02-27 benAdd 'plst' 0 resources to help Mac OS X do magic things.
2003-02-24 simonAdd some parentheses for general robustness. (In partic...
2003-02-23 benSet the executable fragment name (in CFM builds) to...
2003-02-23 benI think the Carbon build now works well enough to be...
2003-02-23 benHandle suspend and resume events in PuTTYgen as well.
2003-02-23 benDon't open the event log whenever an event is logged...
2003-02-23 benScroll the event log to the end after adding a line...
2003-02-23 benAdd handling for suspend and resume events, and set...
2003-02-23 benWork around an SC bug that causes it to try to use...
2003-02-20 benAdd a mechanism for collecting entropy, and displaying...
2003-02-20 benBe careful not to try to get information from windows...
2003-02-20 benChange some of the blocks of cut&pasted code into loops.
2003-02-20 benAsk for traceback tables in PowerPC objects, since...
2003-02-19 jacobFix documentation for `ssh2-keyderive-nonbug'.
2003-02-19 benMake this compile in Carbon.
2003-02-18 jacobFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-16 benBring PuTTYgen into the world of object-oriented event...
2003-02-16 benMake it possible to close the "about" and "licence...
2003-02-16 benActually use macabout.c.
2003-02-16 benStub code for handling key windows in PuTTYgen. This...
2003-02-15 jacobfaq-support:
2003-02-15 benRather than increasing the size of my switch statements...
2003-02-15 benTiny amount of infrastructure for having actual keys...
2003-02-15 ben<OpenTransportInternet.h> seems to want <Files.h>....
2003-02-15 benMake various internal functions static.
2003-02-13 benMove the 'vers' resources for Mac OS into their own...
2003-02-12 benMinimal shell of PuTTYgen for Mac. No actual PuTTYgen...
2003-02-12 benDeal with a "possible extraneous ';'" warning.
2003-02-12 benConvert implicit (char *) and (unsigned char *) casts...
2003-02-12 benUpdate list of Telnet options to match what IANA curren...
2003-02-11 benClip host resize requests to the size of the desktop.
2003-02-11 simonRemove another `please pester ssh.com for their agent...
2003-02-10 benThe event log is implemented; remove it from the list.
2003-02-07 jacobSet some parent windows on PuTTYgen and Pageant About...
2003-02-07 jacobGive PuTTYgen an icon.
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-06 benMove net_service_lookup() to macnet.c, since that's...
2003-02-05 simonOops; overzealous copy-and-paste in the Windows Help...
2003-02-04 benAdd a level of indirection to make it rather easier...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-04 simonFurther fallout from the introduction of the Filename...
2003-02-04 benIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-02-04 benCarbonise, or at least disable MacTCP support under...
2003-02-04 benI can only quote the comment in <Scrap.h> which prompte...
2003-02-04 benFix various breakages my Carbonisation caused in the...
2003-02-04 benCarbonise. Currently, size tips and copy/paste won...
2003-02-04 benSlightly improve Carbon handling: we still have to...
2003-02-04 benConvert keyboard events into Unicode properly. I can...
2003-02-02 benUpdate to match reality.
2003-02-02 benAdd support for using Navigation Services to open saved...
2003-02-02 benCarbonise, mostly by replacing addresource() with c2pst...
2003-02-01 benCarbonise. Until we support Navigation Services, loadi...
2003-02-01 benMake this compile in a Carbon world (while still suppor...
2003-02-01 benAdd some glue to allow building a Carbon version of...
2003-02-01 benRather more natural (if much more complex) Mac Filename...
2003-02-01 benIn xlatlognam(), use the start of the destination buffe...
2003-02-01 simonInitialise a variable that might otherwise have caused...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 benTidy up Simon's FontSpec abstraction.
2003-02-01 benMake save_scroll() static.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 simonFix the gcc warnings in this module (since we now seem...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-02-01 jacobMisc tweaks to proxy section
2003-02-01 benBe slightly less negative about other people's setting...
2003-01-31 benMention the slightly odd "too many authentication attem...
next