]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-26 Jacob NevinsFix an error I introduced into SSH packet logging in...
2005-10-26 Jacob NevinsComment explaining back->sendok() semantics from Simon.
2005-10-13 Jacob NevinsTweak to r6392: spell "MAC" thus.
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-10-13 Ben HarrisMake SSH_MSG_DISCONNECT reasons less scary (without...
2005-10-08 Simon TathamFailed to call set_erase_char() after processing SCO...
2005-10-04 Jacob Nevins`win-versioninfo': all builds of all Windows binaries...
2005-10-03 Simon TathamUTF-8 processing was discarding a valid character which...
2005-10-03 Jacob Nevinsthinko
2005-10-01 Jacob NevinsSplit out SVN_REV from SNAPSHOT define. This is to...
2005-10-01 Simon TathamA swathe of new FAQ questions, along the general theme...
2005-09-30 Jacob NevinsMention SSH-2 rekeys in the keepalive section.
2005-09-24 Jacob NevinsA first stab at guidance for those lost souls who email...
2005-09-21 Simon Tathamdlg_listbox_select() now scrolls the list box to ensure...
2005-09-21 Owen DunnPlatform-independent support for zooming around session...
2005-09-19 Jacob NevinsMention that sessions can be saved from "Change Setting...
2005-09-14 Ben HarrisAIX 5.1 has <utmpx.h> but no updwtmpx(). Treat the...
2005-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-09-13 Ben HarrisWhen asked to malloc zero bytes, malloc one byte instea...
2005-09-13 Ben HarrisThe ANSI-C constant FILENAME_MAX is ludicrously small...
2005-09-13 Ben HarrisSome hosts don't have TIOCSCTTY. Don't try to use...
2005-09-13 Ben HarrisA couple of places in sk_newlistener were using AF_INET...
2005-09-13 Ben HarrisNothing seems to use the "int64" type, and it apparentl...
2005-09-13 Jacob NevinsApparently the OS X port is stalled.
2005-09-12 Ben HarrisWhen the first element in a preference list was unrecog...
2005-09-10 Ben HarrisMention relationship between terminal types, keyboard...
2005-09-10 Ben HarrisImplement hmac-sha1-96. It's RECOMMENDED in the curren...
2005-09-04 Ben HarrisAdd support for diffie-hellman-group-exchange-sha256...
2005-09-03 Ben HarrisMention xp-wont-run.
2005-09-03 Ben HarrisNow that my arcfour-fixes draft has been approved by...
2005-09-03 Ben HarrisRestructure things so that a single entry in the KEX...
2005-09-02 Jacob NevinsCheck ssh->v2_session_id_len _after_ assigning to it.
2005-08-31 Ben HarrisDon't bother compiling SHA-256 for now -- I need to...
2005-08-31 Ben HarrisSHA-256 implementation, for use in future KEX algorithm...
2005-08-31 Ben HarrisAdd infrastructure for supporting multiple hashes in...
2005-08-31 Ben HarrisRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-08-31 Jacob NevinsExplicitly note that "remote command" semantics typical...
2005-08-30 Ben HarrisFurther progress in the direction of variable exchange...
2005-08-30 Ben HarrisBeginnings of support for multiple exchange hashes...
2005-08-29 Jacob NevinsMore versions of WeOnlyDo have the rekey bug (but they...
2005-08-26 Jacob NevinsI think this should fix various problems with queued...
2005-08-22 Ben HarrisAdd support for generating project files for use with...
2005-08-22 Ben HarrisFlorian Gaab reports that freeSSHd 1.0.7, which claims...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-07-24 Ben Harrisdraft-ietf-secsh-transport-24 says that only "SSH-...
2005-07-17 Jacob NevinsThis is getting silly; nearly 25% of our mirrors are...
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-07-06 Jacob NevinsMissing argument in MALLOC_LOG version of snrealloc...
2005-07-05 Ben HarrisPiers Finlayson reports that "DigiSSH_2.0" chokes ...
2005-06-29 Jacob NevinsTry to make it slightly clearer that TIS/CryptoCard...
2005-06-25 Ben HarrisIn local-to-remote copies, abort if fxp_init() fails...
2005-06-25 Ben HarrisQuote session name in command line example for robustness.
2005-06-22 Ben HarrisImprove IPA representation of "PuTTY", as suggested...
2005-06-21 Jacob NevinsFix an apparently-harmless error spotted by Ben Rudiak...
2005-06-20 Ben HarrisMake the sanity-checks on the size of incoming packets...
2005-06-19 Ben HarrisA major purpose of PuTTY's memory-allocation functions...
2005-06-19 Ben HarrisMove comment about ECHO and LINE input modes to a more...
2005-06-14 Jacob NevinsDetection of "auth-agent@openssh.com" was too liberal...
2005-06-14 Jacob NevinsWe should wait until the Rlogin server indicates that...
2005-06-09 Jacob Nevins"SanskritFritz" points out that digits at the start...
2005-06-08 Jacob NevinsDouble-free on mkdir error, spotted by Brian Hartsock.
2005-05-28 Jacob NevinsRemove a couple of mistaken references to Telnet in...
2005-05-23 Jacob NevinsMiscellaneous updates:
2005-05-21 Jacob NevinsFactor out all local SSH disconnections into a new...
2005-05-21 Jacob NevinsFix documentation of NO_MANIFESTS (oops).
2005-05-21 Jacob NevinsAdd NO_MANIFESTS option to Windows build, as the manife...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-05-20 Jacob NevinsMinor memory leak spotted by Mikhail Kruk.
2005-05-16 Jacob Nevinsconnection_fatal() should be called after ssh_closing...
2005-05-16 Jacob NevinsDon't try and set up reconfigured port-forwardings...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-12 Jacob NevinsUse the packet dispatch table to handle USERAUTH_BANNER...
2005-05-09 Jacob Nevinss/public/private/ spotted by Walter Cleverly.
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
2005-05-08 Simon TathamFix what looks like a cut-and-paste error which was...
2005-05-05 Jacob NevinsCorrect apparent misspelling of `SIOCATMARK'.
2005-05-05 Jacob NevinsImplement `bypass-ssh2-userauth', since from correspond...
2005-04-30 Ben HarrisAlso blank X authentication data when using SSH-1,...
2005-04-30 Ben HarrisX11 authentication data are generally sensitive, so...
2005-04-30 Ben HarrisUnlike the AES and Blowfish code, our implementations...
2005-04-30 Ben HarrisFix stupid typo that probably utterly broke SSH-1 suppo...
2005-04-28 Ben HarrisMinimally document 3des-ctr and blowfish-ctr.
2005-04-28 Ben HarrisRemove comment explaining why 3des-ctr is disabled...
2005-04-28 Ben HarrisEnable blowfish-ctr by default. It's been tested and...
2005-04-28 Ben HarrisIn blowfish-ctr mode, increment the counter in the...
2005-04-28 Ben HarrisFix two more stupid bugs in 3des-ctr:
2005-04-27 Ben HarrisOn monochrome displays, display the cursor in reverse...
2005-04-27 Ben HarrisTiny manual CSE of previous commit.
2005-04-27 Ben HarrisOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 Ben HarrisMake palette changes use "best match" colours too.
2005-04-27 Ben HarrisRather than checking for <sys/sockio.h>, just include...
2005-04-27 Ben HarrisUse the correct key order for 3des-ctr.
2005-04-27 Ben HarrisIn SSH-2 mode, PuTTY wasn't sending KEXINIT until it...
2005-04-27 Simon Tathammkunxarc.sh is supposed to be silent, so I'm having...
2005-04-26 Ben HarrisAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 Ben HarrisSquash OPOST locally when we're not in line-editing...
2005-04-25 Ben HarrisUse pututxline() in place of pututline(), since the...
2005-04-25 Ben HarrisAsk GDK to give us reasonable approximations if it...
2005-04-25 Ben HarrisCheck for <sys/sockio.h> and include it in uxnet.c...
next