]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2010-12-23 Simon TathamMore careful owner SID selection in the Pageant client...
2010-12-22 Simon TathamPay attention to the width and height provided in WM_SI...
2010-12-22 Simon TathamReorganise handling of WM_SIZE to fix two generality...
2010-12-21 Simon TathamProtect against a (non-security-related) buffer overrun...
2010-12-20 Simon TathamAdd an 'XLFLAGS' make variable to Makefile.vc, permitti...
2010-12-08 Jacob NevinsAdd more possible baud rates to the Unix serial backend...
2010-12-07 Simon TathamMore sensible (and also more idiomatic) bounds checking...
2010-11-06 Simon TathamDavid Laight reports that sometimes reads on a serial...
2010-09-27 Jacob NevinsBah, r9008 caused an assertion failure on Windows due...
2010-09-25 Jacob NevinsAdd index terms for GSSAPI stuff. Mention GSSAPI in...
2010-09-25 Jacob NevinsSince GSSAPI is now on its own panel, we may as well...
2010-09-25 Simon TathamOops: r9004 should have removed various pieces from...
2010-09-25 Simon TathamRetire the old Mac Classic port directory! It's been...
2010-09-25 Simon TathamCleanups of the GSSAPI support. On Windows, standard...
2010-09-15 Jacob NevinsUse the same key for both saving and loading the GSSAPI...
2010-09-13 Simon TathamFix obvious braino in the Windows GSSAPI library displa...
2010-09-13 Simon TathamCreate, and use for all loads of system DLLs, a wrapper...
2010-09-09 Simon TathamMissing close() causing resource leak when reading...
2010-09-09 Simon TathamRemove redundant check for NULL in sshfwd_close()....
2010-09-09 Simon TathamCast incoming characters to unsigned char to avoid...
2010-08-10 Simon TathamWhen we disconnect because we have no supported authent...
2010-08-10 Simon TathamMass correction of svn:keywords and svn:eol-style prope...
2010-07-30 Jacob NevinsCancelling a remote port forwarding that had been refus...
2010-07-30 Jacob NevinsA comment typo fix I've had lying around for a while.
2010-07-04 Simon TathamPatch from Alan Ning (somewhat polished by me): introdu...
2010-06-29 Ben HarrisSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-05-30 Simon TathamMove '-w' in the #! line into 'use warnings;' in the...
2010-05-29 Simon Tatham'perl -w' safety in mkfiles.pl.
2010-05-22 Simon TathamRestore the configure check for GTK 1, which I accident...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2010-04-26 Simon TathamWhen doing custom bob builds from a given SVN revision...
2010-04-24 Simon TathamBah, missed out a tiny but build-breaking part of r8926.
2010-04-23 Simon TathamNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-04-12 Simon TathamAdd comments on OpenSSH AES-encrypted key support,...
2010-04-12 Simon TathamSupport importing of new-style OpenSSH private keys...
2010-03-26 Jacob NevinsRemove SECURITY_WIN32 (knock-on from r8910, which valid...
2010-03-25 Jacob Nevinsr8909 broke the Visual Studio build.
2010-03-24 Jacob NevinsWhen looking for a local username on Windows, if we...
2010-03-14 Jacob Nevinsr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-13 Jacob NevinsI think r8738 broke IPv6 in MSVC Windows builds due...
2010-03-13 Jacob NevinsTweak description of dynamic port forwarding, and point...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2010-02-20 Simon TathamUnix console utilities should send prompts to /dev...
2010-02-20 Simon TathamColin Watson reports that linking with 'gold' doesn...
2010-02-20 Simon TathamUpdate to r8614: another -D_FORTIFY_SOURCE=2 fix.
2010-02-17 Simon TathamNull out the socket pointers in X- and port-forwarding...
2010-01-25 Jacob Nevins...and the rest of r8854.
2010-01-23 Jacob NevinsOur handling of timers in Gtk was truncating times...
2010-01-17 Jacob NevinsRevert r8847, which was bilge; I can't magically change...
2010-01-17 Jacob NevinsIt's a new year.
2010-01-17 Jacob NevinsChange expiry of timers when their contexts go away...
2010-01-17 Jacob NevinsPlug a few minor memory leaks, based on a patch by...
2009-11-22 Jacob NevinsOn Windows, character set specifications of the form...
2009-11-13 Jacob NevinsAdd a keyboard shortcut for the "serial" protocol to...
2009-11-10 Simon TathamPatch from Tim Kosse to fix 64-bit-cleanness in SHA-512.
2009-11-08 Jacob NevinsWe defined tried_shgetfolderpath but never actually...
2009-11-08 Jacob NevinsUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2009-11-08 Jacob NevinsMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 Jacob NevinsImprove buffer handling in Windows sk_getaddr() --...
2009-11-01 Jacob NevinsStop trying to enumerate all the kinds of Windows we...
2009-09-27 Jacob NevinsRemove is_shift_pressed() -- it's not been used since...
2009-09-27 Jacob NevinsAnother warning fix and cosmetic tweakage.
2009-09-27 Jacob NevinsQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 Jacob NevinsFix some (probably harmless) warnings.
2009-09-25 Jacob NevinsChange manifest files to declare Windows GUI apps to...
2009-09-16 Jacob NevinsFix minor file descriptor leaks. Found by cppcheck...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
2009-09-13 Jacob NevinsIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 Jacob NevinsAdd a couple of ellipses in Unix context menu (like...
2009-09-13 Jacob NevinsIf there are no saved sessions, put a grayed "(No sessi...
2009-08-30 Jacob NevinsAvoid compiling autoconf test programs with -Wall ...
2009-08-30 Jacob NevinsMinor improvements to error reporting in logging.
2009-08-21 Jacob NevinsRemove outdated comment.
2009-08-21 Jacob NevinsFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 Jacob NevinsCorey Stup points out a memory leak in the local-proxy...
2009-08-21 Jacob NevinsCorey Stup points out that any attempt to display the...
2009-08-18 Jacob NevinsAttempt to filter out duplicate port forwardings in...
2009-08-18 Jacob NevinsFix handling of duplicate port forwardings; they were...
2009-08-16 Jacob NevinsQuell "config.status: WARNING: Makefile.in seems to...
2009-08-15 Jacob NevinsKeep the state of the "Full Screen" menu item on the...
2009-08-13 Jacob NevinsAdd "-serial" to Plink's usage message.
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2009-08-10 Simon TathamFixes for re-entrant calls in the serial configuration...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-08-06 Jacob NevinsMore use of sockaddr_union (above and beyond that neces...
2009-08-06 Jacob NevinsAvoid "dereferencing pointer 'sa' does break strict...
2009-07-28 Jacob NevinsAlex Besogonov suggests that our Unix autoconf GSSAPI...
2009-07-28 Jacob NevinsMention Makefile.ux.
2009-07-28 Jacob NevinsInclude putty.h (and hence uxconfig.h) before testing...
2009-07-12 Simon TathamTypo: replace a \i with a \I.
2009-06-10 Simon TathamClearing and refilling the code-pages list box can cause a
2009-05-11 Simon TathamAdd a 'unix' Makefile type, for building the non-GUI...
2009-05-11 Simon TathamPango-based font handling: combine display of adjacent...
2009-04-26 Jacob NevinsAnsgar Wiechers points out that known_hosts (at least...
2009-04-26 Jacob NevinsDiscard hashed hostnames from input.
2009-04-26 Jacob NevinsReported by Tim Kosse: on Unix, read_random_seed()...
2009-04-26 Jacob NevinsSeveral people have spotted an uninitialised structure...
2009-04-24 Simon TathamRichard Clark points out a missing check for ssh->mainc...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2009-04-23 Simon TathamWhen starting a SOCKS connection in dynamic forwarding...
next