u/mdw/putty
2009-01-11 benArguments to ctype functions are required to be either...
2009-01-11 benPropagate my ctype fixes (r8404) from libcharset.
2009-01-09 simonWeaken the assertion in general_textout(). It was faili...
2009-01-08 simonAnother patch from Colin, providing a "make distclean...
2009-01-08 simonColin also suggests that we can replace the backticks...
2009-01-08 simonColin Watson reports a strange problem whereby krb5...
2009-01-06 jacobRejig windlg.c:verify_ssh_host_key() to silence a warning.
2009-01-06 jacobRemove a couple of unused variables.
2009-01-05 jacobIt's a new year (and there have even been checkins).
2009-01-05 jacobsk_address_is_local() failed to cope when presented...
2009-01-05 jacobBe prepared for x11_setup_display() to return NULL...
2009-01-05 jacobr5080 didn't go far enough -- since 0.58, anyone on...
2009-01-05 jacobAdd some hard-coded textual literal-IP representations...
2009-01-05 jacob...and fix an unlikely memory leak.
2009-01-05 jacobCope with a (non-standard) ENAMETOOLONG return from...
2009-01-04 jacobr8305 made platform_x11_best_transport[] obsolete,...
2009-01-04 jacobr8305 seems to have made Unix PuTTY rather over-keen...
2009-01-04 jacobBah, I've bumped into this often enough. Change one...
2009-01-04 jacobLog reason for failure to create a connection to a...
2008-12-29 jacobr8338 broke pasting with Shift-Ins and from the context...
2008-12-20 jacob"Derek" reports that the DECSLPP report of window-size...
2008-12-20 jacob"Derek" points out that reporting of wheel event coordi...
2008-12-20 jacobCosmetic: clarify that term->xterm_mouse is not boolean...
2008-12-03 simongtk_selection_clear_targets() does not exist on GTK...
2008-12-02 simonAt some point recently, Unix PuTTY started suffering...
2008-12-01 simonAdd missing call to gtk_selection_clear_targets(),...
2008-12-01 benChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-30 jacobAs far as I can tell, "simple@putty.projects.tartarus...
2008-11-28 simonMove the code that reads the Windows clipboard into...
2008-11-26 benJacob correctly points out that I accidentally lost...
2008-11-26 jacobFix a Windows-specific GSS crash introduced in r8326...
2008-11-26 benMitigation for VU#958563: When using a CBC-mode server...
2008-11-25 benNow that we use real gss_buffer_ts, there's no need...
2008-11-25 simonHave wingss.c include <windows.h> by way of putty.h...
2008-11-25 jacobFixed a PuTTYtel startup assertion failure introduced...
2008-11-24 jacobI think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes...
2008-11-24 benChange how we handle the Ssh_gss_buf type. Previously...
2008-11-24 jacobTreat lines starting with '#' as comments in PSFTP.
2008-11-24 jacobNew option to allow use of the local OS username for...
2008-11-23 jacobMake key file import robust against a PPK file that...
2008-11-22 benAutoconfiscate GSS-API support, including support for...
2008-11-22 benChanges to make this compile on Solaris 9: use <gssapi...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-11-17 simonAvoid freeing the backend in notify_remote_exit(),...
2008-11-11 simonIn SSH packet logging mode, log SSH-2 packet sequence...
2008-11-08 simonImplement sk_addr_dup().
2008-11-08 simonMove out of the SockAddr structure the mutable fields...
2008-10-17 jacobPatch from Iain Patterson: fix crash on Windows when...
2008-10-13 jacobRejig the Translation panel controls and documentation...
2008-10-13 jacobErroneously invisible index term.
2008-10-12 jacobFix inability to save session on Unix when ~/.putty...
2008-10-08 simonAhem. Make sure I NULL out any unused pointer field...
2008-10-07 simonsshrsa.c now obeys the RFC793 Robustness Principle...
2008-09-25 jacobThe "server refused our key" bit didn't link to the...
2008-09-21 jacobDocument that PSFTP's "open" command allows an optional...
2008-09-16 simonFurther correction: on reflection, after examining...
2008-09-16 simon64-bit cleanliness in int64.c. This is all hideous...
2008-09-16 simonTim Kosse points out that xfer_upload_gotpkt can return...
2008-09-14 simonSome Windows keymaps, it turns out, don't translate...
2008-09-09 jacobIf we got a keyboard-interactive INFO_REQUEST with...
2008-09-01 simonFix punctuation in the large print statements. In parti...
2008-08-31 simonGood grief. When I originally wrote the local proxy...
2008-08-31 simonColin Watson points out an apparently erroneous cast...
2008-08-31 simonMinor code cleanup: I just happened to be looking at...
2008-08-20 jacobFix for portfwd-addr-family: on Unix, when a tunnel...
2008-08-11 simonJames has made the URL syntax for svn.tartarus.org...
2008-08-10 jacobLink to pTerm, an SSH client for the iPhone that's...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-07-19 jacobwww.winputty.com
2008-07-18 jacobAnother, subtly different version string for ssh2-bug...
2008-07-17 simonAt least one version of gcc won't figure out that ...
2008-07-11 jacobReplicate r8110 from PSFTP to PSCP, and various other...
2008-07-06 simonPatch from Tim Kosse: check back->exitcode() in both...
2008-07-06 simonPatch from Tim Kosse to make PSFTP remember to close...
2008-06-29 simonPatch from Aidan Kehoe to extend the Arabic shaping...
2008-06-15 jacobCosmetic: use `appname' in more places, so that Unix...
2008-06-15 jacobExorcise beeps from the Colours pane in Gtk.
2008-06-11 simonWork around a bug in early versions of GTK (which I...
2008-06-10 simonManfred Schwarb points out that scroll wheel support...
2008-06-07 simonManfred Schwarb also mentions that Alt+drag is captured...
2008-06-07 simonManfred Schwarb points out that the README contains...
2008-06-05 simonAdd an include statement to Makefile.gtk that imports...
2008-06-04 simonBah, there's always something. Check in missing files.
2008-06-04 simonAt last, merge the putty-gtk2 branch back into the...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2008-05-31 jacobApparently Vista's printf-like functions don't support...
2008-05-31 jacobUpdate for `win-randseed-location' fix.
2008-05-28 simonOS X Leopard, it turns out, has a new and exciting...
2008-05-21 simonUpdate the FAQ to state more explicitly that PuTTY...
2008-04-26 jacobMention Vista.
2008-04-11 simonUtterly hideous new approach to extracting install...
2008-04-05 jacobFix misleading parameter name.
2008-03-22 simonFor convenience of debugging, and perhaps some real...
2008-03-09 simonUnder OS X Leopard, we seem not to consistently get...
2008-03-07 simonFix a cursor positioning infelicity.
2008-02-24 jacobIt's a new year (and we've even made a code checkin).
2008-02-23 jacobAttempt to clarify what the various IP version selectio...
2008-02-23 jacobTunnels: more explicit link from introductory to refere...
2008-02-21 simonAha, _that's_ why I've been periodically getting blocki...
2008-02-10 jacobUpdate web-SVN URL for kh2reg.py.
next