u/mdw/putty
2005-08-31 benSHA-256 implementation, for use in future KEX algorithm...
2005-08-31 benAdd infrastructure for supporting multiple hashes in...
2005-08-31 benRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-08-31 jacobExplicitly note that "remote command" semantics typical...
2005-08-30 benFurther progress in the direction of variable exchange...
2005-08-30 benBeginnings of support for multiple exchange hashes...
2005-08-29 jacobMore versions of WeOnlyDo have the rekey bug (but they...
2005-08-26 jacobI think this should fix various problems with queued...
2005-08-22 benAdd support for generating project files for use with...
2005-08-22 benFlorian Gaab reports that freeSSHd 1.0.7, which claims...
2005-08-10 jacobBen Rudiak-Gould points out that we should be using...
2005-07-24 bendraft-ietf-secsh-transport-24 says that only "SSH-...
2005-07-17 jacobThis is getting silly; nearly 25% of our mirrors are...
2005-07-15 jacobPatch from Colin Watson: we were sometimes passing...
2005-07-06 jacobMissing argument in MALLOC_LOG version of snrealloc...
2005-07-05 benPiers Finlayson reports that "DigiSSH_2.0" chokes ...
2005-06-29 jacobTry to make it slightly clearer that TIS/CryptoCard...
2005-06-25 benIn local-to-remote copies, abort if fxp_init() fails...
2005-06-25 benQuote session name in command line example for robustness.
2005-06-22 benImprove IPA representation of "PuTTY", as suggested...
2005-06-21 jacobFix an apparently-harmless error spotted by Ben Rudiak...
2005-06-20 benMake the sanity-checks on the size of incoming packets...
2005-06-19 benA major purpose of PuTTY's memory-allocation functions...
2005-06-19 benMove comment about ECHO and LINE input modes to a more...
2005-06-14 jacobDetection of "auth-agent@openssh.com" was too liberal...
2005-06-14 jacobWe should wait until the Rlogin server indicates that...
2005-06-09 jacob"SanskritFritz" points out that digits at the start...
2005-06-08 jacobDouble-free on mkdir error, spotted by Brian Hartsock.
2005-05-28 jacobRemove a couple of mistaken references to Telnet in...
2005-05-23 jacobMiscellaneous updates:
2005-05-21 jacobFactor out all local SSH disconnections into a new...
2005-05-21 jacobFix documentation of NO_MANIFESTS (oops).
2005-05-21 jacobAdd NO_MANIFESTS option to Windows build, as the manife...
2005-05-21 jacobUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-05-20 jacobMinor memory leak spotted by Mikhail Kruk.
2005-05-16 jacobconnection_fatal() should be called after ssh_closing...
2005-05-16 jacobDon't try and set up reconfigured port-forwardings...
2005-05-14 benAdd experimental support for detecting BREAK on input...
2005-05-12 jacobUse the packet dispatch table to handle USERAUTH_BANNER...
2005-05-09 jacobs/public/private/ spotted by Walter Cleverly.
2005-05-09 jacobMake Makefile.gtk build again on Linux (assume <utmpx...
2005-05-08 simonFix what looks like a cut-and-paste error which was...
2005-05-06 jacobAdd `install-sh' to svn:ignore
2005-05-05 jacobCorrect apparent misspelling of `SIOCATMARK'.
2005-05-05 jacobImplement `bypass-ssh2-userauth', since from correspond...
2005-04-30 benAlso blank X authentication data when using SSH-1,...
2005-04-30 benX11 authentication data are generally sensitive, so...
2005-04-30 benUnlike the AES and Blowfish code, our implementations...
2005-04-30 benFix stupid typo that probably utterly broke SSH-1 suppo...
2005-04-28 benMinimally document 3des-ctr and blowfish-ctr.
2005-04-28 benRemove comment explaining why 3des-ctr is disabled...
2005-04-28 benEnable blowfish-ctr by default. It's been tested and...
2005-04-28 benIn blowfish-ctr mode, increment the counter in the...
2005-04-28 benFix two more stupid bugs in 3des-ctr:
2005-04-27 benOn monochrome displays, display the cursor in reverse...
2005-04-27 benTiny manual CSE of previous commit.
2005-04-27 benOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 benMake palette changes use "best match" colours too.
2005-04-27 benRather than checking for <sys/sockio.h>, just include...
2005-04-27 benUse the correct key order for 3des-ctr.
2005-04-27 benIn SSH-2 mode, PuTTY wasn't sending KEXINIT until it...
2005-04-27 simonmkunxarc.sh is supposed to be silent, so I'm having...
2005-04-26 benAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 benSquash OPOST locally when we're not in line-editing...
2005-04-25 benUse pututxline() in place of pututline(), since the...
2005-04-25 benAsk GDK to give us reasonable approximations if it...
2005-04-25 benCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-25 benuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-25 benMove generation of the "configure" script into its...
2005-04-25 benAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 benOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-23 benNow that we've got at least some SDCTR modes working...
2005-04-22 jacobStir in process ID at start.
2005-04-22 jacobChange proxy-dns `Auto' default for SOCKS5 from local...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-20 benIfdef out the actual code supporting 3des-ctr and blowf...
2005-04-20 benSimon (accidentally, I think) enabled 3des-ctr and...
2005-04-20 benMinimally document our support of aes*-ctr.
2005-04-20 benEnable arcfour256-draft-00@putty.projects.tartarus...
2005-04-19 jacobInvent a way of specifying control characters numerical...
2005-04-19 jacobPull out parsing of ^C style strings from the terminal...
2005-04-19 jacobRemove "none" from the MACs we offer to support in...
2005-04-18 jacobAdd ability to construct SSH-1 packets incrementally...
2005-04-18 jacobAdd a comment describing `dummyitem' in prefslist and...
2005-04-18 simonRecent CTR mode changes stopped OS X PuTTY from compili...
2005-04-15 benIndex "Event Log", "system menu", and "context menu...
2005-04-14 benImplement my experimental arcfour modes. The 256-bit...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 jacobComment: change "window.c" to "the front end"
2005-04-11 jacobFactor out the code to read and write the Environment...
2005-04-11 jacobRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 jacobAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 jacobTone down canonical-name resolution when using getaddri...
2005-04-07 simonI always get a lot of personal mail about PuTTY when...
2005-04-07 jacobOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 jacobAdd keyboard accelerators for IPv4/IPv6 selections...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-04-07 jacobIn get_sesslist(), when freeing, set freed members...
2005-04-06 benRemove support for the "rijndael256-cbc", "rijndael192...
2005-04-06 benImplement SDCTR modes, as defined in the newmodes draft...
next