Initialise 'psa' to NULL on every code path in the Pageant client
[u/mdw/putty] / windows /
2006-08-28 simonApparently it helps for an OVERLAPPED structure to...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonMissed a couple of instances of cfg_launchable().
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonBecause not all OSes will support the same set of seria...
2006-08-28 simonFix small event log bug.
2006-08-28 simonForgot to initialise serial->bufsize to zero.
2006-08-28 simonFix line endings (svn:eol-style properties and actual...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-27 simonGrow some nasty warts on the side of winhandl.c, in...
2006-08-27 simonRemove spurious #include.
2006-08-27 simonCall console_provide_logctx _before_ initialising the...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-26 simonIt's critically important that the local proxy process...
2006-08-26 simonWe _can_ have handle_throttle() called on defunct handl...
2006-08-26 simonProxyCommand support for Windows, using the new winhand...
2006-08-26 simonAnother bug fix: always set the busy flag when telling...
2006-08-26 simonCleanups to reduce dependency on Windows SFTP tools...
2006-08-26 simonStart using notify_remote_exit() in the Windows front...
2006-08-26 simonAlways initialise the `addresses' field of a SockAddr...
2006-08-26 simonBug fix: since the input thread does not wait for the...
2006-08-26 simonSmall tweak to the new handle API: provide a `privdata...
2006-08-25 simonNew piece of Windows infrastructure: winhandl.c takes...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-29 owenUpdate size when going from maximised to full screen.
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-27 jacobBatch of miscellaneous tweaks to the Windows installer:
2006-02-25 jacobAlain Guibert points out that palette changes weren...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 jacobOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 jacobUsers of Virtual Dimension are reporting that the ...
2006-01-27 jacobSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 owenDon't explicitly open the logfile on startup; it'll...
2006-01-11 owenVC6 doesn't define LONG_PTR
2006-01-11 owenConfigurable font quality on Windows. (Together with...
2006-01-08 jacobIt's a new year.
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
2005-10-30 jacobAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-13 benFix 256-colours-match-xterm, based on 256colres.pl...
2005-10-04 jacob`win-versioninfo': all builds of all Windows binaries...
2005-08-10 jacobBen Rudiak-Gould points out that we should be using...
2005-06-19 benMove comment about ECHO and LINE input modes to a more...
2005-06-09 jacob"SanskritFritz" points out that digits at the start...
2005-05-21 jacobAdd NO_MANIFESTS option to Windows build, as the manife...
2005-05-21 jacobUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-05-20 jacobMinor memory leak spotted by Mikhail Kruk.
2005-05-05 jacobImplement `bypass-ssh2-userauth', since from correspond...
2005-04-22 jacobStir in process ID at start.
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-18 jacobAdd a comment describing `dummyitem' in prefslist and...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 jacobRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 jacobAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 jacobTone down canonical-name resolution when using getaddri...
2005-04-07 jacobOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-04-06 jacob`xp-wont-run': Apparently my application-manifest trims...
2005-04-05 simonVersion number and other tweakings prior to the 0.58...
2005-04-01 simonsk_address_is_local() was ignoring the possibility...
2005-03-30 simonFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2005-03-23 jacobSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-23 jacobAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 jacobFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-22 jacobAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-21 jacobHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 jacobTrim application manifests as much as MS' documentation...
2005-03-21 jacobImprovement for IME font display from Hung-Te Lin.
2005-03-20 jacobAdd comments about default processing in DialogProc...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-18 simonAfter we thaw a frozen socket, we apparently need to...
2005-03-17 simonHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-15 owenAdd protection against multiple Change Settings dialogues.
2005-03-11 jacobRetire MINGW32_FIX. It was a fix for a blatant bug...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-03-08 jacobBen Hutchings reports that new PuTTY instances created...
2005-03-02 jacobMore confusing "(BYTE *) & val" style punctuation.
2005-03-02 jacobnit: confusing punctuation
2005-03-01 jacobUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 jacobVC didn't like PATH_MAX. Use MAX_PATH instead. (This...
2005-03-01 jacobAdd context help to a couple of message boxes. Unfortun...
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-03-01 jacobMove the MessageBox-with-help function out into winutil...
2005-02-28 jacobMake things other than Pageant use request_file(),...
2005-02-28 jacobFix for `pageant-dirhandle': a new wrapper functions...
2005-02-27 jacobMove SaneDialogBox()/SaneEndDialog() from winmisc.c...
2005-02-27 jacobImprove Pageant's error reporting for private key load...
2005-02-27 jacobImprovements to PuTTYgen error reporting:
2005-02-26 jacobPull out the common compiler-specific workarounds and...
2005-02-26 jacobWe weren't correctly discounting "." and ".." when...
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2005-02-21 jacobAhem. Fix my hostkey dialog fix so that storing the...
2005-02-20 jacobChange "are you sure you want to close this window...
2005-02-20 jacobOn Windows, MessageBoxIndirect() was sometimes failing...
next