u/mdw/putty
2011-07-23 simonSwitch to using automake for the Unix autoconfigured...
2011-07-20 simonWhen we check for libX11 in the autoconf script, add...
2011-07-20 simonFix 'Duplicate Session' on Windows, broken during the...
2011-07-19 simonTrivial fix for assertion failure introduced by the...
2011-07-18 simonMinor amendment to r9226: don't log GSSAPI failure...
2011-07-18 simonReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 jacobFix a typo in r9214 that plausibly explains a resizing...
2011-07-17 simonFix version reporting in Unix builds versioned by a...
2011-07-17 simon--with-gtk-version option to configure, so you can...
2011-07-17 simonSupport for re-running autoconf in the absence of the...
2011-07-16 simonReorganise the logging and display of messages about SSH
2011-07-16 simonMostly cosmetic change: don't claim to have found an...
2011-07-16 simonFix display of VT100 vertically-offset horizontal line...
2011-07-15 simonDon't delete everything under a string-subkeyed primary...
2011-07-15 simonMissing free.
2011-07-15 simonconf_copy_into must empty the entire target conf before...
2011-07-15 jacobWhen doing manual underlining, underline the text in...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-07-12 simonReadjust checklist, because actually the section on...
2011-07-12 simonVarious updates to the release checklist:
2011-07-12 simonBump version number prior to tagging 0.61 release.
2011-07-12 simonFix the _rest_ of the Windows compile warnings. (ahem)
2011-07-12 simonFix Windows compile warnings by adding explicit casts.
2011-07-10 simonAdd a directory 'contrib/cygtermd', containing the...
2011-07-10 simonGenerate some checksum files with more up-to-date hash...
2011-07-01 jacobFix 'winadj-success': since at least one server (boks_s...
2011-06-25 simonRewrite gprefs() in settings.c so that its input mappin...
2011-06-08 simonMake Pageant use the same SID-selection logic as the...
2011-06-08 simonWhen we fail to get a response from Pageant, we should...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-04-08 jacobThe documentation was still claiming that we don't...
2011-03-09 jacobNote the possibility of a pause due to /dev/random...
2011-03-04 jacobImplement zlib@openssh.com, using the rekey-after-usera...
2011-03-02 simonColin Watson reports that gnome-session has been known...
2011-03-02 simonSet the 'must_close_session' flag at the end of close_s...
2011-03-02 jacobFix probably-harmless type mismatch in nogss.c (and...
2011-03-01 jacobAdd some extra validation to zlib decompression (primar...
2011-03-01 jacobAdd some "#ifdef OPTIMISE_SCROLL" scar tissue to placat...
2011-03-01 jacobRemove an unused variable (should shut up a warning...
2011-03-01 jacobUse pid_t more consistently. Should shut up a warning...
2011-02-22 simonRejig the bottom-level loops in internal_mul_* to use...
2011-02-22 simonMake bignum.py self-contained, by importing versions...
2011-02-21 simonMove the malloc and free of scratch space out of the...
2011-02-20 simonsvn:ignore property mentioning 'bignum.txt', which...
2011-02-20 simonA few more modpow tests, exercising the fallback option...
2011-02-20 simonAdd tests of modpow.
2011-02-20 simonNearly forgot. Reinstate the original unoptimised modpo...
2011-02-20 simonFix bug in Karatsuba multiplication, which affected...
2011-02-20 simonBeginnings of a test suite for the bignum code. The...
2011-02-18 simonPrompt for a remote username in rlogin connections...
2011-02-18 simonImplement the Chinese Remainder Theorem optimisation...
2011-02-18 simonImplement the Montgomery technique for speeding up...
2011-02-18 simonImplement the Karatsuba technique for recursive divide...
2011-02-18 simonAdd some appropriate bignum typedefs for generic 64...
2011-01-15 simonAllow setting the WM_CLASS X window property as a confi...
2011-01-14 jacobTweak to r7635: when changing between protocols in...
2011-01-05 jacobIt's a new year.
2011-01-05 jacobRemove references to the now-dead Mac OS 9 port.
2011-01-03 jacobWhen iterating over all channels for a dead SSH connect...
2010-12-30 simonStop general_textout() from trying to slice up the...
2010-12-29 simonRationalise the mechanism in do_text_internal for provi...
2010-12-29 jacobMove some not-compiled-in debug code somewhere more...
2010-12-29 simonFix segfault in general_textout with variable-pitch...
2010-12-29 simonSupport for using variable-pitch fonts for the terminal...
2010-12-29 simonVyacheslav Andrejev points out a heap management goof...
2010-12-29 simonThou shalt not suffer a misplaced apostrophe to live.
2010-12-27 simonFix resize handling when enabling and disabling full...
2010-12-27 jacobAdd an option to disable SSH-2 banners.
2010-12-27 jacobFix up svn:eol-style and svn:keywords on new files.
2010-12-26 jacobRemove a couple of unused variables.
2010-12-26 jacobTry to delete jump lists in "-cleanup".
2010-12-26 jacobOptionally define PropVariantInit() locally to restore...
2010-12-23 jacobDocument the behaviour of Alt in the "hybrid" resizing...
2010-12-23 simonSupport for Windows 7 jump lists (right-click on a...
2010-12-23 simonThe special treatment of Alt-resize (to cause resizing...
2010-12-23 simonAnother fix to yesterday's window-resizing revamp:...
2010-12-23 simonMore careful owner SID selection in the Pageant client...
2010-12-22 simonPay attention to the width and height provided in WM_SI...
2010-12-22 simonReorganise handling of WM_SIZE to fix two generality...
2010-12-21 simonProtect against a (non-security-related) buffer overrun...
2010-12-20 simonAdd an 'XLFLAGS' make variable to Makefile.vc, permitti...
2010-12-17 simonAdd some more entries to svn:ignore to cope with stuff...
2010-12-08 jacobAdd more possible baud rates to the Unix serial backend...
2010-12-07 simonMore sensible (and also more idiomatic) bounds checking...
2010-11-06 simonDavid Laight reports that sometimes reads on a serial...
2010-09-27 jacobBah, r9008 caused an assertion failure on Windows due...
2010-09-25 jacobAdd index terms for GSSAPI stuff. Mention GSSAPI in...
2010-09-25 jacobSince GSSAPI is now on its own panel, we may as well...
2010-09-25 simonOops: r9004 should have removed various pieces from...
2010-09-25 simonRetire the old Mac Classic port directory! It's been...
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-09-15 jacobUse the same key for both saving and loading the GSSAPI...
2010-09-13 simonFix obvious braino in the Windows GSSAPI library displa...
2010-09-13 simonCreate, and use for all loads of system DLLs, a wrapper...
2010-09-09 simonMissing close() causing resource leak when reading...
2010-09-09 simonRemove redundant check for NULL in sshfwd_close()....
2010-09-09 simonCast incoming characters to unsigned char to avoid...
2010-08-10 simonWhen we disconnect because we have no supported authent...
2010-08-10 simonMass correction of svn:keywords and svn:eol-style prope...
2010-07-30 jacobCancelling a remote port forwarding that had been refus...
next