Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / settings.c
2013-08-07 simonRevert the default for font bolding style back to using...
2013-08-02 simonRaise the default scrollback from 200 to 2000 lines...
2012-07-28 simonAdd a bug-compatibility flag to disable the
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2011-10-02 simonTurn 'Filename' into a dynamically allocated type with...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 simonFix assertion failure in wprefs() when the list is...
2011-07-15 simonDon't delete everything under a string-subkeyed primary...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-06-25 simonRewrite gprefs() in settings.c so that its input mappin...
2011-01-15 simonAllow setting the WM_CLASS X window property as a confi...
2010-12-27 jacobAdd an option to disable SSH-2 banners.
2010-12-23 simonSupport for Windows 7 jump lists (right-click on a...
2010-09-25 simonCleanups of the GSSAPI support. On Windows, standard...
2010-09-15 jacobUse the same key for both saving and loading the GSSAPI...
2010-05-19 simonPatch from Alejandro Sedeno, somewhat modified by me...
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-24 jacobWhen looking for a local username on Windows, if we...
2009-01-05 jacobr5080 didn't go far enough -- since 0.58, anyone on...
2008-11-24 jacobNew option to allow use of the local OS username for...
2008-11-17 simonRevamp of the local X11 connection code. We now parse...
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2007-12-05 benAdd a new bug-compatibility mode that limits the window...
2007-08-04 benRemember to clear ssh_simple when initialising config.
2007-08-04 ben"CR implies LF" patch, based on one from Paul Coldrey.
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-04-30 benAdd support for RFC 4432 RSA key exchange, the patch...
2007-02-10 simonSince we're now able to cope with Default Settings...
2006-12-31 jacobPatch inspired by one from Daniel Silverstone in Debian...
2006-11-15 jacobChris Boucher spotted that after "-nc" was added (r6823...
2006-08-28 simonThat OVERLAPPED fix seems to have made flow control...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2006-01-11 owenConfigurable font quality on Windows. (Together with...
2005-12-01 jacobSSH-2 rekey bug compatibility setting wasn't being...
2005-09-12 benWhen the first element in a preference list was unrecog...
2005-05-05 jacobImplement `bypass-ssh2-userauth', since from correspond...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-14 benImplement my experimental arcfour modes. The 256-bit...
2005-04-11 jacobFactor out the code to read and write the Environment...
2005-04-07 jacobIn get_sesslist(), when freeing, set freed members...
2005-03-22 jacobAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-02-17 simonAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-01-11 simonServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-08 simonJacob points out that changing TICKSPERSEC in unix...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-24 jacobBasic configurability for client-initiated rekeys.
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-09 simonDJSD requests a force-monochrome option for users who...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 simonRJK's patch to enable PuTTY's X forwarding to connect...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2004-04-27 jacobVarious tweaks to header comments to remind me which...
2003-12-31 simonD'oh! WideFont and WideBoldFont were being read from...
2003-12-03 jacobFix for `logging-save-default': allow logging settings...
2003-09-03 jacobImplement `default-colours' on Windows based loosely...
2003-08-25 simonWindows PSCP now links against winsftp.c, and scp.c...
2003-08-21 simonRichard B's patch to enable users to explicitly request...
2003-05-08 simonFix a typo in my backwards-compatibility wart. Oops.
2003-05-07 simonYesterday's proxy enhancements also slightly nadgered...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 simonYikes - saving of Default Settings must have been broke...
2003-03-15 simonMissed a couple of the Unix-specific settings out of...
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 simonOf course, that cleanup I did earlier in which I ration...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-22 simonNext instalment of the Great Incompatible Defaults...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-02 simonA couple of X forwarding fixes for Unix Plink. Firstly...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-11-25 benMake the default font on Mac OS be Monaco 9 rather...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-17 benApple's C compilers don't think that putting parenthese...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-28 simonCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-16 simonTemporarily change the default for cut-and-paste of...
2002-10-16 simonOops, forgot to add BoldFont to the settings module.
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonDeal with the warnings generated when passing a pointer...
2002-10-14 simonBell overload was working in principle, but wasn't...
2002-10-13 simonThe Great Defaults Change (and about time too)! SSH...
2002-10-10 simonStop hard-coding a nonstandard font. We now default...
next