]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2006-03-12 Jacob NevinsLog the hash used for DH kex (now there's a choice).
2006-03-12 Simon TathamFix inadvertent O(N^2) loop within do_paint() which I just
2006-03-08 Jacob NevinsFlesh out `-m' caveats slightly.
2006-03-08 Simon TathamOh, and update the docs for NetHack keypad mode too.
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-27 Jacob NevinsFix a memory leak in key generation.
2006-02-27 Jacob NevinsChange XXX-REMOVE-BEFORE-RELEASE to XXX-REVIEW-BEFORE...
2006-02-27 Jacob NevinsBatch of miscellaneous tweaks to the Windows installer:
2006-02-25 Jacob NevinsAlain Guibert points out that palette changes weren...
2006-02-23 Simon TathamDo proper select-for-write on ptys. Currently, pasting a
2006-02-20 Simon TathamAlain Guibert points out that ESC]P sequences were...
2006-02-19 Simon TathamDaniel Meidlinger points out a redundant test :-)
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-19 Jacob NevinsAdd/tweak a couple of comments.
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2006-02-19 Jacob NevinsAt last, a fix for `large-clipboard-crash'.
2006-02-18 Jacob NevinsPointer type correction in term_clrsb().
2006-02-14 Jacob NevinsTypo in r6555 spotted by Daniel Meidlinger.
2006-02-13 Owen DunnRTF pasting now includes colours and style. Say so.
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-02-11 Jacob NevinsDon Heap spotted that our heuristics for dealing with...
2006-02-11 Jacob NevinsFailure to connect to a Unix-domain socket could cause...
2006-02-11 Jacob NevinsA zero-length return from platform_get_x_display()...
2006-02-10 Jacob NevinsOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 Jacob NevinsUsers of Virtual Dimension are reporting that the ...
2006-01-27 Jacob NevinsSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 Owen DunnDon't explicitly open the logfile on startup; it'll...
2006-01-24 Jacob Nevinss/PuTTY/PuTTYgen/ in two places.
2006-01-11 Owen DunnVC6 doesn't define LONG_PTR
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2006-01-10 Owen DunnFix zero-rows-cols-crash
2006-01-08 Jacob NevinsIt's a new year.
2005-12-18 Jacob NevinsUpdate status of this library wrt other variants.
2005-12-18 Jacob NevinsCP866 is popular and small. Add it to both the general...
2005-12-16 Jacob NevinsMention compile-time directives and where they're docum...
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-12-07 Jacob NevinsApparently some SSH servers object to our claiming...
2005-12-07 Jacob NevinsInstitutional failure to memset() things pointed at...
2005-12-06 Jacob NevinsImprovements from Spyros Blanas to the MSVC optimisatio...
2005-12-01 Jacob NevinsSSH-2 rekey bug compatibility setting wasn't being saved
2005-11-23 Jacob NevinsAn MSVC version of the 16->32-bit bignum optimisation...
2005-11-14 Jacob NevinsMissing close parenthesis.
2005-11-13 Jacob Nevinsr6437 broke the case where Pageant is running but conta...
2005-11-13 Jacob NevinsOops, used \I where I meant \i. I think this is the...
2005-11-09 Jacob NevinsI broke the ability to cope with multiple consecutive...
2005-11-04 Jacob NevinsFix minor hiccup in SSH-1 p-k auth.
2005-11-04 Jacob NevinsPlacate a compiler warning introduced in r6437.
2005-11-04 Jacob NevinsFix for `ssh2-password-expiry'. Success case tested.
2005-11-02 Jacob NevinsWhen a userpass interaction has finished, make sure...
2005-10-31 Jacob Nevins(do_ssh2_authconn_state).method is redundant since...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-30 Jacob NevinsIn Unix PuTTYgen, existing SSH-1 key comments were...
2005-10-30 Jacob NevinsFixes to make r6434 actually useful.
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
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...
next