Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / import.c
2013-07-20 simonFix a null-dereference introduced by another mis-fix...
2013-07-20 simonAnother two mis-fixes from r9919: when we sfree(line...
2013-07-15 simonFix a build failure: r9924 thoughtlessly put an assert...
2013-07-14 simonRemove a return path from sshcom_write() which was...
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-08 simonAdd an assortment of extra safety checks.
2012-08-30 simonIn openssh_read(), we shouldn't ever return SSH2_WRONG_...
2012-08-30 simonAvoid leaking file handles in load_openssh_key(), as...
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2010-04-12 simonAdd comments on OpenSSH AES-encrypted key support,...
2010-04-12 simonSupport importing of new-style OpenSSH private keys...
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 simonGreater leniency when importing private key files:...
2005-12-07 jacobInstitutional failure to memset() things pointed at...
2005-04-24 benOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-02-27 jacobImprovements to PuTTYgen error reporting:
2004-02-11 simonJacob's last-minute testing found a couple of trivial...
2004-01-22 simonPlacate some gcc warnings.
2003-10-03 simonMy ASN.1 decoder returned wrong IDs for anything above...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-15 benMake various internal functions static.
2003-02-12 benConvert implicit (char *) and (unsigned char *) casts...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 benMove prototypes for base64_decode_atom(), base64_lines...
2002-10-25 simonFix some compiler warnings.
2002-06-17 simonFailure to initialise a local variable was leading...
2002-06-15 simonPadding on the end of the encrypted data in OpenSSH...
2002-06-15 simonSmall memory allocation bug in openssh_encrypted()...
2002-05-15 simonAdded export of ssh.com key files.
2002-05-14 simonImplemented export of OpenSSH keys.
2002-05-13 simonAdd some basic framework code preparatory to adding...
2002-05-13 simonBe more careful about destroying sensitive data after...
2002-05-13 simonAdd import of ssh.com private keys.
2002-05-11 simonAdded a framework for importing foreign key formats...