u/mdw/putty
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...
2005-01-18 owenssh_pkt_getstring wants a boring int rather than an...
2005-01-17 benCurrentish ssh.com supports single-DES in SSH2 as ...
2005-01-17 owenChange some function arguments to void * to placate...
2005-01-17 benIn SSH2, rather than sending an SSH_MSG_IGNORE after...
2005-01-16 benBe a little less enthusiastic about sending SSH_MSG_CHA...
2005-01-16 owenMac SC compiler whinges about trailing commas in enums
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-16 benMake our SSH2 maximum packet size into a constant,...
2005-01-16 simonOwen tells me the Mac compiler complains at a char...
2005-01-16 owenAdd minibidi to Mac PuTTY objects
2005-01-16 simonRewrite of Unix sk_newlistener() which should fix any...
2005-01-15 benTurn of ICRNL in the client tty when we're not in editi...
2005-01-15 benFWHACK has been dead for years. Remove it from the...
2005-01-15 owenFix prototypes for mactcp_new and ot_new.
2005-01-15 owenThrow away "./" in findfile so that the Mac makefile...
2005-01-14 benINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-14 benDon't use GNUish pattern rules in the Unix Makefile...
2005-01-13 benMention Cygwin/X as a potential X server, since it...
2005-01-11 simonFix `disconnect': arrange that we keep track of when...
2005-01-11 benVersions of OpenSSH before 2.5.4 kill the connection...
2005-01-11 simonBah, I left a rogue event log entry lying around.
2005-01-11 benSun_SSH_1.0.1 also has BUG_SSH2_REKEY.
2005-01-11 simonThe Unix `make install' target now allows you to define...
2005-01-11 simonServers announcing themselves as `Sun_SSH_1.0' apparent...
next