]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-28 Simon TathamThe latest unfix.org IPv6 patch contains these apparently
2004-12-28 Simon TathamAbility to save in mid-session! Simplest possible resol...
2004-12-28 Simon TathamForgot to initialise ssh->portfwds to NULL. Unusually...
2004-12-28 Simon TathamCan't use `d' for an accelerator in the Kex panel,...
2004-12-28 Simon TathamSupport reconfiguration of key exchange in mid-session...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-12-28 Simon TathamAbstracted out the rather large port-forwarding setup...
2004-12-28 Simon TathamFix divide overflow in internal_mod(). Thanks to Willia...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-24 Jacob NevinsDon't offer repeat key exchange as a special command...
2004-12-23 Jacob NevinsMinimally document "repeat key exchange" special command.
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 Jacob NevinsFix potential access of freed data (only if we couldn...
2004-12-22 Simon TathamSupport diffie-hellman-group14-sha1 group exchange...
2004-12-22 Simon TathamIn my revamp of cursor handling I had assumed that...
2004-12-20 Simon TathamThe end condition in the binary search loop in the...
2004-12-19 Jacob NevinsRestore border around terminal to default background...
2004-12-19 Jacob NevinsCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 Jacob NevinsFix line cursor colours (fallout from `256-colours...
2004-12-18 Jacob NevinsMake sure the docs in a Unix release tarball are genera...
2004-12-18 Jacob NevinsMissed options off mput help
2004-12-18 Simon Tathamzip apparently gives a warning (`-l used on binary...
2004-12-17 Simon TathamJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 Simon TathamThe xfer mechanism wasn't gracefully terminating when...
2004-12-17 Jacob NevinsDocument recent SFTP changes:
2004-12-17 Simon TathamI _think_ I've just fixed `font-overflow'. term->dispte...
2004-12-17 Jacob NevinsUpdate online help for "-r" and "--" options to get...
2004-12-17 Simon TathamDivide the do_paint() loop into several subloops. The...
2004-12-17 Simon TathamI had apparently broken wrapping of double-width charac...
2004-12-17 Simon TathamI'd rather not keep losing these little test files...
2004-12-17 Simon TathamApparently SIGCHLD is blocked by default in processes...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamImplement the `close' command, which terminates an...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-12-16 Simon TathamWildcards in `ls'. I think that completes `psftp-multi...
2004-12-16 Simon TathamImplement mget and mput in PSFTP, supporting wildcards.
2004-12-16 Simon TathamSupport for recursive file transfer in PSFTP.
2004-12-16 Simon TathamFix obviously stupid segfault. Ahem.
2004-12-16 Jacob NevinsAbe Crabtree complains that flushing the log file as...
2004-12-16 Simon TathamRename scp.* to pscp.*, because I always misspell it...
2004-12-10 Simon TathamUnix PSCP was tight-looping when connecting through...
2004-12-08 Simon TathamReplace the RLE-based getType() function with one that...
2004-12-08 Simon TathamFurther clarity and speed cleanups of minibidi:
2004-12-07 Simon TathamReformat minibidi.[ch] in line with my coding conventio...
2004-12-07 Simon TathamBidi stability work. I _think_ I've now removed all...
2004-12-07 Owen DunnFix segfault when HOME not set on Unix.
2004-12-02 Simon Tatham\n and \r need double backslashes in Halibut.
2004-12-02 Jacob NevinsNULL a couple of members after freeing them in ssh_free...
2004-12-02 Ben HarrisMention our assumptions about the execution character...
2004-12-01 Simon TathamBah. Ben points out that SSH_1_ version strings should...
2004-12-01 Simon TathamAnd now I look at it, the latest draft also says versio...
2004-12-01 Simon TathamKimmo Parviainen points out that SSH software version...
2004-12-01 Simon Tathamterm_bidi_cache_store() now has a need to distinguish...
2004-11-30 Simon TathamFix large memory leak introduced in the r4915 bidi changes.
2004-11-30 Jacob NevinsAnother default-background fix for 256-colour mode
2004-11-29 Owen DunnNitpick, close bracket.
2004-11-29 Simon TathamSome blurb about terminal types and 256-colour xterms...
2004-11-29 Jacob Nevinsrm '$Source$' from comments as not meaningful under...
2004-11-29 Jacob Nevinstypo in comment
2004-11-29 Jacob NevinsBriefly document the "CP866" manual-entry feature on...
2004-11-28 Simon TathamBah, there's always one thing I miss. Correct the backg...
2004-11-28 Simon TathamImplement xterm 256-colour mode.
2004-11-28 Simon TathamStability fixes (thanks valgrind).
2004-11-28 Simon TathamCursor position, selection highlights and mouse clicks...
2004-11-28 Simon TathamOops; forgot to add this file in r4913.
2004-11-27 Simon TathamLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 Simon TathamChanges in startup order to ensure any subsystem which...
2004-11-27 Simon TathamSlight improvement to cursor blink timing: since the...
2004-11-27 Simon TathamAlmost _all_ of the final connection-layer loop, in...
2004-11-27 Simon TathamImplement client-initiated rekeys after an hour, or...
2004-11-27 Simon TathamBah, I knew I'd miss _something_. term_out is now stati...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-25 Jacob Nevinsuint64_decimal() incorrectly output 0 as "" instead...
2004-11-24 Simon TathamRe-architected the top level of the SSH protocol handlers.
2004-11-24 Simon Tathamrandom_init() should be called at most once during...
2004-11-24 Simon TathamNow that Packet structures are dynamically allocated...
2004-11-24 Simon TathamMinor refactoring: the fields `pktin' and `pktout'...
2004-11-24 Simon TathamI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 Simon TathamRJK's OS X portability patch:
2004-11-24 Simon TathamIt's probably about time I took my private path to...
2004-11-24 Jacob Nevins\k --> \K
2004-11-23 Simon TathamDarek Olszewski points out that telnet->ldisc is never...
2004-11-22 Simon TathamFix typo in term_size(), flagged by a Dr Watson log...
2004-11-22 Simon TathamMinor index tweakery.
2004-11-22 Simon TathamTrivial bug fix pointed out by Paul Fox: potentially...
2004-11-20 Jacob NevinsAdd missing backslash in "Unable to create registry...
2004-11-20 Jacob NevinsUI tweak from Malcolm Rowe: set IDM_VIEWKEYS as the...
2004-11-20 Jacob NevinsXXX comment in the logic which sends failed password...
2004-11-20 Jacob NevinsAs a result of the policy allowing changes of username...
2004-11-19 Jacob NevinsMake PSFTP use console_get_line() to fetch username...
2004-11-19 Jacob Nevinsconsole_get_line() returns failure iff console_batch_mo...
2004-11-19 Jacob NevinsRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-18 Jacob Nevins"Connection reset by peer" is apparently not the only...
2004-11-18 Jacob Nevins"Software caused connection abort": a couple of people...
2004-11-18 Jacob Nevins*sigh* X11 forwarding to a local display (":0" or simil...
2004-11-18 Simon TathamAdd an extra appendix to the manual containing PuTTY...
2004-11-18 Simon TathamMove MODULE files out of individual project directories...
2004-11-17 Simon Tathammkunxarc.sh was still including (mostly empty) .svn...
2004-11-17 Simon TathamNow we use Subversion, it seems excessive to have an...
next