]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2005-02-16 Jacob NevinsMinor reorganisations to WinHelp support. (Done as...
2005-02-15 Jacob NevinsUpdate on Mac ports.
2005-02-15 Owen DunnGrouping boxes for the configuration dialogue. The...
2005-02-15 Jacob NevinsThe Windows host key dialogs now have a `Help' button...
2005-02-15 Simon TathamInitial checkin of a native Mac OS X port, sharing...
2005-02-15 Jacob NevinsAdd a couple of other sensible button defaults in Messa...
2005-02-15 Jacob NevinsMartin Radford points out that the default action for...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-15 Jacob NevinsExtra note on "connection reset by peer" on Windows.
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 Jacob NevinsMartin Prikryl points out that we weren't always initia...
2005-02-14 Jacob NevinsWSAECONNABORTED: Soften claims + emphasise applicabilit...
2005-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
2005-02-13 Owen DunnDisplay panel titles and grouping box titles.
2005-02-11 Owen DunnTidy up the host key alerts a little, and swap the...
2005-02-10 Jacob NevinsMention saving mid-session and some of its wrinkles.
2005-02-10 Jacob NevinsDocument effect of settings changes on existing connect...
2005-02-10 Jacob Nevinsssh_setup_portfwd() should usually be looking at the...
2005-02-10 Jacob NevinsSlightly gratuitous logeventf() crusade and purge of...
2005-02-09 Owen DunnAdd some host key dialogue boxes. These still look...
2005-02-09 Simon TathamImprove documentation of the SCP wildcard safety issue: in
2005-02-09 Jacob NevinsMissing {Question}
2005-02-08 Ben HarrisWe _really_ don't need to hear about WSAECONNABORTED...
2005-02-08 Ben HarrisMention that a common reason for keys' being rejected...
2005-02-07 Simon TathamRevert my LF->CR change following Owen's comment that...
2005-02-07 Jacob NevinsComment explaining location in top-level directory.
2005-02-07 Jacob NevinsPetri Kero pointed out a FreeLibrary() call that should...
2005-02-07 Owen DunnAdd a comment about the deficiencies of the host key...
2005-02-06 Simon TathamReinstate the broken -e option in pterm. Also I've...
2005-02-06 Simon TathamEncapsulated most of the pty backend's variables into...
2005-02-06 Owen DunnFirst stab at a host key cache on the Mac.
2005-02-06 Simon TathamThe pty backend won't _always_ be running under X,...
2005-02-05 Simon TathamWhen allocating BSD-style ptys, we should not be satisf...
2005-02-05 Owen DunnImplement refreshing the whole dialogue box with dlg_re...
2005-02-05 Simon TathamAdded a small shell script to run enough SetFile comman...
2005-02-05 Simon TathamThis file needs to have CR line endings for MPW to...
2005-02-05 Simon TathamMac PuTTY.ppc wouldn't compile for me until I added...
2005-02-05 Owen DunnTimes and dates in the event log, fixing ltime() in...
2005-02-05 Owen Dunnmac_pollterm() is no longer useful and can be retired.
2005-02-02 Ben HarrisImplement anti-replay protection for XDM-AUTHORIZATION...
2005-02-02 Owen DunnFlashing things now work as a natural consequence of...
2005-02-02 Owen DunnMake ot_recv less voracious.
2005-02-02 Owen DunnUpdate the configuration when the window is resized.
2005-01-30 Owen DunnHide/show the scrollbar
2005-01-30 Owen DunnThe HI guidelines seem adamant that the File menu shoul...
2005-01-29 Owen DunnAnother compiler pickiness. It feels wrong to be doing...
2005-01-29 Owen DunnMake Change Settings do something.
2005-01-28 Owen DunnEnable the Open Transport networking implementation...
2005-01-28 Ben HarrisSplit discussion of diabling rekeys between time-based...
2005-01-28 Owen Dunnsfree the memory dupprintf allocated
2005-01-28 Ben HarrisUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 Ben HarrisBuffer overruns are embarassing (even if caused by...
2005-01-26 Owen DunnAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-26 Ben HarrisMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-26 Owen DunnMove sk_poll() inside (!gotevent), which is more logica...
2005-01-26 Owen DunnAdd ssh.h for prototypes for the X display stubs
2005-01-26 Owen DunnMake a few things static
2005-01-23 Owen DunnGive the config window a title.
2005-01-23 Ben HarrisWhen checking if a connection comes from localhost...
2005-01-22 Ben HarrisDon't abuse a remote channel number of (unsigned)(...
2005-01-22 Ben HarrisWhen calling getaddrinfo() for a listening socket,...
2005-01-22 Ben HarrisStupid typo, spotted by GCC.
2005-01-22 Ben HarrisIf getaddrinfo() fails, it's not safe to dereference...
2005-01-22 Simon TathamOwen's just pointed out that random_stir() is capable...
2005-01-22 Ben HarrisExplicitly ignore SCI rather than translating it into...
2005-01-22 Ben HarrisProbable support for first_kex_packet_follows in KEXINI...
2005-01-21 Owen DunnColours now work properly, including 256-colour stuff.
2005-01-20 Ben HarrisDispose of a variable whose only use was being set to zero.
2005-01-20 Owen DunnFix/bludgeon Mac compile wrinkles.
2005-01-19 Ben HarrisAdd an assertion so that short-rsa2-key-crash at least...
2005-01-19 Ben HarrisWhile we're here, pad USERAUTH_INFO_RESPONSEs to 256...
2005-01-19 Ben HarrisMake the outgoing SSH2 sequence number unsigned, so...
2005-01-19 Simon TathamAdd a lengthy comment warning future front-end implemen...
2005-01-18 Owen DunnBits and pieces, mostly stubs, for the Mac port.
2005-01-18 Owen DunnYes we do mean assignment. Bah.
2005-01-18 Owen DunnThe terminal reengineering of r4609 left an unused...
2005-01-18 Owen Dunnssh_pkt_getstring wants a boring int rather than an...
2005-01-17 Ben HarrisCurrentish ssh.com supports single-DES in SSH2 as ...
2005-01-17 Owen DunnChange some function arguments to void * to placate...
2005-01-17 Ben HarrisIn SSH2, rather than sending an SSH_MSG_IGNORE after...
2005-01-16 Ben HarrisBe a little less enthusiastic about sending SSH_MSG_CHA...
2005-01-16 Owen DunnMac SC compiler whinges about trailing commas in enums
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-16 Ben HarrisMake our SSH2 maximum packet size into a constant,...
2005-01-16 Simon TathamOwen tells me the Mac compiler complains at a char...
2005-01-16 Owen DunnAdd minibidi to Mac PuTTY objects
2005-01-16 Simon TathamRewrite of Unix sk_newlistener() which should fix any...
2005-01-15 Ben HarrisTurn of ICRNL in the client tty when we're not in editi...
2005-01-15 Ben HarrisFWHACK has been dead for years. Remove it from the...
2005-01-15 Owen DunnFix prototypes for mactcp_new and ot_new.
2005-01-15 Owen DunnThrow away "./" in findfile so that the Mac makefile...
2005-01-14 Ben HarrisINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-14 Ben HarrisDon't use GNUish pattern rules in the Unix Makefile...
2005-01-13 Ben HarrisMention Cygwin/X as a potential X server, since it's free.
2005-01-11 Simon TathamFix `disconnect': arrange that we keep track of when...
2005-01-11 Ben HarrisVersions of OpenSSH before 2.5.4 kill the connection...
2005-01-11 Simon TathamBah, I left a rogue event log entry lying around.
next