u/mdw/putty
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 simonFix bugtraq 1949: server could open an agent forwarding...
2000-11-30 simonPrevent wildcards in source specs from matching . or ..
2000-11-24 simonCorrect pointer types in new clipme function
2000-11-21 simonRon Kuris's "copy everything to clipboard" patch
2000-11-21 simonPatch from Robert de Bath: increase timer resolution.
2000-11-21 simonPatch from Robert de Bath: blank the saved-session...
2000-11-21 simonOops - and if we generate link maps, "make clean" shoul...
2000-11-21 simonAdd link map files to Makefile, in case people send...
2000-11-21 simonFix segfault when you press a key before the SSH protoc...
2000-11-16 simonImprove comment so I don't misunderstand when I come...
2000-11-15 simonUse a Miller-Rabin test instead of a Fermat test; add...
2000-11-15 simonFix another silly segfault
2000-11-07 simonSoftware invocation of the System menu now pops up...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-11-01 simonMove dprintf and the debug system out into misc.c,...
2000-10-31 simonBack off a bit of that vulnerability fix, which was...
2000-10-30 simonFix side-effect of Always On Top patch: any reconfiguri...
2000-10-30 simonReset compose state to zero when PuTTY window gains...
2000-10-30 simonCouple of fixes for pscp's GUI interface mode
2000-10-27 simonAdd support for Always On Top. Patch due to Janes ...
2000-10-27 simonStop the "Sent username %s" message coming up twice...
2000-10-27 simonMisc bugfixes
2000-10-26 simonFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-26 simonFix a segfault (addr->error was unpredictable following...
2000-10-25 simonImpose a lower limit of 256 on key lengths. This is...
2000-10-25 simonGaaah, I might have known. Split combined app cursor...
2000-10-25 simonBe more sure that state->collecting_entropy can't be...
2000-10-25 simonFix control ID bug causing rogue Appearance title bars...
2000-10-25 simonReintroduce random_stir()
2000-10-25 simonEnhance Diffie-Hellman implementation to use bignum_cmp
2000-10-24 simonFix another bignum formatting problem. This one hit...
2000-10-24 simonAdd configurable option to disable application keypad...
2000-10-24 simonAdd a couple of ellipses in system menu
2000-10-24 simonRemove a rogue diagnostic
2000-10-24 simonAdd the Appearance panel and reorganise things a bit
2000-10-24 simonFix failure to re-enable local line discipline when...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-24 simonSSH2 connections weren't closing cleanly after socket...
2000-10-24 simonWindow resizing wasn't working in SSH2
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-23 simonUpdate DSS implementation to use new bignum routines
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonFix a bug which was causing occasional failed-host...
2000-10-23 simonOops. A field like `sending_oob' in the Socket structur...
2000-10-23 simonPlink and PSCP were failing to load the `Default Settin...
2000-10-23 simonRemove the NO_SECURITY define I accidentally copied...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonOoh. Actually, that vulnerability is further-reaching...
2000-10-21 simonFix a potential vulnerability in incoming `pscp -r...
2000-10-21 simonThree new configurable options:
2000-10-20 simonChinese support patch from zmx@cdpa.nsysu.edu.tw
2000-10-20 simonRemember to close key files when rsakey_encrypted meets...
2000-10-20 simonPut back the code that ensures "Default Settings" is...
2000-10-20 simonRename "Stored Sessions" to "Saved Sessions" for consis...
2000-10-20 simonSome better IDC_* names for the controls on the Colours...
2000-10-20 simonAdd the LBS_NOTIFY style to the list box in colouredit...
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-20 simonTrim trailing whitespace off saved session names on...
2000-10-20 simonRemember to update scrollbar when scrollback is reset
2000-10-20 simonReplace the 8859-2 -> Win1250 translation which I accid...
2000-10-20 simonA couple of UI tweaks in puttygen
2000-10-20 simonRemoved TODO comment after verifying that generated...
2000-10-20 simonEntropy fix after better statistical analysis
2000-10-20 simonVariable key size in PuTTYgen. Also required adding...
2000-10-20 simonAdd a PuTTYgen icon
2000-10-20 simonCheck whether key was actually saved, and warn if not
2000-10-20 simonSave Key now prompts before overwriting an existing...
2000-10-20 simonAdjust the title of the PuTTYgen window
2000-10-20 simonAdd a second passphrase prompt to protect against typos
2000-10-20 simonWe must InitCommonControls() or the progress bar doesn...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-18 simonAdd some more commented-out diagnostics for ssh1
2000-10-18 simonRSA key generation routines, and the bignum enhancement...
2000-10-12 simonAdd an "Add Key" option to the systray menu in Pageant
2000-10-12 simonImplement MD5 MAC for the benefit of old SSH2 servers
2000-10-12 simonMiscellaneous fixes for better interoperation with...
2000-10-12 simonImplement a much more visually appealing, but much...
2000-10-12 simonAdd a config option to emulate the HMAC bug in commerci...
2000-10-12 simonStop the SSH panel appearing in PuTTYtel
2000-10-12 simonStop plink's key verification locking up on input
2000-10-11 simonAdd UNE 10053 to the cleartext ones
2000-10-10 simonTurn off paste-as-poorman for line drawing chars until...
2000-10-10 simonISO8859-2 to CP852 output translation wants to have...
2000-10-10 simonScroll regions of two lines are allowed
2000-10-10 simonTrivial bug with the function-key radio buttons
2000-10-10 simonNow when a saved session is loaded, its name appears...
2000-10-10 simonMove initialisation of the saved session box outside...
2000-10-10 simonRename IDC_FUNCTILDE from "VT400" to "ESC[n~" because...
2000-10-09 simonAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 simonWork around horrifyingly nonportable use of unions...
2000-10-09 simonAbandon the tab control in favour of a tree view
2000-10-09 simonRobert de Bath's big patch:
2000-10-09 simonMiscellaneous fixes to try to make other compilers...
2000-10-09 simonRemove the hierarchical dialog structure
2000-10-09 simonAdd a compile option so that anyone who really wants...
2000-10-07 simonAlt-Enter was fouling up on Win95; added explicit handler
2000-10-06 simonFix sorting of saved sessions list box so Default Setti...
next