]> asedeno.scripts.mit.edu Git - PuTTY.git/history - config.c
first pass
[PuTTY.git] / config.c
2006-08-29 Simon TathamNew logging mode, which records the exact bytes sent...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-06-20 Jacob NevinsIn the config dialog, clip RGB values to [0..255] rathe...
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-09-21 Owen DunnPlatform-independent support for zooming around session...
2005-05-05 Jacob NevinsImplement `bypass-ssh2-userauth', since from correspond...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-07 Jacob NevinsAdd keyboard accelerators for IPv4/IPv6 selections options.
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-15 Owen DunnFix pterm-logtype-crash
2005-03-11 Jacob NevinsMake it clearer which protocol version various bugs...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-05 Simon TathamPlatform-independent fixes for NO_IPV6 compilation (prevent
2005-03-04 Jacob NevinsFix minor imprecisions in cfg->portfwd[] bounds checkin...
2005-02-17 Simon TathamAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-16 Jacob Nevinsportfwd validation was sometimes not picking up a blank...
2005-01-11 Ben HarrisVersions of OpenSSH before 2.5.4 kill the connection...
2005-01-11 Simon TathamServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 Simon TathamI've changed my mind about what the IP version selectio...
2005-01-02 Jacob Nevinscolon in kex UI
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 TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Jacob NevinsRemove "Load" button in mid-session configuration dialo...
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-28 Simon TathamAbility to save in mid-session! Simplest possible resol...
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-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-12-16 Jacob NevinsAbe Crabtree complains that flushing the log file as...
2004-11-28 Simon TathamImplement xterm 256-colour mode.
2004-11-15 Simon TathamMiloslav Cempirek Ing points out that we should return from
2004-11-09 Simon TathamDJSD requests a force-monochrome option for users who...
2004-10-16 Simon TathamMoved the environment variables config block out of...
2004-10-13 Simon TathamImplement part of `ssh2-generality': introduce the...
2004-10-02 Jacob Nevins`ssh-log-pw-blank': known password fields are now omitt...
2004-09-22 Jacob NevinsDocument telnet_keyboard more completely, cross-referen...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-24 Jacob NevinsThere do in fact appear to be help topics for the Arabi...
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2004-04-25 Jacob NevinsIn the special case that handles selecting a session...
2004-04-24 Jacob NevinsIn SSH, we now send terminal speeds to the server when...
2003-11-20 Simon TathamMove the `translation of line drawing characters when...
2003-10-08 Owen DunnCosmetic, to fix ssh2-des-cbc-is-std
2003-05-07 Simon TathamYesterday's proxy enhancements also slightly nadgered...
2003-05-06 Simon TathamSupport, on Unix only (so far), for OpenSSH-style gener...
2003-04-26 Simon TathamFiner granularity of config box handling. SSH packet...
2003-04-26 Simon TathamMake the `vtmode' config option work under X. In the...
2003-04-26 Simon TathamThe line-drawing paste config option has changed its...
2003-04-12 Simon TathamDisable window title reporting by default, since it...
2003-04-10 Simon TathamImplemented Change Settings under Unix. We are graduall...
2003-04-06 Simon TathamNow that we have `appname', make much wider use of it. In
2003-04-05 Simon TathamFixed the printing and charset combo boxes in Unix...
2003-04-05 Simon TathamUnix can't sensibly enumerate printers (since they...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 Ben HarrisRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 Simon TathamThe GTK colour selector does not provide full 8-bit...
2003-03-22 Simon TathamMake sure one of the Local/Remote port forwarding radio...
2003-03-18 Simon TathamBig sprawling dialog-box commit covering all sorts...
2003-03-15 Simon TathamThe Telnet ENVIRON configurer also had a list box with...
2003-03-15 Simon TathamWindows sets automatic tabs in list boxes, but GTK...
2003-03-14 Simon TathamThe divisor in the bell timing boxes should be TICKSPER...
2003-03-14 Simon TathamContinuing work on the GTK config box. Created uxcfg...
2003-03-13 Simon TathamFirst stab at a GTK layout engine. It's missing all...
2003-03-08 Simon TathamAdd the ability to allocate extra per-dialog-instance...
2003-03-06 Simon TathamJust for Jacob, the ciphers drag list is now six lines...
2003-03-06 Simon TathamFix a couple of stupid typos in the session-saving code.
2003-03-06 Simon TathamRepair the delete-saved-session button (trivial braino).
2003-03-06 Simon TathamRichard B's patch to push erased text into the scrollba...
2003-03-05 Simon TathamThe long-awaited config box revamp! I've taken the...