u/mdw/putty
2005-01-15 benFWHACK has been dead for years. Remove it from the...
2005-01-15 owenFix prototypes for mactcp_new and ot_new.
2005-01-15 owenThrow away "./" in findfile so that the Mac makefile...
2005-01-14 benINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-14 benDon't use GNUish pattern rules in the Unix Makefile...
2005-01-13 benMention Cygwin/X as a potential X server, since it...
2005-01-11 simonFix `disconnect': arrange that we keep track of when...
2005-01-11 benVersions of OpenSSH before 2.5.4 kill the connection...
2005-01-11 simonBah, I left a rogue event log entry lying around.
2005-01-11 benSun_SSH_1.0.1 also has BUG_SSH2_REKEY.
2005-01-11 simonThe Unix `make install' target now allows you to define...
2005-01-11 simonServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 simonsk_namelookup() on Unix was failing to translate from...
2005-01-09 owenRemove unwanted underscore.
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-09 simonHaving laboriously constructed a hints parameter for...
2005-01-09 simonI've changed my mind about what the IP version selectio...
2005-01-08 simonFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 simonCleanups to sk_namelookup(). In particular, it now...
2005-01-08 simonClear the kex-specific context in ssh->pkt_ctx for...
2005-01-08 simonJacob points out that changing TICKSPERSEC in unix...
2005-01-07 jacobSimon points out that r5068 broke keyboard-interactive...
2005-01-07 jacobUpdate faq-bce further for changes in 0.54.
2005-01-07 simonProxy command formatting now recognises `%proxyhost...
2005-01-07 simonUse sk_set_frozen() to ensure that no data will be...
2005-01-06 jacobAdd an explicit message about lack of support for PASSW...
2005-01-06 simonI can't believe that after all this time we still had...
2005-01-06 jacob`kbdint-failure': we now offer keyboard-interactive...
2005-01-06 jacobTry to make it clearer that "-be" and "-bc" must be...
2005-01-04 simonDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 benIf we're going to use select(), we need <sys/select.h>.
2005-01-02 jacobcolon in kex UI
2005-01-02 simonIt's a new year!
2005-01-01 jacobLocalise "not connected to a host" messages.
2005-01-01 jacobNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 jacobDocument recent changes to PSFTP (and other documentati...
2005-01-01 jacobRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 simonThere's always one: fix small memory leak introduced...
2005-01-01 simon"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-31 simonA couple of people have pointed out that the local...
2004-12-31 simonRename some of the more stupidly named files in the...
2004-12-31 simonIn r5043 Jacob removed the `Load' and `Delete' buttons...
2004-12-31 simonAllow reconfiguration of compression and cipher settings in
2004-12-30 simonReinstate the textual service name in port forwarding...
2004-12-30 simonJacob points out that when we reconfigure port forwardi...
2004-12-30 benIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 simonStray // comments.
2004-12-30 simonI've decided that trying to do wildcards in PSFTP as...
2004-12-30 jacobRemove "Load" button in mid-session configuration dialo...
2004-12-29 simonAdd some discussion of rekeys-as-keepalives, and their...
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-28 simonThe latest unfix.org IPv6 patch contains these apparently
2004-12-28 simonAbility to save in mid-session! Simplest possible resol...
2004-12-28 simonForgot to initialise ssh->portfwds to NULL. Unusually...
2004-12-28 simonCan't use `d' for an accelerator in the Kex panel,...
2004-12-28 simonSupport reconfiguration of key exchange in mid-session...
2004-12-28 simonSSH port forwarding is now configurable in mid-session...
2004-12-28 simonAbstracted out the rather large port-forwarding setup...
2004-12-28 simonFix divide overflow in internal_mod(). Thanks to Willia...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-24 jacobDon't offer repeat key exchange as a special command...
2004-12-23 jacobMinimally document "repeat key exchange" special command.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 jacobFix potential access of freed data (only if we couldn...
2004-12-22 simonSupport diffie-hellman-group14-sha1 group exchange...
2004-12-22 simonIn my revamp of cursor handling I had assumed that...
2004-12-20 simonThe end condition in the binary search loop in the...
2004-12-19 jacobRestore border around terminal to default background...
2004-12-19 jacobCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-18 jacobMake sure the docs in a Unix release tarball are genera...
2004-12-18 jacobMissed options off mput help
2004-12-18 simonzip apparently gives a warning (`-l used on binary...
2004-12-17 simonJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 simonThe xfer mechanism wasn't gracefully terminating when...
2004-12-17 jacobDocument recent SFTP changes:
2004-12-17 simonI _think_ I've just fixed `font-overflow'. term->dispte...
2004-12-17 jacobUpdate online help for "-r" and "--" options to get...
2004-12-17 simonDivide the do_paint() loop into several subloops. The...
2004-12-17 simonI had apparently broken wrapping of double-width charac...
2004-12-17 simonI'd rather not keep losing these little test files...
2004-12-17 simonApparently SIGCHLD is blocked by default in processes...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonImplement the `close' command, which terminates an...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 simonWildcards in `ls'. I think that completes `psftp-multi...
2004-12-16 simonImplement mget and mput in PSFTP, supporting wildcards.
2004-12-16 simonSupport for recursive file transfer in PSFTP.
2004-12-16 simonFix obviously stupid segfault. Ahem.
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-12-16 simonRename scp.* to pscp.*, because I always misspell it...
2004-12-10 simonUnix PSCP was tight-looping when connecting through...
2004-12-08 simonReplace the RLE-based getType() function with one that...
2004-12-08 simonFurther clarity and speed cleanups of minibidi:
2004-12-07 simonReformat minibidi.[ch] in line with my coding conventio...
2004-12-07 simonBidi stability work. I _think_ I've now removed all...
2004-12-07 owenFix segfault when HOME not set on Unix.
2004-12-02 simon\n and \r need double backslashes in Halibut.
2004-12-02 jacobNULL a couple of members after freeing them in ssh_free...
next