Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshpubk.c
2013-07-14 simonRemove a redundant while-loop condition when reading...
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-11 simonFix a mishandling of error returns from makekey() in...
2013-07-11 simonAdd another missing bounds check in the SSH-1 private...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-02-22 simonGive a better error message if a PuTTY private key...
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2008-11-23 jacobMake key file import robust against a PPK file that...
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2005-10-30 jacobFixes to make r6434 actually useful.
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
2005-10-30 jacobAdd ability for ssh2_userkey_loadpub() to return the...
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-03-02 jacobrm incorrect comment
2005-03-01 jacobFix off-by-one in memory management of PPK reading...
2005-02-26 jacobThe comment that Private-Hash: was not allowed in DSS...
2004-11-22 simonTrivial bug fix pointed out by Paul Fox: potentially...
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2004-01-24 simonReasonably thorough test suite for command-line PuTTYge...
2004-01-22 simonAdded a command-line key generation tool. Currently...
2003-11-19 simonI _think_ this should fix the problem reported by ...
2003-09-10 jacobOops. Fix a bug in my `keyfile-diagnostic' work which...
2003-09-02 jacobChange an incorrect comment about "PuTTY-User-Key-File...
2003-09-02 jacobWhen loading SSH-2 key, ignore passphrase argument...
2003-08-29 jacobWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonInitialise a variable that might otherwise have caused...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-05 benFix more unsigned char * vs char * warnings, usually...
2002-09-21 simonSupport username and password authentication when talki...
2002-05-15 simonAdded export of ssh.com key files.
2002-05-11 simonImproved error messages if you use the wrong key type...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-22 simonFollowing the recent advisory about attacks on PGP...
2001-03-05 simonFix various trivial compiler warnings
2001-03-03 simonPreliminary support for RSA user authentication in...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-20 simonRemember to close key files when rsakey_encrypted meets...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-09-27 simonRemove unnecessary DSS bit
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-07 simonAdd sshpubk.c to load authenticating keys from files