u/mdw/putty
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...
2010-07-30 jacobA comment typo fix I've had lying around for a while.
2010-07-04 simonPatch from Alan Ning (somewhat polished by me): introdu...
2010-06-29 benSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-05-30 simonMove '-w' in the #! line into 'use warnings;' in the...
2010-05-29 simon'perl -w' safety in mkfiles.pl.
2010-05-22 simonRestore the configure check for GTK 1, which I accident...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2010-04-26 simonWhen doing custom bob builds from a given SVN revision...
2010-04-24 simonBah, missed out a tiny but build-breaking part of r8926.
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-04-12 simonAdd comments on OpenSSH AES-encrypted key support,...
2010-04-12 simonSupport importing of new-style OpenSSH private keys...
2010-03-26 jacobRemove SECURITY_WIN32 (knock-on from r8910, which valid...
2010-03-25 jacobr8909 broke the Visual Studio build.
2010-03-24 jacobWhen looking for a local username on Windows, if we...
2010-03-14 jacobr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-13 jacobI think r8738 broke IPv6 in MSVC Windows builds due...
2010-03-13 jacobTweak description of dynamic port forwarding, and point...
2010-03-06 simonCentralise generation of the control sequences for...
2010-02-20 simonUnix console utilities should send prompts to /dev...
2010-02-20 simonColin Watson reports that linking with 'gold' doesn...
2010-02-20 simonUpdate to r8614: another -D_FORTIFY_SOURCE=2 fix.
2010-02-17 simonNull out the socket pointers in X- and port-forwarding...
2010-01-25 jacob...and the rest of r8854.
2010-01-23 jacobOur handling of timers in Gtk was truncating times...
2010-01-17 jacobRevert r8847, which was bilge; I can't magically change...
2010-01-17 jacobIt's a new year.
2010-01-17 jacobChange expiry of timers when their contexts go away...
2010-01-17 jacobPlug a few minor memory leaks, based on a patch by...
2009-11-22 jacobOn Windows, character set specifications of the form...
2009-11-13 jacobAdd a keyboard shortcut for the "serial" protocol to...
2009-11-10 simonPatch from Tim Kosse to fix 64-bit-cleanness in SHA...
2009-11-08 jacobWe defined tried_shgetfolderpath but never actually...
2009-11-08 jacobUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2009-11-08 jacobMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 jacobImprove buffer handling in Windows sk_getaddr() --...
2009-11-01 jacobStop trying to enumerate all the kinds of Windows we...
2009-09-27 jacobRemove is_shift_pressed() -- it's not been used since...
2009-09-27 jacobAnother warning fix and cosmetic tweakage.
2009-09-27 jacobQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 jacobFix some (probably harmless) warnings.
2009-09-25 jacobChange manifest files to declare Windows GUI apps to...
2009-09-16 jacobFix minor file descriptor leaks. Found by cppcheck...
2009-09-14 jacobSince r7266, it's been possible to get a hostname into...
2009-09-13 jacobIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 jacobAdd a couple of ellipses in Unix context menu (like...
2009-09-13 jacobIf there are no saved sessions, put a grayed "(No sessi...
2009-08-30 jacobAvoid compiling autoconf test programs with -Wall ...
2009-08-30 jacobMinor improvements to error reporting in logging.
2009-08-21 jacobRemove outdated comment.
2009-08-21 jacobFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 jacobCorey Stup points out a memory leak in the local-proxy...
2009-08-21 jacobCorey Stup points out that any attempt to display the...
2009-08-18 jacobAttempt to filter out duplicate port forwardings in...
2009-08-18 jacobFix handling of duplicate port forwardings; they were...
2009-08-16 jacobQuell "config.status: WARNING: Makefile.in seems to...
2009-08-15 jacobKeep the state of the "Full Screen" menu item on the...
2009-08-13 jacobAdd "-serial" to Plink's usage message.
2009-08-10 simonPatch from Alan Clucas (somewhat polished) providing...
2009-08-10 simonFixes for re-entrant calls in the serial configuration...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-08-06 jacobMore use of sockaddr_union (above and beyond that neces...
2009-08-06 jacobAvoid "dereferencing pointer 'sa' does break strict...
2009-07-28 jacobAlex Besogonov suggests that our Unix autoconf GSSAPI...
2009-07-28 jacobMention Makefile.ux.
2009-07-28 jacobInclude putty.h (and hence uxconfig.h) before testing...
2009-07-12 simonTypo: replace a \i with a \I.
2009-06-10 simonClearing and refilling the code-pages list box can...
2009-05-11 simonAdd a 'unix' Makefile type, for building the non-GUI...
2009-05-11 simonPango-based font handling: combine display of adjacent...
2009-04-26 jacobAnsgar Wiechers points out that known_hosts (at least...
2009-04-26 jacobDiscard hashed hostnames from input.
2009-04-26 jacobReported by Tim Kosse: on Unix, read_random_seed()...
next