]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2013-08-06 Simon TathamBump version number prior to tagging 0.63. 0.63
2013-08-06 Simon TathamOne more defensive assert, just to be sure.
2013-08-05 Simon TathamThe bignum code has two representations of zero, since
2013-08-05 Simon TathamAdd some more precautionary assertions, just in case...
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
2013-08-04 Simon TathamFix memory leaks in the new error return from modinv.
2013-08-04 Simon TathamSpot when we didn't successfully create an RSA public...
2013-08-04 Simon TathamMake modinv able to return NULL if its inputs are not...
2013-08-04 Simon TathamAvoid trying to take the modular inverse of zero in...
2013-08-04 Simon TathamAnother couple of memory leaks.
2013-08-04 Simon TathamMore consistently defend against division by zero with...
2013-08-04 Simon TathamValidate newly created DSA keys more carefully. Don...
2013-08-04 Simon TathamRemove some redundant null-pointer checks from code...
2013-08-04 Simon TathamSanitise freeing of DSA keys.
2013-08-04 Simon TathamReinstate a piece of code accidentally removed in r9214...
2013-08-02 Simon TathamRaise the default scrollback from 200 to 2000 lines...
2013-08-02 Simon TathamFound a lot of places in sshbn.c where for-loops zeroin...
2013-08-02 Simon TathamVerify RSA keys created by rsa2_openssh_createkey.
2013-08-02 Simon TathamReplace some 'sfree' calls of bignums with the proper...
2013-08-02 Simon TathamAdd some missing bounds checks in signature verificatio...
2013-08-02 Simon TathamFix an array-size bug in modmul, and add some tests for it.
2013-07-29 Simon TathamRemove one of the frees added in r9916. stat_name point...
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-24 Simon TathamGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 Simon TathamBack out r9964. I wasn't paying attention: every contro...
2013-07-22 Simon TathamAdd a bob script to do Coverity scanning.
2013-07-22 Simon TathamFix a few more memory and resource leaks.
2013-07-22 Simon TathamRemove the variable 'bufused', which came over from...
2013-07-22 Simon TathamIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 Simon TathamCorrect an inequality sign causing the bounds check...
2013-07-22 Simon TathamMissing assert.
2013-07-22 Simon TathamReplace the type-checking COMPTR macro with my current...
2013-07-22 Simon TathamAdd missing casts in arguments to ctype functions.
2013-07-22 Simon TathamRationalise null pointer checks in both decode_codepage...
2013-07-22 Simon TathamFix a double error handling goof in the winstore side...
2013-07-22 Simon TathamAnother big batch of memory leak fixes, again mostly...
2013-07-22 Simon TathamAdd a missing null pointer check in one of the dialog...
2013-07-22 Simon TathamReport an error if deleting a random seed file fails.
2013-07-22 Simon TathamInvent a win_strerror() function which behaves as much...
2013-07-22 Simon TathamRework keylist_update() to fix both a buffer-size limit...
2013-07-21 Simon TathamInitialise 'psa' to NULL on every code path in the...
2013-07-21 Simon TathamIf the SSH server sends us CHANNEL_CLOSE for a channel...
2013-07-21 Simon TathamAdd '.so' to the list of file extensions cleared up...
2013-07-21 Simon TathamCompletely remove the 'frozen_readable' mechanism from...
2013-07-21 Simon TathamFix error checking in uxstore.c: add a missing check...
2013-07-21 Simon TathamWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-21 Simon TathamTwo more memory leak fixes, on error paths I didn't...
2013-07-20 Simon TathamFix a null-dereference introduced by another mis-fix...
2013-07-20 Simon TathamFix leak of 'fname' introduced by the rewrite of write_...
2013-07-20 Simon TathamAnother two mis-fixes from r9919: when we sfree(line...
2013-07-20 Simon TathamRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-20 Simon TathamSwitch to translating keystrokes using ToUnicodeEx...
2013-07-20 Simon TathamBeen meaning to get round to this for a while: use...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd an error check to every setsockopt call in uxnet.c.
2013-07-19 Simon TathamAdd some conditionally-compilable diagnostics to the...
2013-07-19 Simon TathamBetter error reporting when failing to save a session.
2013-07-19 Simon TathamAdd some missing calls to cleanup_exit.
2013-07-19 Simon TathamRun the random pool setup and teardown functions with...
2013-07-19 Simon TathamReport errors in store_host_key too.
2013-07-19 Simon TathamAdd proper error reports in write_random_seed, via...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-19 Simon TathamAdd a missing error check in pterm's child-process...
2013-07-19 Simon TathamIt suddenly strikes me as probably a good idea to enfor...
2013-07-15 Simon TathamFix a build failure: r9924 thoughtlessly put an assert...
2013-07-14 Simon TathamIn the various channel request mini-coroutines, replace
2013-07-14 Simon TathamRemove a redundant while-loop condition when reading...
2013-07-14 Simon TathamRemove a pointless assignment in setup_config_box.
2013-07-14 Simon TathamRemove a return path from sshcom_write() which was...
2013-07-14 Simon TathamUse the new ctrl_alloc_with_free to clean up a long...
2013-07-14 Simon TathamAdd an extended version of ctrl_alloc which permits...
2013-07-14 Simon TathamMove the calculation of the exchange hash to above...
2013-07-14 Simon TathamAdd a missing null pointer check in wc_unescape, to...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-14 Simon TathamFix an always-false if statement which was causing...
2013-07-11 Simon TathamAdd an assortment of missing frees, and one missing...
2013-07-11 Simon Tathamxfer_{up,down}load_gotpkt free their input sftp_packet...
2013-07-11 Simon TathamFix a collection of calls to tell_user so that they...
2013-07-11 Simon TathamFix a couple of code paths on which, if fxp_readdir...
2013-07-11 Simon TathamIt's not actually legal by the C standard to call qsort...
2013-07-11 Simon TathamFixes for the tree234 unit test: break its dependencies...
2013-07-11 Simon TathamAdd missing checks in update_for_intended_size() in...
2013-07-11 Simon TathamFix a pty-freeing error which caused a segfault if...
2013-07-11 Simon TathamAdd some missing null checks for inst->ldisc, which...
2013-07-11 Simon TathamRemove another pointless null check, this time of inst...
2013-07-11 Simon TathamRemove redundant null checks for arguments to sftp_...
2013-07-11 Simon TathamFix a mishandling of error returns from makekey() in...
2013-07-11 Simon TathamAdd another missing bounds check in the SSH-1 private...
2013-07-11 Simon TathamGet rid of the fixed-size 'hostname' buffer in every...
2013-07-08 Simon TathamAdd an assortment of extra safety checks.
2013-07-07 Simon TathamMove the SSH-1 servkey and hostkey variables into the...
2013-07-06 Simon TathamClean up handling of the return value from sftp_find_re...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
2013-06-15 Simon TathamFallback for manual setup of GTK 1, if autoconf is...
2013-05-28 Jacob NevinsUpdate docs for change to UTF-8 by default, and emphasi...
2013-05-25 Simon TathamIt's probably well past time for this: change PuTTY...
2013-03-10 Simon TathamFix a bug in which terminal output received from the...
2013-02-24 Simon TathamRemove the half-hearted attempt to make the utmp helper...
2013-02-23 Simon TathamDon't forget to check the return values of setuid and...
next