]> asedeno.scripts.mit.edu Git - PuTTY.git/history - pageant.c
first pass
[PuTTY.git] / pageant.c
2017-02-15 Simon TathamA few more missing frees.
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-01-29 Simon TathamTweak bounds checks in pageant_add_keyfile.
2017-01-29 Simon TathamMake asynchronous agent_query() requests cancellable.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamPass the ssh_signkey structure itself to public key...
2015-05-14 Simon TathamAdd a check for NULL in pageant_forget_passphrases().
2015-05-12 Simon TathamUnix Pageant: support -D, to delete all keys.
2015-05-12 Simon TathamUnix Pageant: provide public-key extraction options.
2015-05-12 Simon TathamCentralise SSH-2 key fingerprinting into sshpubk.c.
2015-05-12 Simon TathamUnix Pageant: support -d, to delete a key from the agent.
2015-05-11 Simon TathamUnix Pageant: first draft of -l key list option.
2015-05-11 Simon TathamFix faulty length fields in pageant_get_keylist*().
2015-05-11 Simon TathamPageant: factor out cross-platform parts of add_keyfile().
2015-05-07 Simon TathamRemove the list of key algorithms in pageant.c.
2015-05-07 Simon TathamClean up Unix Pageant's setup and teardown.
2015-05-07 Simon TathamFix the inverted return values in pageant_add_ssh*_key().
2015-05-06 Simon TathamFix SSH-1 RSA key handling in Pageant.
2015-05-06 Simon TathamPut proper logging into Pageant.
2015-05-05 Simon TathamCross-platform support for speaking SSH agent protocol...
2015-05-05 Simon TathamMove half of Pageant out into a cross-platform source file.
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...
2004-11-02 Jacob NevinsNote upper limit of WM_SYSCOMMAND identifiers in a comment.
2004-11-02 Jacob NevinsSimon has reminded me _why_ menu identifiers were space...
2004-10-27 Jacob NevinsMalcolm Rowe's UI tweak patch for About/Licence: recogn...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-01-20 Simon TathamAlexey Savelyev's mkfiles.pl patch to support lcc-win32...
2003-10-12 Simon TathamThe WinSock library is now loaded at run-time, which...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-08-21 Jacob NevinsFix for `slow-startup-printer': use PRINTER_INFO_4...
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-27 Simon TathamTake the random number generator back out of Pageant...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-16 Simon TathamRSA blinding requires random numbers. Hence, Pageant...
2003-02-07 Jacob NevinsSet some parent windows on PuTTYgen and Pageant About...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-29 Jacob NevinsFurther cosmetic tweaks to file-selection boxes per...
2003-01-16 Jacob NevinsSteven Shockley points out that the .PPK extension...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-09-26 Simon TathamAny application using non-modal dialogs must use IsDial...
2002-09-26 Simon TathamIf the user asks for the Pageant key list window and...
2002-09-24 Simon TathamAdd a missing space in an error message.
2002-08-06 Simon TathamPageant's command line handling now uses my new split_i...
2002-08-06 Simon TathamNow that we've decided on a file extension for private...
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-03-27 Simon TathamDominique Faure's patch (slightly modified) to implemen...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
2001-12-11 Simon TathamAdd help support to Pageant. (For the primary - non...
2001-12-10 Simon TathamRDB's patch to allow the `-c' option to Pageant to...
2001-12-10 Simon TathamAndrew Francis's Pageant updates: you can now multi...
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-09-25 Simon TathamTidy up a comment.
2001-09-25 Simon TathamJohn Sullivan's patch to recreate the Pageant systray...
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-09-07 Simon TathamRDB points out that when you memset a newly allocated...
2001-08-28 Simon TathamFix externally added SSH1 keys in Pageant. I have no...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-04 Simon TathamPrevent recursive weirdnesses happening when the user...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamDebugging improvements. Started using Dave Hinton's...
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....
next