u/mdw/putty
2005-03-19 simonWork around lcc's annoying (but, even more annoyingly...
2005-03-19 jacobMore compact display for the key links/fingerprints...
2005-03-19 jacobSet SVN properties on udp.but the same as everything...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-18 simonAfter we thaw a frozen socket, we apparently need to...
2005-03-18 jacobI believe MAC/CRC errors can be caused by network corru...
2005-03-17 simonHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-17 simonThe structural reorganisation of ssh.c (r4909) caused
2005-03-16 jacobfaq-savedsettings: mention Default Settings
2005-03-16 simonFix `telnet-option-loop', I think. (Untested except...
2005-03-15 owenAdd protection against multiple Change Settings dialogues.
2005-03-15 owenFix pterm-logtype-crash
2005-03-14 jacobConsistent indenting in option specs
2005-03-11 jacobpunctuation nit
2005-03-11 jacobRetire MINGW32_FIX. It was a fix for a blatant bug...
2005-03-11 jacobMake it clearer which protocol version various bugs...
2005-03-11 simonFiddle with source archive for new OS X files.
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.
next