]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winpgnt.c
Move the dynamic loading of advapi into its own module.
[PuTTY.git] / windows / winpgnt.c
2013-11-17 Simon TathamMove the dynamic loading of advapi into its own module.
2013-07-24 Simon TathamGet rid of the variable 'advapi' in Pageant's WinMain...
2013-07-22 Simon TathamAnother big batch of memory leak fixes, again mostly...
2013-07-22 Simon TathamRework keylist_update() to fix both a buffer-size limit...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-11-28 Simon TathamTiny patch from Martin Packman to fix a Windows handle...
2011-10-02 Simon TathamMore arbitrary-limit hunting: retire PASSPHRASE_MAXLEN...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-08-13 Simon TathamReadjust Pageant's SID check _again_, to make it the...
2011-06-08 Simon TathamMake Pageant use the same SID-selection logic as the...
2010-12-21 Simon TathamProtect against a (non-security-related) buffer overrun...
2010-09-13 Simon TathamCreate, and use for all loads of system DLLs, a wrapper...
2009-11-08 Jacob NevinsUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2006-12-17 Simon TathamInitial support for HTML Help. All the ad-hoc help...
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-02 Jacob Nevinsnit: confusing punctuation
2005-03-01 Jacob NevinsAdd context help to a couple of message boxes. Unfortun...
2005-03-01 Jacob NevinsMove the MessageBox-with-help function out into winutil...
2005-02-28 Jacob NevinsFix for `pageant-dirhandle': a new wrapper functions...
2005-02-27 Jacob NevinsImprove Pageant's error reporting for private key load...
2005-02-16 Jacob NevinsMinor reorganisations to WinHelp support. (Done as...
2004-11-20 Jacob NevinsUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...