sgt/putty
2013-08-15 simonSebastian Kuschel reports that pfd_closing can be calle... master
2013-08-13 simonIt turns out I was a little over-strict in my handling...
2013-08-08 simonsbcsgen.pl uses 'select' to point Perl at a different...
2013-08-07 simonRevert the default for font bolding style back to using...
2013-08-06 simonBump version number prior to tagging 0.63.
2013-08-06 simonOne more defensive assert, just to be sure.
2013-08-05 simonThe bignum code has two representations of zero, since
2013-08-05 simonAdd some more precautionary assertions, just in case...
2013-08-05 jacobBelatedly update the copyright year to 2013.
2013-08-04 simonFix memory leaks in the new error return from modinv.
2013-08-04 simonSpot when we didn't successfully create an RSA public...
2013-08-04 simonMake modinv able to return NULL if its inputs are not...
2013-08-04 simonAvoid trying to take the modular inverse of zero in...
2013-08-04 simonAnother couple of memory leaks.
2013-08-04 simonMore consistently defend against division by zero with...
2013-08-04 simonValidate newly created DSA keys more carefully. Don...
2013-08-04 simonRemove some redundant null-pointer checks from code...
2013-08-04 simonSanitise freeing of DSA keys.
2013-08-04 simonReinstate a piece of code accidentally removed in r9214...
2013-08-02 simonRaise the default scrollback from 200 to 2000 lines...
2013-08-02 simonFound a lot of places in sshbn.c where for-loops zeroin...
2013-08-02 simonVerify RSA keys created by rsa2_openssh_createkey.
2013-08-02 simonReplace some 'sfree' calls of bignums with the proper...
2013-08-02 simonAdd some missing bounds checks in signature verificatio...
2013-08-02 simonFix an array-size bug in modmul, and add some tests...
2013-07-29 simonRemove one of the frees added in r9916. stat_name point...
2013-07-27 simonAdd an assortment of missing consts I've just noticed.
2013-07-24 simonGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 simonBack out r9964. I wasn't paying attention: every contro...
2013-07-22 simonAdd a bob script to do Coverity scanning.
2013-07-22 simonFix a few more memory and resource leaks.
2013-07-22 simonRemove the variable 'bufused', which came over from...
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...
next