]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2000-10-23 Simon TathamFix a bug which was causing occasional failed-host...
2000-10-23 Simon TathamOops. A field like `sending_oob' in the Socket structur...
2000-10-23 Simon TathamPlink and PSCP were failing to load the `Default Settin...
2000-10-23 Simon TathamRemove the NO_SECURITY define I accidentally copied...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamOoh. Actually, that vulnerability is further-reaching...
2000-10-21 Simon TathamFix a potential vulnerability in incoming `pscp -r...
2000-10-21 Simon TathamThree new configurable options:
2000-10-20 Simon TathamChinese support patch from zmx@cdpa.nsysu.edu.tw
2000-10-20 Simon TathamRemember to close key files when rsakey_encrypted meets...
2000-10-20 Simon TathamPut back the code that ensures "Default Settings" is...
2000-10-20 Simon TathamRename "Stored Sessions" to "Saved Sessions" for consis...
2000-10-20 Simon TathamSome better IDC_* names for the controls on the Colours...
2000-10-20 Simon TathamAdd the LBS_NOTIFY style to the list box in colouredit...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-20 Simon TathamTrim trailing whitespace off saved session names on...
2000-10-20 Simon TathamRemember to update scrollbar when scrollback is reset
2000-10-20 Simon TathamReplace the 8859-2 -> Win1250 translation which I accid...
2000-10-20 Simon TathamA couple of UI tweaks in puttygen
2000-10-20 Simon TathamRemoved TODO comment after verifying that generated...
2000-10-20 Simon TathamEntropy fix after better statistical analysis
2000-10-20 Simon TathamVariable key size in PuTTYgen. Also required adding...
2000-10-20 Simon TathamAdd a PuTTYgen icon
2000-10-20 Simon TathamCheck whether key was actually saved, and warn if not
2000-10-20 Simon TathamSave Key now prompts before overwriting an existing file
2000-10-20 Simon TathamAdjust the title of the PuTTYgen window
2000-10-20 Simon TathamAdd a second passphrase prompt to protect against typos
2000-10-20 Simon TathamWe must InitCommonControls() or the progress bar doesn...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-18 Simon TathamAdd some more commented-out diagnostics for ssh1
2000-10-18 Simon TathamRSA key generation routines, and the bignum enhancement...
2000-10-12 Simon TathamAdd an "Add Key" option to the systray menu in Pageant 0.50
2000-10-12 Simon TathamImplement MD5 MAC for the benefit of old SSH2 servers
2000-10-12 Simon TathamMiscellaneous fixes for better interoperation with...
2000-10-12 Simon TathamImplement a much more visually appealing, but much...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-12 Simon TathamStop the SSH panel appearing in PuTTYtel
2000-10-12 Simon TathamStop plink's key verification locking up on input
2000-10-11 Simon TathamAdd UNE 10053 to the cleartext ones
2000-10-10 Simon TathamTurn off paste-as-poorman for line drawing chars until...
2000-10-10 Simon TathamISO8859-2 to CP852 output translation wants to have...
2000-10-10 Simon TathamScroll regions of two lines are allowed
2000-10-10 Simon TathamTrivial bug with the function-key radio buttons
2000-10-10 Simon TathamNow when a saved session is loaded, its name appears in the
2000-10-10 Simon TathamMove initialisation of the saved session box outside...
2000-10-10 Simon TathamRename IDC_FUNCTILDE from "VT400" to "ESC[n~" because...
2000-10-09 Simon TathamAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 Simon TathamWork around horrifyingly nonportable use of unions...
2000-10-09 Simon TathamAbandon the tab control in favour of a tree view
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-10-09 Simon TathamRemove the hierarchical dialog structure
2000-10-09 Simon TathamAdd a compile option so that anyone who really wants...
2000-10-07 Simon TathamAlt-Enter was fouling up on Win95; added explicit handler
2000-10-06 Simon TathamFix sorting of saved sessions list box so Default Setti...
2000-10-06 Simon TathamStop throwing out the Connection panel during midsessio...
2000-10-06 Simon TathamUpdate Makefile generation and ensure everything works...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamMove omission of SSH protocol setting in PuTTYtel into...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 Simon TathamRe-enable copying the Event Log. (rev 1.39 [r661] accid...
2000-10-06 Simon TathamCross-reference cleanup: winstore.c should not use...
2000-10-06 Simon TathamMistaken identity in sesssaver() was breaking saved...
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-06 Simon TathamLocalise control IDs in each dialog procedure, for...
2000-10-06 Simon TathamAdd LBS_STANDARD on saved session list box, so you...
2000-10-06 Simon TathamRemove rogue debug statement
2000-10-05 Simon TathamRevamp the auto-layout of PuTTY configuration box contr...
2000-10-05 Simon TathamRemove /DWIN32S_COMPAT by detecting presence of GetSyst...
2000-10-05 Simon TathamWe now honour the PLINK_PROTOCOL environment variable...
2000-10-04 Simon TathamEnable protocol prefix on [user@]host argument in Plink
2000-10-04 Simon TathamStore default port number in each back end
2000-10-04 Simon TathamPlink now honours the Default Settings protocol and...
2000-10-04 Simon TathamFix a typo; thanks to Al Sutton
2000-10-03 Simon TathamWork around DSA formatting bug in commercial-SSH 2.0.13
2000-10-02 Simon TathamAbility to specify a remote command in PuTTY proper
2000-10-02 Simon TathamMake the new test suite's comment more accurate :-)
2000-10-02 Simon TathamLocal remove of first key in list wasn't working
2000-10-02 Simon TathamAdd ability to configure the initial window title
2000-10-02 Simon TathamDeletion case 2c can shift the root; case 3b is not...
2000-10-02 Simon TathamAdd trailing newline in tree234.h
2000-10-02 Simon TathamShiny new test harness for the 2-3-4 tree
2000-09-29 Simon TathamFurther restructuring
2000-09-29 Simon TathamFix ssh2 after the rev 1.54 [r649] reorg broke it
2000-09-29 Simon TathamMake sure a locally entered login name still comes...
2000-09-29 Simon TathamOops - remove ugly debugging test pattern in cursor
2000-09-29 Simon TathamTry to improve the caret usage
2000-09-29 Simon TathamAdd -pw and -P options, and usage/version message, to plink
2000-09-29 Simon TathamMinor restructuring to ssh.c in preparation for portabi...
2000-09-29 Simon TathamAdd the About and Licence boxes to Pageant
2000-09-29 Simon TathamFix a very old bug nobody ever noticed: multiple About...
2000-09-28 Simon TathamDSS key format string was missing some commas
2000-09-28 Simon TathamKeep parent pointers valid during deletion
2000-09-28 Simon TathamRemove some spurious #includes
2000-09-28 Simon TathamWhile we're doing a hostkey reorg, store port numbers...
2000-09-28 Simon TathamFix small compilation problem in Pageant
2000-09-27 Simon TathamRemove unnecessary DSS bit
2000-09-27 Simon TathamFinish creating the storage.h abstraction and winstore...
next