VC6 doesn't define LONG_PTR
[sgt/putty] / windows /
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...
2005-02-20 simonBump version numbers. (Forgot to do this _before_ dropp...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-16 jacobMinor reorganisations to WinHelp support. (Done as...
2005-02-15 jacobThe Windows host key dialogs now have a `Help' button...
2005-02-15 jacobAdd a couple of other sensible button defaults in Messa...
2005-02-15 jacobMartin Radford points out that the default action for...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-14 jacobMartin Prikryl points out that we weren't always initia...
2005-02-07 jacobPetri Kero pointed out a FreeLibrary() call that should...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-11 simonServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-08 simonFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 simonCleanups to sk_namelookup(). In particular, it now...
2005-01-02 simonIt's a new year!
2004-12-31 simonA couple of people have pointed out that the local...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 simonStray // comments.
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-28 simonAbility to save in mid-session! Simplest possible resol...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 jacobFix potential access of freed data (only if we couldn...
2004-12-19 jacobRestore border around terminal to default background...
2004-12-19 jacobCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-12-16 simonRename scp.* to pscp.*, because I always misspell it...
2004-11-29 owenNitpick, close bracket.
2004-11-29 jacobBriefly document the "CP866" manual-entry feature on...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 simonChanges in startup order to ensure any subsystem which...
next