]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2009-03-24 Simon TathamSupport in the cross-platform code for translating...
2009-03-03 Jacob NevinsFix cosmetic keyboard-interactive issue: at the end...
2009-03-03 Simon TathamHandle more gracefully the possibility of a keyboard...
2009-02-28 Simon TathamStop using physical tabs in Python. (I was goaded into...
2009-02-28 Simon TathamDebian bug #517535: we were unconditionally interpretin...
2009-02-24 Jacob NevinsFix inaccurate error message.
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-02-23 Jacob NevinsStop attempting to make session logs private on Unix...
2009-02-03 Simon TathamThe Windows config option to point at an X authority...
2009-01-21 Simon TathamDon't call ReleaseCapture() on any mouse-button-up...
2009-01-13 Simon TathamCheck the two popen() calls in noise_get_heavy for NULL.
2009-01-12 Simon TathamPatch from Gert-Jan Vons: create an event handle to...
2009-01-11 Ben HarrisArguments to ctype functions are required to be either...
2009-01-11 Ben HarrisPropagate my ctype fixes (r8404) from libcharset.
2009-01-09 Simon TathamWeaken the assertion in general_textout(). It was faili...
2009-01-08 Simon TathamAnother patch from Colin, providing a "make distclean...
2009-01-08 Simon TathamColin also suggests that we can replace the backticks...
2009-01-08 Simon TathamColin Watson reports a strange problem whereby krb5-config
2009-01-06 Jacob NevinsRejig windlg.c:verify_ssh_host_key() to silence a warning.
2009-01-06 Jacob NevinsRemove a couple of unused variables.
2009-01-05 Jacob NevinsIt's a new year (and there have even been checkins).
2009-01-05 Jacob Nevinssk_address_is_local() failed to cope when presented...
2009-01-05 Jacob NevinsBe prepared for x11_setup_display() to return NULL...
2009-01-05 Jacob Nevinsr5080 didn't go far enough -- since 0.58, anyone on...
2009-01-05 Jacob NevinsAdd some hard-coded textual literal-IP representations...
2009-01-05 Jacob Nevins...and fix an unlikely memory leak.
2009-01-05 Jacob NevinsCope with a (non-standard) ENAMETOOLONG return from...
2009-01-04 Jacob Nevinsr8305 made platform_x11_best_transport[] obsolete,...
2009-01-04 Jacob Nevinsr8305 seems to have made Unix PuTTY rather over-keen...
2009-01-04 Jacob NevinsBah, I've bumped into this often enough. Change one...
2009-01-04 Jacob NevinsLog reason for failure to create a connection to a...
2008-12-29 Jacob Nevinsr8338 broke pasting with Shift-Ins and from the context...
2008-12-20 Jacob Nevins"Derek" reports that the DECSLPP report of window-size...
2008-12-20 Jacob Nevins"Derek" points out that reporting of wheel event coordi...
2008-12-20 Jacob NevinsCosmetic: clarify that term->xterm_mouse is not boolean...
2008-12-03 Simon Tathamgtk_selection_clear_targets() does not exist on GTK...
2008-12-02 Simon TathamAt some point recently, Unix PuTTY started suffering...
2008-12-01 Simon TathamAdd missing call to gtk_selection_clear_targets(),...
2008-12-01 Ben HarrisChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-30 Jacob NevinsAs far as I can tell, "simple@putty.projects.tartarus...
2008-11-28 Simon TathamMove the code that reads the Windows clipboard into...
2008-11-26 Ben HarrisJacob correctly points out that I accidentally lost...
2008-11-26 Jacob NevinsFix a Windows-specific GSS crash introduced in r8326...
2008-11-26 Ben HarrisMitigation for VU#958563: When using a CBC-mode server...
2008-11-25 Ben HarrisNow that we use real gss_buffer_ts, there's no need...
2008-11-25 Simon TathamHave wingss.c include <windows.h> by way of putty.h...
2008-11-25 Jacob NevinsFixed a PuTTYtel startup assertion failure introduced...
2008-11-24 Jacob NevinsI think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes...
2008-11-24 Ben HarrisChange how we handle the Ssh_gss_buf type. Previously...
2008-11-24 Jacob NevinsTreat lines starting with '#' as comments in PSFTP.
2008-11-24 Jacob NevinsNew option to allow use of the local OS username for...
2008-11-23 Jacob NevinsMake key file import robust against a PPK file that...
2008-11-22 Ben HarrisAutoconfiscate GSS-API support, including support for...
2008-11-22 Ben HarrisChanges to make this compile on Solaris 9: use <gssapi...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-11-17 Simon TathamAvoid freeing the backend in notify_remote_exit(),...
2008-11-11 Simon TathamIn SSH packet logging mode, log SSH-2 packet sequence...
2008-11-08 Simon TathamImplement sk_addr_dup().
2008-11-08 Simon TathamMove out of the SockAddr structure the mutable fields...
2008-10-17 Jacob NevinsPatch from Iain Patterson: fix crash on Windows when...
2008-10-13 Jacob NevinsRejig the Translation panel controls and documentation...
2008-10-13 Jacob NevinsErroneously invisible index term.
2008-10-12 Jacob NevinsFix inability to save session on Unix when ~/.putty...
2008-10-08 Simon TathamAhem. Make sure I NULL out any unused pointer field...
2008-10-07 Simon Tathamsshrsa.c now obeys the RFC793 Robustness Principle...
2008-09-25 Jacob NevinsThe "server refused our key" bit didn't link to the...
2008-09-21 Jacob NevinsDocument that PSFTP's "open" command allows an optional...
2008-09-16 Simon TathamFurther correction: on reflection, after examining...
2008-09-16 Simon Tatham64-bit cleanliness in int64.c. This is all hideous...
2008-09-16 Simon TathamTim Kosse points out that xfer_upload_gotpkt can return...
2008-09-14 Simon TathamSome Windows keymaps, it turns out, don't translate the key
2008-09-09 Jacob NevinsIf we got a keyboard-interactive INFO_REQUEST with...
2008-09-01 Simon TathamFix punctuation in the large print statements. In parti...
2008-08-31 Simon TathamGood grief. When I originally wrote the local proxy...
2008-08-31 Simon TathamColin Watson points out an apparently erroneous cast...
2008-08-31 Simon TathamMinor code cleanup: I just happened to be looking at...
2008-08-20 Jacob NevinsFix for portfwd-addr-family: on Unix, when a tunnel...
2008-08-11 Simon TathamJames has made the URL syntax for http://svn.tartarus...
2008-08-10 Jacob NevinsLink to pTerm, an SSH client for the iPhone that's...
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-07-19 Jacob Nevinswww.winputty.com
2008-07-18 Jacob NevinsAnother, subtly different version string for ssh2-bug...
2008-07-17 Simon TathamAt least one version of gcc won't figure out that ...
2008-07-11 Jacob NevinsReplicate r8110 from PSFTP to PSCP, and various other...
2008-07-06 Simon TathamPatch from Tim Kosse: check back->exitcode() in both...
2008-07-06 Simon TathamPatch from Tim Kosse to make PSFTP remember to close...
2008-06-29 Simon TathamPatch from Aidan Kehoe to extend the Arabic shaping...
2008-06-15 Jacob NevinsCosmetic: use `appname' in more places, so that Unix...
2008-06-15 Jacob NevinsExorcise beeps from the Colours pane in Gtk.
2008-06-11 Simon TathamWork around a bug in early versions of GTK (which I...
2008-06-10 Simon TathamManfred Schwarb points out that scroll wheel support...
2008-06-07 Simon TathamManfred Schwarb also mentions that Alt+drag is captured...
2008-06-07 Simon TathamManfred Schwarb points out that the README contains...
2008-06-05 Simon TathamAdd an include statement to Makefile.gtk that imports...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-06-01 Simon TathamBeen meaning to do this for years: introduce a configur...
2008-05-31 Simon TathamRe-jig the combo box handling ifdefs so that we can...
2008-05-31 Jacob NevinsApparently Vista's printf-like functions don't support...
2008-05-31 Jacob NevinsUpdate for `win-randseed-location' fix.
next