u/mdw/putty
2013-07-22 simonIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 simonCorrect an inequality sign causing the bounds check...
2013-07-22 simonMissing assert.
2013-07-22 simonReplace the type-checking COMPTR macro with my current...
2013-07-22 simonAdd missing casts in arguments to ctype functions.
2013-07-22 simonRationalise null pointer checks in both decode_codepage...
2013-07-22 simonFix a double error handling goof in the winstore side...
2013-07-22 simonAnother big batch of memory leak fixes, again mostly...
2013-07-22 simonAdd a missing null pointer check in one of the dialog...
2013-07-22 simonReport an error if deleting a random seed file fails.
2013-07-22 simonInvent a win_strerror() function which behaves as much...
2013-07-22 simonRework keylist_update() to fix both a buffer-size limit...
2013-07-21 simonInitialise 'psa' to NULL on every code path in the...
2013-07-21 simonIf the SSH server sends us CHANNEL_CLOSE for a channel...
2013-07-21 simonAdd '.so' to the list of file extensions cleared up...
2013-07-21 simonCompletely remove the 'frozen_readable' mechanism from...
2013-07-21 simonFix error checking in uxstore.c: add a missing check...
2013-07-21 simonWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-21 simonTwo more memory leak fixes, on error paths I didn't...
2013-07-20 simonFix a null-dereference introduced by another mis-fix...
2013-07-20 simonFix leak of 'fname' introduced by the rewrite of write_...
2013-07-20 simonAnother two mis-fixes from r9919: when we sfree(line...
2013-07-20 simonRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-20 simonSwitch to translating keystrokes using ToUnicodeEx...
2013-07-20 simonBeen meaning to get round to this for a while: use...
2013-07-19 simonCentralise calls to fcntl into functions that carefully...
2013-07-19 simonAdd an error check to every setsockopt call in uxnet.c.
2013-07-19 simonAdd some conditionally-compilable diagnostics to the...
2013-07-19 simonBetter error reporting when failing to save a session.
2013-07-19 simonAdd some missing calls to cleanup_exit.
2013-07-19 simonRun the random pool setup and teardown functions with...
2013-07-19 simonReport errors in store_host_key too.
2013-07-19 simonAdd proper error reports in write_random_seed, via...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2013-07-19 simonAdd a missing error check in pterm's child-process...
2013-07-19 simonIt suddenly strikes me as probably a good idea to enfor...
2013-07-15 simonFix a build failure: r9924 thoughtlessly put an assert...
2013-07-14 simonIn the various channel request mini-coroutines, replace
2013-07-14 simonRemove a redundant while-loop condition when reading...
2013-07-14 simonRemove a pointless assignment in setup_config_box.
2013-07-14 simonRemove a return path from sshcom_write() which was...
2013-07-14 simonUse the new ctrl_alloc_with_free to clean up a long...
2013-07-14 simonAdd an extended version of ctrl_alloc which permits...
2013-07-14 simonMove the calculation of the exchange hash to above...
2013-07-14 simonAdd a missing null pointer check in wc_unescape, to...
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2013-07-14 simonTighten up a lot of casts from unsigned to int which...
2013-07-14 simonFix an always-false if statement which was causing...
2013-07-11 simonAdd an assortment of missing frees, and one missing...
2013-07-11 simonxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-11 simonFix a collection of calls to tell_user so that they...
2013-07-11 simonFix a couple of code paths on which, if fxp_readdir...
2013-07-11 simonIt's not actually legal by the C standard to call qsort...
2013-07-11 simonFixes for the tree234 unit test: break its dependencies...
2013-07-11 simonAdd missing checks in update_for_intended_size() in...
2013-07-11 simonFix a pty-freeing error which caused a segfault if...
2013-07-11 simonAdd some missing null checks for inst->ldisc, which...
2013-07-11 simonRemove another pointless null check, this time of inst...
2013-07-11 simonRemove redundant null checks for arguments to sftp_...
2013-07-11 simonFix a mishandling of error returns from makekey() in...
2013-07-11 simonAdd another missing bounds check in the SSH-1 private...
2013-07-11 simonGet rid of the fixed-size 'hostname' buffer in every...
2013-07-08 simonAdd an assortment of extra safety checks.
2013-07-07 simonMove the SSH-1 servkey and hostkey variables into the...
2013-07-06 simonClean up handling of the return value from sftp_find_re...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-06-15 simonFallback for manual setup of GTK 1, if autoconf is...
2013-05-28 jacobUpdate docs for change to UTF-8 by default, and emphasi...
2013-05-25 simonIt's probably well past time for this: change PuTTY...
2013-03-10 simonFix a bug in which terminal output received from the...
2013-02-24 simonRemove the half-hearted attempt to make the utmp helper...
2013-02-23 simonDon't forget to check the return values of setuid and...
2013-02-22 simonGive a better error message if a PuTTY private key...
2013-02-20 benAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2013-02-20 benTake advantage of PUT_32BIT_MSB_FIRST when constructing...
2013-01-23 simonPatch from Egmont Koblinger to implement two extended...
2013-01-19 simonAdjust comments around split_into_argv() to clarify...
2013-01-13 simonReorganise setup_fonts_ucs so that in case of error...
2013-01-07 simonMove the -I options for all our source subdirectories...
2012-12-22 simonUpdate the suggested compile command in sshbn.c's test...
2012-12-22 simonFix two gcc warnings about confused printf format strin...
2012-12-22 simonRonald Landheer-Cieslak points out that the various...
2012-12-18 simonSwitch round a bogus if statement I've just noticed...
2012-12-18 simonPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 simonUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-12-17 simonAdd a bounds check in the word-by-word selection code...
2012-12-04 simonPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-11-14 simonFix another error-reporting bug, in which sk_newlistene...
2012-11-13 simonWhen manually initialising a 'struct RSAKey' due to...
2012-11-13 simonAdd a fallback case to winsock_error_string() which...
2012-10-17 simonWindows's sk_address_is_local() was returning the wrong...
2012-10-16 simonWhen a proxy negotiation function is called with PROXY_...
2012-10-16 simonIf you configure Unix PuTTY to use a proxy, tell it...
2012-10-10 simonAdd timestamps to the 'SSH raw data' logging mode.
2012-10-10 simonA user points out that we should free the 'hProcess...
2012-10-02 simonSumudu Fernando points out that in the big r9214 destab...
2012-09-23 simonClip the 'lines' parameter to scroll() at the size...
2012-09-19 benWindows PSFTP has two places that call run_timers and...
2012-09-19 benFix indentation mess in my timing overhaul.
2012-09-19 benFix a stupid sign bug in run_timers() that broke Window...
next