Patch from Alejandro Sedeno, somewhat modified by me, which
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 May 2010 18:22:17 +0000 (18:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 May 2010 18:22:17 +0000 (18:22 +0000)
commitb3d375b244187cd77f45dc013668e6273e133179
treea3150f2ad3b7903057a6256ff1d292daa3a1895e
parent23e4df365f332a92d97fae27212b2cf777d5b8e0
Patch from Alejandro Sedeno, somewhat modified by me, which
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8952 cda61777-01e9-0310-a592-d414129be87e
21 files changed:
Recipe
config.c
mac/macstuff.h
mkfiles.pl
nogss.c [new file with mode: 0644]
pgssapi.c [new file with mode: 0644]
pgssapi.h [new file with mode: 0644]
putty.h
settings.c
ssh.c
ssh.h
sshgss.h
sshgssc.c [new file with mode: 0644]
sshgssc.h [new file with mode: 0644]
sshnogss.c [new file with mode: 0644]
unix/configure.ac
unix/unix.h
unix/uxgss.c
unix/uxstore.c
windows/wingss.c
windows/winstuff.h