]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Cleanups of the GSSAPI support. On Windows, standard GSS libraries
authorSimon Tatham <anakin@pobox.com>
Sat, 25 Sep 2010 07:16:56 +0000 (07:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 25 Sep 2010 07:16:56 +0000 (07:16 +0000)
commit406e62f77b3603f3efd2827930513b8c92e83dae
treef9e7e67db218edd81fad912fb60f0d359f9dd0c2
parent010f8c42c55cbc5fb00b0900d8f6a3ed73751c38
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.

[originally from svn r9003]
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