]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - import.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / import.c
2013-07-20 Simon TathamFix a null-dereference introduced by another mis-fix...
2013-07-20 Simon TathamAnother two mis-fixes from r9919: when we sfree(line...
2013-07-15 Simon TathamFix a build failure: r9924 thoughtlessly put an assert...
2013-07-14 Simon TathamRemove a return path from sshcom_write() which was...
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-08 Simon TathamAdd an assortment of extra safety checks.
2012-08-30 Simon TathamIn openssh_read(), we shouldn't ever return SSH2_WRONG_...
2012-08-30 Simon TathamAvoid leaking file handles in load_openssh_key(), as...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2010-04-12 Simon TathamAdd comments on OpenSSH AES-encrypted key support,...
2010-04-12 Simon TathamSupport importing of new-style OpenSSH private keys...
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 Simon TathamGreater leniency when importing private key files:...
2005-12-07 Jacob NevinsInstitutional failure to memset() things pointed at...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
2004-02-11 Simon TathamJacob's last-minute testing found a couple of trivial...
2004-01-22 Simon TathamPlacate some gcc warnings.
2003-10-03 Simon TathamMy ASN.1 decoder returned wrong IDs for anything above...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-15 Ben HarrisMake various internal functions static.
2003-02-12 Ben HarrisConvert implicit (char *) and (unsigned char *) casts...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2002-10-25 Simon TathamFix some compiler warnings.
2002-06-17 Simon TathamFailure to initialise a local variable was leading...
2002-06-15 Simon TathamPadding on the end of the encrypted data in OpenSSH...
2002-06-15 Simon TathamSmall memory allocation bug in openssh_encrypted() fixed.
2002-05-15 Simon TathamAdded export of ssh.com key files.
2002-05-14 Simon TathamImplemented export of OpenSSH keys.
2002-05-13 Simon TathamAdd some basic framework code preparatory to adding...
2002-05-13 Simon TathamBe more careful about destroying sensitive data after...
2002-05-13 Simon TathamAdd import of ssh.com private keys.
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...