]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2001-09-09 Simon TathamAdd the names of major contributors to the copyright...
2001-09-09 Simon Tathampsftp is an interactive program and the ssh.c flags...
2001-09-09 Simon TathamOops - changing the prototype of statictext() affected...
2001-09-09 Simon TathamRoman Pompejus's patch (heavily hacked) for parametric...
2001-09-08 Simon TathamFix potential float screwup in scp percentage indicator...
2001-09-08 Simon TathamJacob's TIS / CCard authentication tweaks.
2001-09-08 Simon TathamJan Holmen Holsten's patch for drag-selects to scroll...
2001-09-08 Simon TathamFix error message: couldn't load _private_ key, not public.
2001-09-08 Simon TathamWhen we receive SSH_MSG_DISCONNECT, say so in an error...
2001-09-07 Simon TathamFix to link_font() from RDB. I must get him to comment...
2001-09-07 Simon TathamRDB also points out we don't need the CJK `not recommen...
2001-09-07 Simon TathamPatch from RDB: Markus Kuhn has issued an updated versi...
2001-09-07 Simon TathamAnother patch from RDB: prevent luni_send from sending...
2001-09-07 Simon TathamRDB points out that when you memset a newly allocated...
2001-09-07 Simon TathamRDB's session logging patch: due to some ghastly specia...
2001-09-07 Simon TathamPedantry patch from RDB: sanitise header use, correct...
2001-09-07 Simon TathamPatch from RDB: in the case where the protocol read...
2001-09-07 Simon TathamPatch from RDB: fix the failure to display window-resiz...
2001-09-07 Simon TathamPatch from RDB: rename ISO-8859-12 to -13, add ISO...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 Simon TathamFix gratuitous assertion failure in Plink (ssh1_throttl...
2001-09-07 Simon TathamRobert de Bath's `Patch.a_alt_key': clean up the handli...
2001-09-07 Simon TathamUse WM_SETREDRAW to disable incremental updates while...
2001-09-07 Simon TathamJacob's patch to cause Shift to return to copy-and...
2001-09-07 Simon TathamOops, fix that fix. TranslateKey can return <0 and...
2001-09-07 Simon TathamFix mouse hiding on keypresses, which was failing due...
2001-09-05 Simon TathamFix the intermittent fault in the socket layer that...
2001-09-05 Simon TathamSwap round the contents of the Translation panel. The...
2001-09-05 Simon TathamUnicode cleanup phase 2: we now reintroduce the ability...
2001-09-05 Simon TathamBetter yet, look for sftp-server on the user's PATH...
2001-09-05 Simon TathamPSFTP will now attempt to find /usr/[local]/lib/sftp...
2001-09-05 Simon TathamWhen pscp in SFTP mode does client-side matching of...
2001-08-29 Simon TathamFix segfault (should free act.buf not act.name, because...
2001-08-28 Simon Tathamstripslashes() should have been dealing with colons...
2001-08-28 Simon TathamSemantic fix in the X11 `authentication failed' error...
2001-08-28 Simon TathamAdd documentation of the new PSCP `-unsafe' option and the
2001-08-28 Simon TathamD'oh! Putting keyboard-interactive authentication _befo...
2001-08-28 Simon TathamFix externally added SSH1 keys in Pageant. I have no...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-27 Simon TathamPuTTYgen: add an extra button to save a public key...
2001-08-27 Simon TathamFix handling of SSH2_MSG_CHANNEL_CLOSE, which was break...
2001-08-27 Simon TathamPort forwarding update: local-host-only listening socke...
2001-08-27 Simon TathamAdd a couple of missing return values
2001-08-27 Simon TathamPort forwarding bug fix: we were unable to handle receiving
2001-08-27 Simon TathamFinally tighten up the server-side wildcard security...
2001-08-27 Simon TathamFix tiny bug in new sftp-mode wildcards: when there...
2001-08-27 Simon TathamMinor modification: in remote->local non-recursive...
2001-08-27 Simon TathamImplemented a simple wildcard matching engine, and...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-26 Simon TathamArrgh; yet again I make my security checking too dracon...
2001-08-26 Simon TathamOops. ^X^S comes _before_ `cvs commit'. Two more diagno...
2001-08-26 Simon TathamFurther tightening up in PSCP. Fixed a couple more...
2001-08-26 Simon TathamPreparatory work for allowing PSCP to work over SFTP...
2001-08-26 Simon TathamMore upgrades to psftp: it now supports mv, chmod,...
2001-08-26 Simon TathamD'oh, remove two rogue diagnostics
2001-08-25 Simon TathamRemove gratuitous FIXME entries in cipher list. Oops...
2001-08-25 Simon TathamFiddle with the registry format so that backwards compa...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-22 Simon TathamOops - fix that fix :-/
2001-08-22 Simon TathamWording change: make it explicit that you can enter...
2001-08-22 Simon TathamFix to allow more than one challenge/response pair during
2001-08-16 Simon TathamAdd a comment about Dragon NaturallySpeaking: it appare...
2001-08-15 Jacob NevinsDocument /DNO_SECURITY compile option.
2001-08-15 Jacob NevinsUpdated Makefile.cyg for Glenn Maynard's IME patch.
2001-08-15 Simon TathamTrivial port forwarding fixes from Jacob
2001-08-13 Simon TathamFix potential segfault in port forwarding code
2001-08-12 Simon TathamFirst phase of Unicode polishing: replace the edit...
2001-08-09 Simon TathamStop yelling about Access Denied if the server refuses...
2001-08-09 Simon TathamPort forwarding now works in SSH 2 as well as SSH 1.
2001-08-09 Simon TathamKeyboard-interactive authentication, thanks to Paul...
2001-08-08 Simon TathamOops - actually check in portfwd.c itself! (Makefile...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-08-07 Simon TathamRemove the OSVERSIONINFOEX code because there's no...
2001-08-04 Simon TathamGlenn Maynard's patch completely disabled PuTTY{,tel...
2001-08-04 Simon TathamOops - IDC not IDV. Typo.
2001-08-04 Simon TathamGlenn Maynard's IME patch
2001-08-04 Simon TathamRainer Loritz noticed that the Telnet environment box...
2001-08-04 Simon TathamPrevent recursive weirdnesses happening when the user...
2001-08-04 Simon TathamSCO function key mode now affects the small keypad...
2001-08-04 Simon TathamPatch to PSFTP: implement mkdir, rmdir, rm and scriptin...
2001-08-04 Simon TathamMention PLINK_PROTOCOL in the Plink chapter.
2001-08-04 Simon TathamAdd description of the keepalives option
2001-08-04 Simon TathamFix segfault if the server maliciously sends the wrong...
2001-07-31 Simon TathamYet another possible segfault path in the backends...
2001-07-01 Simon TathamMinor wording clarification: somebody took the word...
2001-06-28 Owen DunnAdded = to instructions for setting PATH
2001-06-23 Simon TathamRobert de Bath's implementation of ESC [ Z (backtab)
2001-06-15 Simon TathamAdd some extra documentation: filled in the Getting...
2001-06-03 Owen DunnBell panel docs.
2001-06-03 Owen DunnAdded mention of rlogin, and a few words on VT100+...
2001-05-28 Simon TathamDisable the most irritating compiler warnings in the...
2001-05-21 Simon TathamOops - fixing the line-resizing segfault introduced a new
2001-05-19 Simon TathamMake sure the default protocol doesn't ever end up...
2001-05-19 Simon TathamAdd some spare SetForegroundWindow and SetActiveWindow...
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
2001-05-19 Simon TathamSCO ACS patch from RDB. Apparently required for the...
2001-05-19 Simon TathamUpdate the two commented-out CFLAGS to include the same
2001-05-19 Simon TathamBe prepared to print spaces at the end of a statistics...
2001-05-19 Simon TathamFix from RDB: patch up mis-aimed fallthroughs in a terminal
next