]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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...
2005-04-25 Ben Harrisuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-25 Ben HarrisMove generation of the "configure" script into its...
2005-04-25 Ben HarrisAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-22 Jacob NevinsStir in process ID at start.
2005-04-22 Jacob NevinsChange proxy-dns `Auto' default for SOCKS5 from local...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-20 Ben HarrisIfdef out the actual code supporting 3des-ctr and blowf...
2005-04-20 Ben HarrisSimon (accidentally, I think) enabled 3des-ctr and...
2005-04-20 Ben HarrisMinimally document our support of aes*-ctr.
2005-04-20 Ben HarrisEnable arcfour256-draft-00@putty.projects.tartarus...
2005-04-19 Jacob NevinsInvent a way of specifying control characters numerical...
2005-04-19 Jacob NevinsPull out parsing of ^C style strings from the terminal...
2005-04-19 Jacob NevinsRemove "none" from the MACs we offer to support in...
2005-04-18 Jacob NevinsAdd ability to construct SSH-1 packets incrementally...
2005-04-18 Jacob NevinsAdd a comment describing `dummyitem' in prefslist and...
2005-04-18 Simon TathamRecent CTR mode changes stopped OS X PuTTY from compili...
2005-04-15 Ben HarrisIndex "Event Log", "system menu", and "context menu...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 Jacob NevinsComment: change "window.c" to "the front end"
2005-04-11 Jacob NevinsFactor out the code to read and write the Environment...
2005-04-11 Jacob NevinsRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 Jacob NevinsAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 Jacob NevinsTone down canonical-name resolution when using getaddri...
2005-04-07 Simon TathamI always get a lot of personal mail about PuTTY when...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsAdd keyboard accelerators for IPv4/IPv6 selections options.
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-04-07 Jacob NevinsIn get_sesslist(), when freeing, set freed members...
2005-04-06 Ben HarrisRemove support for the "rijndael256-cbc", "rijndael192...
2005-04-06 Ben HarrisImplement SDCTR modes, as defined in the newmodes draft...
2005-04-06 Jacob Nevins`xp-wont-run': Apparently my application-manifest trims...
2005-04-05 Simon TathamVersion number and other tweakings prior to the 0.58... 0.58
2005-04-05 Jacob Nevinstweak wording in "pscp -ls"
2005-04-05 Jacob Nevinsadd XXX-REMOVE-BEFORE-RELEASE re uninstaller
2005-04-05 Jacob NevinsAdd target to build `info' file.
2005-04-05 Jacob NevinsAdd versionid for index.
2005-04-05 Jacob NevinsIndex the complete PuTTY manual.
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-04-01 Jacob Nevins#ifdef out expensive combining-character/scrollback...
2005-04-01 Simon Tathamsk_address_is_local() was ignoring the possibility...
2005-03-31 Simon TathamAdd text to the troubleshooting chapter about the error...
2005-03-31 Simon TathamFAQ entry on rekeys: Jacob would like to pre-emptively...
2005-03-31 Simon TathamBeef up the `unfinished and experimental' warnings...
2005-03-31 Jacob NevinsXXX-REMOVE-BEFORE-RELEASE: check docs too
2005-03-30 Simon TathamFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-30 Jacob Nevinsfaq-timeout: update for XP
2005-03-30 Simon Tatham<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
2005-03-29 Simon TathamSmall markup fixes I just noticed, mostly use of litera...
2005-03-29 Simon TathamAfter we receive EOF on stdin, we should clear ssh...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-24 Jacob NevinsIn fact, I'll document the wrinkle with "plink -load...
2005-03-24 Jacob NevinsFix comment re dmemdumpl()
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-23 Jacob Nevins`wcwidth-upgrade': upgrade to latest wcwidth.c from...
2005-03-23 Jacob NevinsAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 Jacob NevinsFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-21 Jacob NevinsHung-Te Lin spotted that the `multi-changesettings...
next