u/mdw/putty
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-23 benOnly try to retrieve a 'vers' resource from the current...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-23 benOn a keypress, hide the mouse cursor, send the key...
2002-11-23 benRemove a debugging printf.
2002-11-23 benBring in some of my scroll-optimisation stuff from...
2002-11-23 jacobNote about CTRL-C trick for copying text of error dialogs
2002-11-22 benUpdate the status of the Mac port.
2002-11-21 jacobNote that default will change to SSH-2 next release
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-20 simonInterchange two parameters in a printf, to prevent...
2002-11-20 simonLargely-placeholder man page for Plink, for the sake...
2002-11-20 benFiddle with mac_initpalette() so that the cursor works...
2002-11-20 benRemove has_focus from Session and use the one in Termin...
2002-11-19 benRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 benPass co-ordinates to term_paint() in characters rather...
2002-11-19 jacobAdd mac/ to include paths after discussion with bjh21
2002-11-19 benA couple of useful test backends.
2002-11-19 benMac resource source file, missed in last commit.
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-18 benWhen processing input, refer to CR and LF as \015 and...
2002-11-18 benISO-IR entry 157 appears to correspond to ISO/IEC 8859...
2002-11-18 benMore comment cleanup.
2002-11-18 benDon't forget the IEC!
2002-11-18 benBoth ISO and unicode.org now admit the existence of...
2002-11-17 simonThanks to Hans-Juergen Petrich for spotting this tiny...
2002-11-17 benApple's C compilers don't think that putting parenthese...
2002-11-17 benChange a temporary buffer from unsigned chars to chars...
2002-11-12 simonBump latest version to 0.53b for release!
2002-11-10 benUse <stddef.h> to get wchar_t, rather than <wchar.h...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-07 simonImprove robustness in random seed file handling.
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...
next