Skip to content
Snippets Groups Projects
  1. Jun 25, 2011
    • Simon Tatham's avatar
      Rewrite gprefs() in settings.c so that its input mapping includes · d764872e
      Simon Tatham authored
      information about where to put items that aren't mentioned in the
      saved configuration. So far the only nontrivial use I've made of this
      facility is to default to placing KEX_RSA just above KEX_WARN in the
      absence of any other information, which should fix
      'ssh2-rsa-kex-pref'.
      
      While I'm here I've rewritten wprefs() on general principles to remove
      the needless length limit, since I was touching it anyway. The length
      limit is still in gprefs (but I've lengthened it just in case).
      
      [originally from svn r9181]
      d764872e
  2. Mar 02, 2011
  3. May 19, 2010
    • Simon Tatham's avatar
      Patch from Alejandro Sedeno, somewhat modified by me, which · 99fffd6e
      Simon Tatham authored
      reorganises the GSSAPI support so that it handles alternative
      implementations of the GSS-API. In particular, this means PuTTY can
      now talk to MIT Kerberos for Windows instead of being limited to
      SSPI. I don't know for sure whether further tweaking will be needed
      (to the UI, most likely, or to automatic selection of credentials),
      but testing reports suggest it's now at least worth committing to
      trunk to get it more widely tested.
      
      [originally from svn r8952]
      99fffd6e
Loading