Support for doing DNS at the proxy end. I've invented a new type of
[u/mdw/putty] / unix /
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 owenAvoid potential memory leak.
2002-12-04 simon#include <signal.h>. Compiled fine without it on Debian...
2002-12-04 owenChanged to use strerror()
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-20 simonLargely-placeholder man page for Plink, for the sake...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-07 simonImprove robustness in random seed file handling.
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-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 simonPrevent another segfault. 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 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-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 simonMore preparatory work: remove the <windows.h> include...
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 simonFirst bug discovered as a result of global-removal...
2002-10-26 simonYet more global-removal. The static variables in loggin...
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 simonFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
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-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 simonA few more command-line options.
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
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...
2002-10-15 simonScrollbar can now be configured to go on the left ...
2002-10-15 simonSupport ALT + numeric keypad for typing in strange...
2002-10-15 simonAdd newline at EOF in uxucs.c. Thanks Richard. :-)
2002-10-15 simonSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 simonSupport for blinking text and blinking cursor. Won...
2002-10-15 simonUse the appalling gnome-terminal hack for server-contro...
2002-10-15 simonRemove some rogue diagnostics.
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonRichard's patch to make the scrollbar configurably...
2002-10-15 simonSupport for all the server-side window configuration...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonFinish up utmp processing: add the -ut- command-line...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 simonSupport for BSD-style pty devices. Tested under Linux...
2002-10-15 simonTrim wide text properly at the RH edge of the screen.
2002-10-15 simonSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 simonDon't cause the mouse pointer to reappear just because...
2002-10-14 simonOnly engage a GTK idle function when absolutely necessa...
2002-10-14 simonSet up the palette _before_ trying to paint the window...
2002-10-14 simonAdd the -log option, which activates full session loggi...
2002-10-14 simonSupport server requests for colour palette changes.
2002-10-14 simonDon't forget to call term_paste() when we get the chanc...
2002-10-14 simonSupport NetHack keypad mode. :-)
2002-10-14 simonSupport for hiding the mouse pointer on keypresses...
2002-10-14 simonxterm-class programs should exit when their primary...
2002-10-14 simonSEL_NL is different between Windows and Unix; move...
2002-10-14 simonVarious faffs in the pty allocation process to get...
2002-10-14 simonWindow title configurability: -T to set it from the...
2002-10-13 simonDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 simongnome-terminal insists on receiving the selection as...
2002-10-13 simonAdded two simple command-line arguments: -fn (so I...
2002-10-13 simonResizing of pterm now works, and the size information...
2002-10-13 simonDeal with the appalling mouse pointer colours. (Why...
2002-10-13 simonShift-Ins pastes.
next