]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2005-01-09 Simon Tathamsk_namelookup() on Unix was failing to translate from...
2005-01-09 Owen DunnRemove unwanted underscore.
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-09 Simon TathamHaving laboriously constructed a hints parameter for...
2005-01-09 Simon TathamI've changed my mind about what the IP version selectio...
2005-01-08 Simon TathamFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 Simon TathamCleanups to sk_namelookup(). In particular, it now...
2005-01-08 Simon TathamClear the kex-specific context in ssh->pkt_ctx for...
2005-01-08 Simon TathamJacob points out that changing TICKSPERSEC in unix...
2005-01-07 Jacob NevinsSimon points out that r5068 broke keyboard-interactive...
2005-01-07 Jacob NevinsUpdate faq-bce further for changes in 0.54.
2005-01-07 Simon TathamProxy command formatting now recognises `%proxyhost' and
2005-01-07 Simon TathamUse sk_set_frozen() to ensure that no data will be...
2005-01-06 Jacob NevinsAdd an explicit message about lack of support for PASSW...
2005-01-06 Simon TathamI can't believe that after all this time we still had...
2005-01-06 Jacob Nevins`kbdint-failure': we now offer keyboard-interactive...
2005-01-06 Jacob NevinsTry to make it clearer that "-be" and "-bc" must be...
2005-01-04 Simon TathamDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 Ben HarrisIf we're going to use select(), we need <sys/select.h>.
2005-01-02 Jacob Nevinscolon in kex UI
2005-01-02 Simon TathamIt's a new year!
2005-01-01 Jacob NevinsLocalise "not connected to a host" messages.
2005-01-01 Jacob NevinsNow that rm, mkdir, and rmdir can operate on lots of...
2005-01-01 Jacob NevinsDocument recent changes to PSFTP (and other documentati...
2005-01-01 Jacob NevinsRemove rogue sfree()s inside new wildcard action functi...
2005-01-01 Simon TathamThere's always one: fix small memory leak introduced...
2005-01-01 Simon Tatham"Nirwana Nirwana" points out that mget, mput and ls...
2004-12-31 Simon TathamA couple of people have pointed out that the local variable
2004-12-31 Simon TathamRename some of the more stupidly named files in the...
2004-12-31 Simon TathamIn r5043 Jacob removed the `Load' and `Delete' buttons...
2004-12-31 Simon TathamAllow reconfiguration of compression and cipher settings in
2004-12-30 Simon TathamReinstate the textual service name in port forwarding...
2004-12-30 Simon TathamJacob points out that when we reconfigure port forwardi...
2004-12-30 Ben HarrisIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamStray // comments.
2004-12-30 Simon TathamI've decided that trying to do wildcards in PSFTP as...
2004-12-30 Jacob NevinsRemove "Load" button in mid-session configuration dialo...
2004-12-29 Simon TathamAdd some discussion of rekeys-as-keepalives, and their...
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...
next