]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit01965ef8b061753997812f8b1b1590efa8eaa5ed
treef9e7e67db218edd81fad912fb60f0d359f9dd0c2
parent17e47574e93abf1ddfe1d7d3c5a733a8c3541c50
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: http://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