u/mdw/putty
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...
2004-12-02 benMention our assumptions about the execution character...
2004-12-01 simonBah. Ben points out that SSH_1_ version strings should...
2004-12-01 simonAnd now I look at it, the latest draft also says versio...
2004-12-01 simonKimmo Parviainen points out that SSH software version...
2004-12-01 simonterm_bidi_cache_store() now has a need to distinguish...
2004-11-30 simonFix large memory leak introduced in the r4915 bidi...
2004-11-30 jacobAnother default-background fix for 256-colour mode
2004-11-29 owenNitpick, close bracket.
2004-11-29 simonSome blurb about terminal types and 256-colour xterms...
2004-11-29 jacobrm '$Source$' from comments as not meaningful under...
2004-11-29 jacobtypo in comment
2004-11-29 jacobBriefly document the "CP866" manual-entry feature on...
2004-11-28 simonBah, there's always one thing I miss. Correct the backg...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-28 simonStability fixes (thanks valgrind).
2004-11-28 simonCursor position, selection highlights and mouse clicks...
2004-11-28 simonOops; forgot to add this file in r4913.
2004-11-27 simonLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 simonChanges in startup order to ensure any subsystem which...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonAlmost _all_ of the final connection-layer loop, in...
2004-11-27 simonImplement client-initiated rekeys after an hour, or...
2004-11-27 simonBah, I knew I'd miss _something_. term_out is now stati...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-25 jacobuint64_decimal() incorrectly output 0 as "" instead...
2004-11-24 simonRe-architected the top level of the SSH protocol handlers.
2004-11-24 simonrandom_init() should be called at most once during...
2004-11-24 simonNow that Packet structures are dynamically allocated...
2004-11-24 simonMinor refactoring: the fields `pktin' and `pktout'...
2004-11-24 simonI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 simonRJK's OS X portability patch:
2004-11-24 simonIt's probably about time I took my private path to...
2004-11-24 jacob\k --> \K
2004-11-23 simonDarek Olszewski points out that telnet->ldisc is never...
2004-11-22 simonFix typo in term_size(), flagged by a Dr Watson log...
2004-11-22 simonMinor index tweakery.
2004-11-22 simonTrivial bug fix pointed out by Paul Fox: potentially...
2004-11-20 jacobAdd missing backslash in "Unable to create registry...
2004-11-20 jacobUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-20 jacobXXX comment in the logic which sends failed password...
2004-11-20 jacobAs a result of the policy allowing changes of username...
2004-11-19 jacobMake PSFTP use console_get_line() to fetch username...
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-11-19 jacobRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-18 jacob"Connection reset by peer" is apparently not the only...
2004-11-18 jacob"Software caused connection abort": a couple of people...
2004-11-18 jacob*sigh* X11 forwarding to a local display (":0" or simil...
2004-11-18 simonAdd an extra appendix to the manual containing PuTTY...
2004-11-18 simonMove MODULE files out of individual project directories...
2004-11-17 simonmkunxarc.sh was still including (mostly empty) .svn...
2004-11-17 simonNow we use Subversion, it seems excessive to have an...
next