]> asedeno.scripts.mit.edu Git - PuTTY.git/history - pageant.c
Jacob's patch to make passphrase boxes work more sanely
[PuTTY.git] / pageant.c
2001-04-28 Simon TathamJacob's patch to make passphrase boxes work more sanely
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 Simon TathamRemove the diagnostics I checked in by mistake in the...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-03 Simon TathamRemove some stray diagnostics
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamAdd support for the OpenSSH SSH2 agent protocol.
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-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-12 Simon TathamAdd an "Add Key" option to the systray menu in Pageant 0.50
2000-10-09 Simon TathamAdd a compile option so that anyone who really wants...
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-02 Simon TathamLocal remove of first key in list wasn't working
2000-09-29 Simon TathamAdd the About and Licence boxes to Pageant
2000-09-28 Simon TathamFix small compilation problem in Pageant
2000-09-26 Simon TathamImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 Simon TathamOops - free the key after removing it!
2000-09-26 Simon TathamRemote addition and removal of keys in Pageant
2000-09-26 Simon TathamAccelerators and wording change in Pageant systray menu
2000-09-26 Simon TathamPageant should now not fail for lack of security APIs...
2000-09-25 Simon TathamPageant now detects if it is already running and refuse...
2000-09-25 Simon TathamPageant now allows filenames with spaces on cmdline...
2000-09-25 Simon TathamDouble-clicking on the Pageant systray icon now brings...
2000-09-25 Simon TathamRationalise ordering of authentication operations....
2000-09-19 Simon TathamImproved means of IPC between agent and PuTTY
2000-09-15 Simon TathamPageant now accepts an initial key list on the command line
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent