Malcolm Smith's patch to support CHAP (digest-based) authentication
[u/mdw/putty] / unix /
2004-08-20 jacobPatch to use enum constants for cfg.funky_type instead...
2004-08-19 jacobFix an annoying inconsistency that's been bugging me...
2004-08-19 jacobRemove claim in usage text that Plink defaults to SSH...
2004-08-16 jacobPatch from Kurt Roeckx: apparently on Debian amd64...
2004-08-14 simonImplement `Restart Session', in both Unix and Windows...
2004-07-27 simonFix double-free in X selection code.
2004-07-25 jacobFix for `psftp-pscp-ignore-load': Default Settings...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2004-05-24 simonArnaud Desitter points out a silly mistake in retrieve_...
2004-05-22 simonFix indentation after Richard B's patch in rev 1.137...
2004-04-24 jacobTweak documentation of -V option.
2004-04-17 owenAdd -V for version information to plink, pscp, and...
2004-03-24 simonNow that Halibut is capable of generating man pages...
2004-02-22 jacobAdd (probably frustratingly) bare-bones man pages for...
2004-02-22 jacobFix typo in -C
2004-02-22 jacobTart up, fix outright lies, mention web docs
2004-02-13 jacobRemove claim that there's no Unix puttygen
2004-02-03 jacobPatch from Theo Markettos: apparently "BSD-derived...
2004-02-03 jacobPatch from Colin Watson: document pterm.WarnOnClose
2004-01-23 simonAdd a man page for the new command-line PuTTYgen.
2004-01-22 simonAdded a command-line key generation tool. Currently...
2004-01-21 simonTheo Markettos's unsigned-vs-signed-char pedantry patch.
2004-01-20 jacob`portfwd-loopback-choice' was not consistently documented.
2004-01-19 simonIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 simonVarious uninitialised-variable accesses picked up by...
2004-01-17 simonIdiot me! store_host_key() was blindly _appending_...
2004-01-01 simonIt's a new year.
2003-10-31 simonClose the host keys file after use. Well spotted Theo...
2003-10-14 jacobRemove dead comment about writing settings, and query...
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-09-03 jacobAdd pscp to .cvsignore
2003-09-02 simonInclude stdlib.h for exit() - thanks Colin.
2003-09-02 simonRemove CRs. Oops :-/
2003-08-29 jacobMinimal fixes to minimal plink man page.
2003-08-29 jacobAdd "-s" option to Unix plink too.
2003-08-25 simon... and there's a Unix port of PSCP. Ooh.
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-24 simonAnd just to prove that psftp.c really is now platform...
2003-08-21 simonRichard B's patch to enable users to explicitly request...
2003-08-21 simonRichard B's patch to support X cut buffers as well...
2003-08-21 simonRichard Boulton's patch for improved correctness in...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-06-26 owenImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-13 simonReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 simonAllow pterm to receive selections in compound text...
2003-05-13 simonDebian bug #193013 points out that the (default-)one...
2003-05-11 simonBrief man pages for PuTTY and PuTTYtel.
2003-05-11 simonMissing full stop.
2003-05-11 simonSome time ago I arranged for -geometry to be able to...
2003-05-11 simonI think I've just fixed Debian bug #166396. The +ut...
2003-05-10 simonRemove the now incorrect `Unicode is not supported...
2003-05-10 simonpterm will now attempt to guess suitable names for...
2003-05-10 simonpterm's manpage now documents the NoRemoteQTitle resour...
2003-05-10 simonStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-07 simonBah. Stop the Proxy panel appearing empty in Change...
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-05-06 simonReinstate `-T title', in pterm only.
2003-05-06 simonSupport, on Unix only (so far), for OpenSSH-style gener...
2003-05-06 owenUpdate to use -title rather than -T
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-27 simonAdd puttytel binary to .cvsignore
2003-04-27 simonSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 simonRemove the TODO comment at the top of uxputty.c; I...
2003-04-26 simonFiner granularity of config box handling. SSH packet...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-26 simonAha, _that's_ why the icon title didn't work properly...
2003-04-25 simonDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 simonRemoving items from a list box using gtk_container_remo...
2003-04-18 simonMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 benReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 benMake IPv6 support for Unix work, and make it a lot...
2003-04-12 simonSupport for New Session, Duplicate Session and the...
2003-04-12 simonFurther fiddlings with the size reconfiguration stuff...
2003-04-12 simonMid-session reconfiguration of scrollback was failing...
2003-04-12 simonImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simonImplement Warn On Close.
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-04-11 simon`Copy All' context-menu item, for what it's worth.
2003-04-11 simonSaving of Default Settings under Unix was broken, becau...
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonAll the stderr messages in this file now use appname...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-08 simonRename pterm's -T option to -title, to avoid clashing...
2003-04-08 simonWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 simonNow that we have `appname', make much wider use of...
2003-04-05 simonFixed the printing and charset combo boxes in Unix...
2003-04-05 simonUnix can't sensibly enumerate printers (since they...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-02 simonFurther .cvsignore updates.
next