]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshpubk.c
first pass
[PuTTY.git] / sshpubk.c
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-01-28 Tim KosseFix a memory leak in openssh_loadpub
2017-01-28 Tim KosseFix a memory leak in rsakey_pubblob
2017-01-28 Tim KosseFix resource leak in rsakey_pubblob
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
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-06-20 Simon TathamFix a few memory leaks.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamCentralise public-key output code into sshpubk.c.
2015-05-12 Simon TathamConst-correctness in the base64 functions.
2015-05-12 Simon TathamSupport loading public-key-only files in Unix PuTTYgen.
2015-05-11 Simon TathamConst-correctness in key-loading functions.
2015-05-10 Simon TathamSort out the mess with OpenSSH key file formats.
2015-05-09 Chris StaiteSupport public keys using the "ssh-ed25519" method.
2015-05-07 Simon TathamRemove the list of key algorithms in pageant.c.
2015-04-28 Simon TathamSeparate key-type enum values for old and new OpenSSH keys.
2015-04-26 Simon TathamFix a few memory leaks.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-28 Simon TathamAdd some missing smemclrs and sfrees.
2015-02-28 Simon TathamFix an erroneous length field in SSH-1 key load.
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-10-28 Simon TathamFix two double-frees in ssh2_load_userkey().
2014-09-09 Simon TathamMove base64_decode_atom into misc.c.
2013-07-14 Simon TathamRemove a redundant while-loop condition when reading...
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-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-01 Simon TathamA collection of small bug fixes from Chris West, appare...
2013-02-22 Simon TathamGive a better error message if a PuTTY private key...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2008-11-23 Jacob NevinsMake key file import robust against a PPK file that...
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2005-10-30 Jacob NevinsFixes to make r6434 actually useful.
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
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-03-02 Jacob Nevinsrm incorrect comment
2005-03-01 Jacob NevinsFix off-by-one in memory management of PPK reading...
2005-02-26 Jacob NevinsThe comment that Private-Hash: was not allowed in DSS...
2004-11-22 Simon TathamTrivial bug fix pointed out by Paul Fox: potentially...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-01-24 Simon TathamReasonably thorough test suite for command-line PuTTYge...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-11-19 Simon TathamI _think_ this should fix the problem reported by ...
2003-09-10 Jacob NevinsOops. Fix a bug in my `keyfile-diagnostic' work which...
2003-09-02 Jacob NevinsChange an incorrect comment about "PuTTY-User-Key-File...
2003-09-02 Jacob NevinsWhen loading SSH-2 key, ignore passphrase argument...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Simon TathamInitialise a variable that might otherwise have caused...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 Ben HarrisFix more unsigned char * vs char * warnings, usually...
2002-09-21 Simon TathamSupport username and password authentication when talki...
2002-05-15 Simon TathamAdded export of ssh.com key files.
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-22 Simon TathamFollowing the recent advisory about attacks on PGP...
2001-03-05 Simon TathamFix various trivial compiler warnings
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-20 Simon TathamRemember to close key files when rsakey_encrypted meets...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-09-27 Simon TathamRemove unnecessary DSS bit
2000-09-25 Simon TathamRationalise ordering of authentication operations....
next