u/mdw/putty
2001-11-14 simonYikes! sftp.c wasn't using the misc.h wrappered malloc...
2001-11-13 simonAdd a rant to the FAQ about host key checking. I'm...
2001-11-13 simonModify a comment to try to remind myself that the ...
2001-11-13 simonHandle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing...
2001-11-13 simonClarify the how-to-use-features-in-Plink question
2001-11-12 simonRemember to initialise p->nphases to zero in progress...
2001-11-10 simonOops - one missing set of the ssh1 throttling indicator
2001-11-08 simonWhoops - missed out a vital bit of RTF Unicode fallback...
2001-11-07 simonImplement writing RTF to the clipboard (off by default...
2001-11-07 simonMakefile fix: we've been compiling ssh.c separately...
2001-11-04 simonRDB's fix to full-screen mode. Apparently sorts out...
2001-10-31 simonFix accelerators in Window panel
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-30 simonAdd a couple more FAQs (`where's the Tunnels panel...
2001-10-30 simonShrink the PuTTYgen window for 640x480 friendliness...
2001-10-30 simonWord-by-word (double-click) selection now spans line...
2001-10-30 simonThe other utilities should do the same processing of...
2001-10-30 simonTidy up the SERIOUS NETWORK ERROR fixes
2001-10-30 simonTidy up SSH packet-level debugging
2001-10-30 simonAdd the `will you write an SSH server' question to...
2001-10-30 simonIncrease cfg.line_codepage buffer size to cope with...
2001-10-28 jacobFix trivial UI buglets related to DSA key support.
2001-10-28 simonAdd the FAQ about `nothing happens when I try to type...
2001-10-28 simonFix character set problems. Some systems lack the ISO88...
2001-10-28 simonFix the `SERIOUS NETWORK INTERNAL ERROR' oversight...
2001-10-28 simonFix silly scrolling-vs-selection bug: if you selected...
2001-10-27 simonAdd remaining comments to the last checkin (gah, rememb...
2001-10-27 simonUpdate to password length traffic analysis: one Cisco...
2001-10-25 simonTiny tinkerings with FAQ
2001-10-25 simonFix a couple of errors in the FAQ.
2001-10-24 simonCondense the docs into fewer HTML files. Particularly...
2001-10-24 simon_Actually_ add the new-look PuTTY FAQ. When will I...
2001-10-24 simonAdd the new-look PuTTY FAQ
2001-10-24 simonNow that we can configure whether ^C and friends genera...
2001-10-23 simonAdd Jacob's patch for compiling without multimon.h.
2001-10-23 simonBetter robustness in visual bell timeouts: handling...
2001-10-23 simonDon't quit the plink main loop until the stdout and...
2001-10-17 simonWez Furlong's patch to tidy up full-screen mode: make it
2001-10-17 simonFinally remove this pile of obsoleteness
2001-10-12 simonD'oh, trivial typo which was completely breaking log...
2001-10-12 simonRevamp the window-resize behaviour UI so there are...
2001-10-12 simonDue to fears that an incompetent WinSock might allow...
2001-09-26 simonExtra line in the help text to mention you can use...
2001-09-26 simon`Server got confused by' error messages now quote a...
2001-09-25 simonFiddly fixes in code page handling
2001-09-25 simonSpelling fix. When the user hits `Browse' next to the...
2001-09-25 simonAnother potential segfault fixed. Thanks RDB :-)
2001-09-25 simonTidy up a comment.
2001-09-25 simonJohn Sullivan's patch to recreate the Pageant systray...
2001-09-25 simonFix various fiddly little warnings.
2001-09-24 simonRestore Lars Gunnarsson's old link for iXplorer.
2001-09-23 simonDestroy DOS line endings and unnecessary redefinition...
2001-09-23 simonOops - another missing file :-/
2001-09-22 simonArrgh, there's always one. Actually check in the extra...
2001-09-22 simonAdd extra explanatory comment about the DSA k generation.
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-09-22 simonPretty much finished writing the Config chapter.
2001-09-22 simonOops - that tweak had bad Buttress syntax. D'oh!
2001-09-22 simonMiscellaneous small documentation tweaks.
2001-09-22 simonCorrect capitalisation in one config option (Cyrillic...
2001-09-21 simonOngoing pastes were being abandoned on any key-down...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-18 simonterminal.c's from_backend() no longer calls term_out...
2001-09-18 simonFix flaky scrollbar update when scrollback was reset...
2001-09-18 simonSelection point movement on scroll should move selancho...
2001-09-18 simonReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-18 simonFix the licence again. (Despite the copyright holders...
2001-09-18 simonSSH back end should now be tolerant of garbage appearin...
2001-09-15 simonThree more patches from RDB: one to make Atomica work...
2001-09-15 simonCygwin build fixes: update the dependencies, add -DNO_S...
2001-09-13 simonChristopher Allene's patch for going full-screen on...
2001-09-12 simonScrollback viewing position, and selection endpoints...
2001-09-12 simonPSFTP: when choosing a default destination filename...
2001-09-12 simonpsftp and pscp should disable all forwarding (ports...
2001-09-10 simonClarify the comment at the top of scp.c to make the...
2001-09-09 simonAdd the `pwd' command in PSFTP.
2001-09-09 simonAdd online help in PSFTP.
2001-09-09 simonModify the FIXME into a calculated risk. I don't like...
2001-09-09 simonBe more careful of bombouts at the s_rdpkt level: if...
2001-09-09 simonAdd the names of major contributors to the copyright...
2001-09-09 simonpsftp is an interactive program and the ssh.c flags...
2001-09-09 simonOops - changing the prototype of statictext() affected...
2001-09-09 simonRoman Pompejus's patch (heavily hacked) for parametric...
2001-09-08 simonFix potential float screwup in scp percentage indicator...
2001-09-08 simonJacob's TIS / CCard authentication tweaks.
2001-09-08 simonJan Holmen Holsten's patch for drag-selects to scroll...
2001-09-08 simonFix error message: couldn't load _private_ key, not...
2001-09-08 simonWhen we receive SSH_MSG_DISCONNECT, say so in an error...
2001-09-07 simonFix to link_font() from RDB. I must get him to comment...
2001-09-07 simonRDB also points out we don't need the CJK `not recommen...
2001-09-07 simonPatch from RDB: Markus Kuhn has issued an updated versi...
2001-09-07 simonAnother patch from RDB: prevent luni_send from sending...
2001-09-07 simonRDB points out that when you memset a newly allocated...
2001-09-07 simonRDB's session logging patch: due to some ghastly specia...
2001-09-07 simonPedantry patch from RDB: sanitise header use, correct...
2001-09-07 simonPatch from RDB: in the case where the protocol read...
2001-09-07 simonPatch from RDB: fix the failure to display window-resiz...
2001-09-07 simonPatch from RDB: rename ISO-8859-12 to -13, add ISO...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 simonFix gratuitous assertion failure in Plink (ssh1_throttl...
next