Cleanups of the GSSAPI support. On Windows, standard GSS libraries
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Sep 2010 07:16:56 +0000 (07:16 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Sep 2010 07:16:56 +0000 (07:16 +0000)
commit1e00c92b81273392a7db4796dc163b0729891e44
treef9e7e67db218edd81fad912fb60f0d359f9dd0c2
parent63f305ff4329c3d56ad2d5b22dbf20873fd6f627
Cleanups of the GSSAPI support. On Windows, standard GSS libraries
are now loaded from standard locations (system32 for SSPI, the
registry-stored MIT KfW install location for KfW) rather than using
the risky default DLL search path; I've therefore also added an
option to manually specify a GSS DLL we haven't heard of (which
should in principle Just Work provided it supports proper GSS-API as
specified in the RFC). The same option exists on Unix too, because
it seemed like too useful an idea to reserve to Windows. In
addition, GSSAPI is now documented, and also (unfortunately) its GUI
configuration has been moved out into a sub-subpanel on the grounds
that it was too big to fit in Auth.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9003 cda61777-01e9-0310-a592-d414129be87e
12 files changed:
config.c
doc/config.but
putty.h
settings.c
ssh.c
sshgss.h
sshnogss.c
unix/unix.h
unix/uxgss.c
windows/wingss.c
windows/winhelp.h
windows/winstuff.h