u/mdw/putty
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...
2000-10-06 simonStop throwing out the Connection panel during midsessio...
2000-10-06 simonUpdate Makefile generation and ensure everything works...
2000-10-06 simonCreate settings.c and move the load/save session code...
2000-10-06 simonMove omission of SSH protocol setting in PuTTYtel into...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 simonRe-enable copying the Event Log. (rev 1.39 [r661] accid...
2000-10-06 simonCross-reference cleanup: winstore.c should not use...
2000-10-06 simonMistaken identity in sesssaver() was breaking saved...
2000-10-06 simonTighten up use of "static" throughout. Module-internal...
2000-10-06 simonLocalise control IDs in each dialog procedure, for...
2000-10-06 simonAdd LBS_STANDARD on saved session list box, so you...
2000-10-06 simonRemove rogue debug statement
2000-10-05 simonRevamp the auto-layout of PuTTY configuration box contr...
2000-10-05 simonRemove /DWIN32S_COMPAT by detecting presence of GetSyst...
2000-10-05 simonWe now honour the PLINK_PROTOCOL environment variable...
2000-10-04 simonEnable protocol prefix on [user@]host argument in Plink
2000-10-04 simonStore default port number in each back end
2000-10-04 simonPlink now honours the Default Settings protocol and...
2000-10-04 simonFix a typo; thanks to Al Sutton
2000-10-03 simonWork around DSA formatting bug in commercial-SSH 2...
2000-10-02 simonAbility to specify a remote command in PuTTY proper
2000-10-02 simonMake the new test suite's comment more accurate :-)
2000-10-02 simonLocal remove of first key in list wasn't working
2000-10-02 simonAdd ability to configure the initial window title
2000-10-02 simonDeletion case 2c can shift the root; case 3b is not...
2000-10-02 simonAdd trailing newline in tree234.h
2000-10-02 simonShiny new test harness for the 2-3-4 tree
2000-09-29 simonFurther restructuring
2000-09-29 simonFix ssh2 after the rev 1.54 [r649] reorg broke it
2000-09-29 simonMake sure a locally entered login name still comes...
2000-09-29 simonOops - remove ugly debugging test pattern in cursor
2000-09-29 simonTry to improve the caret usage
2000-09-29 simonAdd -pw and -P options, and usage/version message,...
2000-09-29 simonMinor restructuring to ssh.c in preparation for portabi...
2000-09-29 simonAdd the About and Licence boxes to Pageant
2000-09-29 simonFix a very old bug nobody ever noticed: multiple About...
2000-09-28 simonDSS key format string was missing some commas
2000-09-28 simonKeep parent pointers valid during deletion
2000-09-28 simonRemove some spurious #includes
2000-09-28 simonWhile we're doing a hostkey reorg, store port numbers...
2000-09-28 simonFix small compilation problem in Pageant
2000-09-27 simonRemove unnecessary DSS bit
2000-09-27 simonFinish creating the storage.h abstraction and winstore...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-27 simonRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 simonOops - free the key after removing it!
2000-09-26 simonRemote addition and removal of keys in Pageant
2000-09-26 simonAccelerators and wording change in Pageant systray...
2000-09-26 simonFix a segfault in agent forwarding code
2000-09-26 simonFix tree corruption in the "really easy" case on deletion
2000-09-26 simonThe "Authenticated using key from agent" message is...
2000-09-26 simonFix a small bug in 2-3-4 tree enumeration
2000-09-26 simonPageant should now not fail for lack of security APIs...
2000-09-25 simonOops - puttytel now needs a stub random_destroy_seed...
2000-09-25 simonAdd an invisible System Caret for blind-helper-software...
2000-09-25 simonImplement "putty -cleanup"
2000-09-25 simonRobert de Bath has a better alternative to revs 1.47...
next