]> asedeno.scripts.mit.edu Git - PuTTY.git/history - import.c
first pass
[PuTTY.git] / import.c
2017-02-14 Simon TathamRemove assorted dead code.
2017-02-14 Simon TathamFix freeing of retkey in openssh_new_read.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2016-02-29 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-10 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2015-11-10 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-15 Tim KosseFix warning about uninitialized variable.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamFix mpint signedness bug in importing PEM ECDSA keys.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamClean up elliptic curve selection and naming.
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
2015-05-05 Simon TathamConst-correctness in public-key functions.
2015-05-02 Simon TathamUse find_pubkey_alg in openssh_read_new().
2015-04-28 Simon TathamWrite an exporter for the new OpenSSH format.
2015-04-28 Simon TathamCompletely separate old and new OpenSSH key handling code.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-27 Simon TathamTeach PuTTYgen to import from OpenSSH's new key format.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-10 Simon TathamMerge connection-sharing shutdown fix from pre-0.64.
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsMerge reconfig fixes from branch 'pre-0.64'.
2014-11-08 Jacob NevinsMerge another docs fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge Gtk event log fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge SSH-2-only default from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge misc docs improvements from branch 'pre-0.64'.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-02 Chris StaiteElliptic-curve cryptography support.
2014-11-02 Chris StaiteRefactoring to prepare for extra public key types.
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...