Preliminary support for RSA user authentication in SSH2! Most of the
[u/mdw/putty] / pageant.c
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-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-12 simonAdd an "Add Key" option to the systray menu in Pageant
2000-10-09 simonAdd a compile option so that anyone who really wants...
2000-10-06 simonTighten up use of "static" throughout. Module-internal...
2000-10-02 simonLocal remove of first key in list wasn't working
2000-09-29 simonAdd the About and Licence boxes to Pageant
2000-09-28 simonFix small compilation problem in Pageant
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 simonOops - free the key after removing it!
2000-09-26 simonRemote addition and removal of keys in Pageant
2000-09-26 simonAccelerators and wording change in Pageant systray...
2000-09-26 simonPageant should now not fail for lack of security APIs...
2000-09-25 simonPageant now detects if it is already running and refuse...
2000-09-25 simonPageant now allows filenames with spaces on cmdline...
2000-09-25 simonDouble-clicking on the Pageant systray icon now brings...
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-19 simonImproved means of IPC between agent and PuTTY
2000-09-15 simonPageant now accepts an initial key list on the command...
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...