u/mdw/putty
2005-02-20 simonAdditional robustness to SFTP packet parsing and memory...
2005-02-19 benCorrect some comments based on feedback from Thomas...
2005-02-19 owenGrey the titles of group boxes when the config box...
2005-02-19 simonOops; missed out a crStop in the new host key verificat...
2005-02-19 jacobLog file open mode lost a "b" in r5344. Windows at...
2005-02-18 jacobNew enum constant ERROR clashed with a macro in MinGW...
2005-02-18 simonAdd plain-Unix binaries to the `make clean' list in...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-18 simonA few more fixes in the new asynchronous-alert-box...
2005-02-18 owenWe have a host key database, just not a very good one.
2005-02-17 simonAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-17 simonAhem. Actually _checking_ that asynchronous askalg...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-17 jacobssh_do_close() should close any listening sockets assoc...
2005-02-17 jacobssh_do_close() was only closing about half the channels...
2005-02-16 owenOn the Mac, support for setting the line codepage and...
2005-02-16 jacobportfwd validation was sometimes not picking up a blank...
2005-02-16 jacobFix a minor valgrind issue in dynamic port-forwarding.
2005-02-16 jacobSimon suggests a better solution to valgrind's complain...
2005-02-16 simonOops! Didn't mean to check in the OS X Makefile; that...
2005-02-16 jacobMinor reorganisations to WinHelp support. (Done as...
2005-02-15 jacobUpdate on Mac ports.
2005-02-15 owenGrouping boxes for the configuration dialogue. The...
2005-02-15 jacobThe Windows host key dialogs now have a `Help' button...
2005-02-15 simonInitial checkin of a native Mac OS X port, sharing...
2005-02-15 jacobAdd a couple of other sensible button defaults in Messa...
2005-02-15 jacobMartin Radford points out that the default action for...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-15 jacobExtra note on "connection reset by peer" on Windows.
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 jacobMartin Prikryl points out that we weren't always initia...
2005-02-14 jacobWSAECONNABORTED: Soften claims + emphasise applicabilit...
2005-02-14 simonOh, and (there's always one) remove the unnecessary...
2005-02-14 simonSaw uxcfg.c in half down the middle, to separate out...
2005-02-13 owenDisplay panel titles and grouping box titles.
2005-02-11 owenTidy up the host key alerts a little, and swap the...
2005-02-10 jacobMention saving mid-session and some of its wrinkles.
2005-02-10 jacobDocument effect of settings changes on existing connect...
2005-02-10 jacobssh_setup_portfwd() should usually be looking at the...
2005-02-10 jacobSlightly gratuitous logeventf() crusade and purge of...
2005-02-09 owenAdd some host key dialogue boxes. These still look...
2005-02-09 simonImprove documentation of the SCP wildcard safety issue: in
2005-02-09 jacobMissing {Question}
2005-02-08 benWe _really_ don't need to hear about WSAECONNABORTED...
2005-02-08 benMention that a common reason for keys' being rejected...
2005-02-07 simonAdd the new mk.mpw to the ignore list.
2005-02-07 simonRevert my LF->CR change following Owen's comment that...
2005-02-07 jacobComment explaining location in top-level directory.
2005-02-07 jacobPetri Kero pointed out a FreeLibrary() call that should...
2005-02-07 owenAdd a comment about the deficiencies of the host key...
2005-02-06 simonReinstate the broken -e option in pterm. Also I've...
2005-02-06 simonEncapsulated most of the pty backend's variables into...
2005-02-06 owenFirst stab at a host key cache on the Mac.
2005-02-06 simonThe pty backend won't _always_ be running under X,...
2005-02-05 simonWhen allocating BSD-style ptys, we should not be satisf...
2005-02-05 owenImplement refreshing the whole dialogue box with dlg_re...
2005-02-05 simonAdded a small shell script to run enough SetFile comman...
2005-02-05 simonThis file needs to have CR line endings for MPW to...
2005-02-05 simonMac PuTTY.ppc wouldn't compile for me until I added...
2005-02-05 owenTimes and dates in the event log, fixing ltime() in...
2005-02-05 owenmac_pollterm() is no longer useful and can be retired.
2005-02-02 benImplement anti-replay protection for XDM-AUTHORIZATION...
2005-02-02 owenFlashing things now work as a natural consequence of...
2005-02-02 owenMake ot_recv less voracious.
2005-02-02 owenUpdate the configuration when the window is resized.
2005-01-30 owenHide/show the scrollbar
2005-01-30 owenThe HI guidelines seem adamant that the File menu shoul...
2005-01-29 owenAnother compiler pickiness. It feels wrong to be doing...
2005-01-29 owenMake Change Settings do something.
2005-01-28 owenEnable the Open Transport networking implementation...
2005-01-28 benSplit discussion of diabling rekeys between time-based...
2005-01-28 owensfree the memory dupprintf allocated
2005-01-28 benUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 benBuffer overruns are embarassing (even if caused by...
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-26 benMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-26 owenMove sk_poll() inside (!gotevent), which is more logica...
2005-01-26 owenAdd ssh.h for prototypes for the X display stubs
2005-01-26 owenMake a few things static
2005-01-23 owenGive the config window a title.
2005-01-23 benWhen checking if a connection comes from localhost...
2005-01-22 benDon't abuse a remote channel number of (unsigned)(...
2005-01-22 benWhen calling getaddrinfo() for a listening socket,...
2005-01-22 benStupid typo, spotted by GCC.
2005-01-22 benIf getaddrinfo() fails, it's not safe to dereference...
2005-01-22 simonOwen's just pointed out that random_stir() is capable...
2005-01-22 benExplicitly ignore SCI rather than translating it into...
2005-01-22 benProbable support for first_kex_packet_follows in KEXINI...
2005-01-21 owenColours now work properly, including 256-colour stuff.
2005-01-20 benDispose of a variable whose only use was being set...
2005-01-20 owenFix/bludgeon Mac compile wrinkles.
2005-01-19 benAdd an assertion so that short-rsa2-key-crash at least...
2005-01-19 benWhile we're here, pad USERAUTH_INFO_RESPONSEs to 256...
2005-01-19 benMake the outgoing SSH2 sequence number unsigned, so...
2005-01-19 simonAdd a lengthy comment warning future front-end implemen...
2005-01-18 owenBits and pieces, mostly stubs, for the Mac port.
2005-01-18 owenYes we do mean assignment. Bah.
2005-01-18 owenThe terminal reengineering of r4609 left an unused...
next