]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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...
2005-01-06 Jacob NevinsAdd an explicit message about lack of support for PASSW...
2005-01-06 Simon TathamI can't believe that after all this time we still had...
2005-01-06 Jacob Nevins`kbdint-failure': we now offer keyboard-interactive...
2005-01-06 Jacob NevinsTry to make it clearer that "-be" and "-bc" must be...
2005-01-04 Simon TathamDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 Ben HarrisIf we're going to use select(), we need <sys/select.h>.
2005-01-02 Jacob Nevinscolon in kex UI
2005-01-02 Simon TathamIt's a new year!
2005-01-01 Jacob NevinsLocalise "not connected to a host" messages.
2005-01-01 Jacob NevinsNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 Jacob NevinsDocument recent changes to PSFTP (and other documentati...
2005-01-01 Jacob NevinsRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 Simon TathamThere's always one: fix small memory leak introduced...
2005-01-01 Simon Tatham"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-31 Simon TathamA couple of people have pointed out that the local variable
2004-12-31 Simon TathamRename some of the more stupidly named files in the...
2004-12-31 Simon TathamIn r5043 Jacob removed the `Load' and `Delete' buttons...
2004-12-31 Simon TathamAllow reconfiguration of compression and cipher settings in
2004-12-30 Simon TathamReinstate the textual service name in port forwarding...
2004-12-30 Simon TathamJacob points out that when we reconfigure port forwardi...
2004-12-30 Ben HarrisIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamStray // comments.
2004-12-30 Simon TathamI've decided that trying to do wildcards in PSFTP as...
2004-12-30 Jacob NevinsRemove "Load" button in mid-session configuration dialo...
2004-12-29 Simon TathamAdd some discussion of rekeys-as-keepalives, and their...
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-28 Simon TathamThe latest unfix.org IPv6 patch contains these apparently
2004-12-28 Simon TathamAbility to save in mid-session! Simplest possible resol...
2004-12-28 Simon TathamForgot to initialise ssh->portfwds to NULL. Unusually...
2004-12-28 Simon TathamCan't use `d' for an accelerator in the Kex panel,...
2004-12-28 Simon TathamSupport reconfiguration of key exchange in mid-session...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-12-28 Simon TathamAbstracted out the rather large port-forwarding setup...
2004-12-28 Simon TathamFix divide overflow in internal_mod(). Thanks to Willia...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-24 Jacob NevinsDon't offer repeat key exchange as a special command...
next