Robustness fixes for KEXINIT handling and others. In particular, I've
[u/mdw/putty] / pageant.c
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-09-26 simonAny application using non-modal dialogs must use IsDial...
2002-09-26 simonIf the user asks for the Pageant key list window and...
2002-09-24 simonAdd a missing space in an error message.
2002-08-06 simonPageant's command line handling now uses my new split_i...
2002-08-06 simonNow that we've decided on a file extension for private...
2002-05-11 simonImproved error messages if you use the wrong key type...
2002-03-27 simonDominique Faure's patch (slightly modified) to implemen...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-12-11 simonAdd help support to Pageant. (For the primary - non...
2001-12-10 simonRDB's patch to allow the `-c' option to Pageant to...
2001-12-10 simonAndrew Francis's Pageant updates: you can now multi...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-25 simonTidy up a comment.
2001-09-25 simonJohn Sullivan's patch to recreate the Pageant systray...
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-09-07 simonRDB points out that when you memset a newly allocated...
2001-08-28 simonFix externally added SSH1 keys in Pageant. I have no...
2001-08-28 simonFix various small compiler warnings, mostly unused...
2001-08-04 simonPrevent recursive weirdnesses happening when the user...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonDebugging improvements. Started using Dave Hinton's...
2001-04-28 simonJacob's patch to make passphrase boxes work more sanely
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 simonRemove the diagnostics I checked in by mistake in the...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-03 simonRemove some stray diagnostics
2001-03-03 simonSSH2 can now use Pageant to obtain keys from
2001-03-03 simonAdd support for the OpenSSH SSH2 agent protocol.
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...