]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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.
2005-01-11 Ben HarrisSun_SSH_1.0.1 also has BUG_SSH2_REKEY.
2005-01-11 Simon TathamThe Unix `make install' target now allows you to define...
2005-01-11 Simon TathamServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 Simon Tathamsk_namelookup() on Unix was failing to translate from...
2005-01-09 Owen DunnRemove unwanted underscore.
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-09 Simon TathamHaving laboriously constructed a hints parameter for...
2005-01-09 Simon TathamI've changed my mind about what the IP version selectio...
2005-01-08 Simon TathamFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 Simon TathamCleanups to sk_namelookup(). In particular, it now...
2005-01-08 Simon TathamClear the kex-specific context in ssh->pkt_ctx for...
2005-01-08 Simon TathamJacob points out that changing TICKSPERSEC in unix...
2005-01-07 Jacob NevinsSimon points out that r5068 broke keyboard-interactive...
2005-01-07 Jacob NevinsUpdate faq-bce further for changes in 0.54.
2005-01-07 Simon TathamProxy command formatting now recognises `%proxyhost' and
2005-01-07 Simon TathamUse sk_set_frozen() to ensure that no data will be...
next