u/mdw/putty
2005-03-10 simonThanks to D H Becker for sending in an icon. I'd have...
2005-03-10 benExpand "v" to "version" when discussing SSH protocol...
2005-03-10 benWhen we're quoting user-interface text from PuTTY 0...
2005-03-10 benFix an "SSH v1" that Jacob missed (because it spanned...
2005-03-10 benMake it clear that even when using SSH 2, you only...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-03-10 simonSupport multiple anchor name types now that Jacob has...
2005-03-10 owenProtect against multiple Change Settings dialogues...
2005-03-08 jacobBen Hutchings reports that new PuTTY instances created...
2005-03-08 jacobMiscellaneous tweaks.
2005-03-07 simonCharlie at work points out that the screen FAQ contains...
2005-03-07 simon`What commands can I type into my PuTTY session' is...
2005-03-06 jacobAdd notification when using the various auth methods...
2005-03-06 jacobFix sense of test in previous checkin :)
2005-03-06 simonI'm sick and tired of the persistent reports of lineptr...
2005-03-05 simonOver-enthusiastic assertions in the port forwarding...
2005-03-05 simonMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-05 simonPlatform-independent fixes for NO_IPV6 compilation...
2005-03-05 simonFixes for NO_IPV6 compilation under Unix.
2005-03-04 jacobFix potential fault where -L/-R/-D could accept a strin...
2005-03-04 jacobrm some magic numbers in ssh_setup_portfwd()
2005-03-04 jacobFix minor imprecisions in cfg->portfwd[] bounds checkin...
2005-03-03 benExplicitly set MIN and TIME when in raw mode to request...
2005-03-02 owenDraglists, implemented as up-down preference lists...
2005-03-02 jacobMore confusing "(BYTE *) & val" style punctuation.
2005-03-02 jacobnit: confusing punctuation
2005-03-02 jacobrm incorrect comment
2005-03-01 jacobFix off-by-one in memory management of PPK reading...
2005-03-01 owenClose on exit. I'm not entirely happy with the distrib...
2005-03-01 jacobUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 jacobMention `-cleanup' caveats on multi-user systems.
2005-03-01 jacobVC didn't like PATH_MAX. Use MAX_PATH instead. (This...
2005-03-01 jacobAdd context help to a couple of message boxes. Unfortun...
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-03-01 jacobMove the MessageBox-with-help function out into winutil...
2005-02-28 jacobMake things other than Pageant use request_file(),...
2005-02-28 jacobFix for `pageant-dirhandle': a new wrapper functions...
2005-02-28 jacobPSFTP now needs wildcard.o, and was only getting it...
2005-02-27 jacobMove SaneDialogBox()/SaneEndDialog() from winmisc.c...
2005-02-27 jacobImprove Pageant's error reporting for private key load...
2005-02-27 jacobImprovements to PuTTYgen error reporting:
2005-02-27 owenWarn on close. Also warn before use.
2005-02-26 jacobPull out the common compiler-specific workarounds and...
2005-02-26 jacobAllow mkfiles.pl to put multiple verbatim sections...
2005-02-26 jacobThe comment that Private-Hash: was not allowed in DSS...
2005-02-26 simonFix segfault on forcible window closure.
2005-02-26 simonSort out close-on-exit, connection_fatal(), fatalbox...
2005-02-26 jacobWe weren't correctly discounting "." and ".." when...
2005-02-25 jacobMakefile.lcc mentions version.o instead of .obj (not...
2005-02-25 simonPer Gunnar Floe spotted a reversed test in sftp_cleanup...
2005-02-24 jacobAdd RT_MANIFEST arguments to dependencies for Windows...
2005-02-24 jacobSome copyright dates that were missed in the Mac port.
2005-02-23 owenSupport for setting some options like keepalive, oobinl...
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2005-02-22 owenA first attempt at listening sockets in Open Transport.
2005-02-22 simonRemove the two logevent calls passing NULL as the first...
2005-02-21 jacobRearrange verify_ssh_host_key() for robustness in the...
2005-02-21 jacobAhem. Fix my hostkey dialog fix so that storing the...
2005-02-21 benMake sure that auth->xdmseen is initialised (to NULL...
2005-02-20 jacobChange "are you sure you want to close this window...
2005-02-20 jacobOn Windows, MessageBoxIndirect() was sometimes failing...
2005-02-20 jacobAnother failure to crStop(0) on user abort, this time...
2005-02-20 owenSupport the drop-down menu part of the editbox control...
2005-02-20 simonREADME.txt needs CRLF line endings.
2005-02-20 simonBump version numbers. (Forgot to do this _before_ dropp...
2005-02-20 simonAdditional robustness to SFTP packet parsing and memory...
2005-02-19 benCorrect some comments based on feedback from Thomas...
2005-02-19 owenGrey the titles of group boxes when the config box...
2005-02-19 simonOops; missed out a crStop in the new host key verificat...
2005-02-19 jacobLog file open mode lost a "b" in r5344. Windows at...
2005-02-18 jacobNew enum constant ERROR clashed with a macro in MinGW...
2005-02-18 simonAdd plain-Unix binaries to the `make clean' list in...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-18 simonA few more fixes in the new asynchronous-alert-box...
2005-02-18 owenWe have a host key database, just not a very good one.
2005-02-17 simonAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-17 simonAhem. Actually _checking_ that asynchronous askalg...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-17 jacobssh_do_close() should close any listening sockets assoc...
2005-02-17 jacobssh_do_close() was only closing about half the channels...
2005-02-16 owenOn the Mac, support for setting the line codepage and...
2005-02-16 jacobportfwd validation was sometimes not picking up a blank...
2005-02-16 jacobFix a minor valgrind issue in dynamic port-forwarding.
2005-02-16 jacobSimon suggests a better solution to valgrind's complain...
2005-02-16 simonOops! Didn't mean to check in the OS X Makefile; that...
2005-02-16 jacobMinor reorganisations to WinHelp support. (Done as...
2005-02-15 jacobUpdate on Mac ports.
2005-02-15 owenGrouping boxes for the configuration dialogue. The...
2005-02-15 jacobThe Windows host key dialogs now have a `Help' button...
2005-02-15 simonInitial checkin of a native Mac OS X port, sharing...
2005-02-15 jacobAdd a couple of other sensible button defaults in Messa...
2005-02-15 jacobMartin Radford points out that the default action for...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-15 jacobExtra note on "connection reset by peer" on Windows.
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 jacobMartin Prikryl points out that we weren't always initia...
2005-02-14 jacobWSAECONNABORTED: Soften claims + emphasise applicabilit...
2005-02-14 simonOh, and (there's always one) remove the unnecessary...
2005-02-14 simonSaw uxcfg.c in half down the middle, to separate out...
next