u/mdw/putty
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-07 simonBorland makefile needs to define _WINDOWS; apparently...
2002-11-05 simonPacket-level logging should now work properly in Unix...
2002-11-05 simonFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 simonSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-03 simonHalf of Lars Gunnarsson's iXplorer compatibility patch...
2002-11-02 simonProbably about time we mentioned the nascent Unix port...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
2002-11-02 simonAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 simonImprove the noise collection for the internal random...
2002-11-02 simonRJK's general signal-handling robustness patch. Should...
2002-11-01 jacobs/public/private/ spotted by Clint Hastings; also chang...
2002-11-01 simonIntroduce program category U, for non-GTK-requiring...
2002-11-01 simonPrevent another segfault. Oops.
2002-11-01 simon.HLP files should be ignored as well. Oops.
2002-11-01 simonAdd a .cvsignore for the Unix subdir
2002-11-01 simonImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 simonAnother valgrind-caught error. This one has apparently...
2002-11-01 simonvalgrind has caught two more uninitialised elements...
2002-11-01 simonImplement access to the SSH agent. This ought to make...
2002-11-01 simonReplace a \r\n with an ordinary \n - this isn't Windows!
2002-11-01 simonStop the segfault on failure to resolve a host name.
2002-11-01 simonAdd a \n at the end of an error message - oops.
2002-11-01 simonMove an output newline to make username entry in Plink...
2002-11-01 simonPass int rather than char to va_arg (the latter gets...
2002-11-01 simonSplit a trigraph sequence in a string constant.
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 simonRJK's `pterm --help' patch. I _must_ find a better...
2002-10-30 simonRJK's `make install' patch for the Unix makefile.
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-30 simonFix some consts.
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-30 simonPreparatory work before attempting a Unix port of plink...
2002-10-29 simonYikes - put back a #include I accidentally removed...
2002-10-29 simonHmm. Probably best initialise mainchan as well; oops.
2002-10-29 simonTry actually initialising ssh->v1_compressing. With...
2002-10-28 simonterminal.c should call the frontend beep() routine...
2002-10-28 simonCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-28 simonFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 simonAnother deglobalisation bug: failed to initialise term...
2002-10-28 simonFirst bug discovered as a result of global-removal...
2002-10-27 simonArrgh! _Another_ missed commit. I really must do someth...
2002-10-26 simonRetire another global in favour of adding a feature...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonRichard points out that it would probably help if I...
2002-10-26 simonX forwarding authentication is now invented on a per...
2002-10-26 simonFix proxy.c so that the static variables become const.
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonOops; remembering to call term_provide_resize_fn in...
2002-10-25 simonThe Zlib module now uses dynamically allocated contexts...
2002-10-25 simonDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 simonFix some compiler warnings.
2002-10-25 simonTidy up and fix a compiler warning.
2002-10-25 simonSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 simonSSH2 MACs now use dynamically allocated contexts.
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2002-10-25 simonFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-24 simonNeed to stub frontend_keypress() in console.c as well...
2002-10-24 simonOops - repercussions of the close-on-exit stuff which...
2002-10-23 jacobMinor compiler nits:
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-23 jacobFixes for (Backend)->size() changes -- internal declara...
2002-10-23 jacobRemove apparently unnecessary declaration of typedef...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-23 simonOops. Forgot to check in terminal.h from yesterday...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonMake -ut work the right way round! :-)
2002-10-22 simonStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-22 simonThanks to Richard B for pointing out that xterm has...
2002-10-22 simonJustin Bradford's patch for increased proxy robustness.
2002-10-21 simonMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 simonDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 simonVT100 line drawing characters should only happen betwee...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-20 simonScrollOnKey wasn't working because I failed to set...
2002-10-18 simonReject unrecognised command-line options; thanks rjk.
2002-10-18 simonFix typo in man page. Thanks Richard.
2002-10-17 simonOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-17 simonThis should fix the bug causing Alt-Shift to generate...
2002-10-16 simonAdd the -xrm command-line option, to allow specificatio...
2002-10-16 simonAdd a man page.
2002-10-16 simonTemporarily change the default for cut-and-paste of...
2002-10-16 simonA few more command-line options.
2002-10-16 simonOops, forgot to add BoldFont to the settings module.
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-16 simonAdd a file to the source archive mentioning the version...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-16 simonFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonSupport bold-as-font, by means of a separate bold font...
2002-10-15 simonConfigure the pty so that it agrees with our idea of...
2002-10-15 simonSupport underline and vertical-line cursors as well...
2002-10-15 simonIf we can't load the specified font, give an error...
2002-10-15 simonPrinter support: cfg.printer is assumed to be a Unix...
next