]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshpubk.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / sshpubk.c
2004-07-31 Simon TathamGeneral robustness improvements in SSH1. In particular...
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....
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-07 Simon TathamAdd sshpubk.c to load authenticating keys from files