]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Patch from Alejandro Sedeno, somewhat modified by me, which
authorSimon Tatham <anakin@pobox.com>
Wed, 19 May 2010 18:22:17 +0000 (18:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 19 May 2010 18:22:17 +0000 (18:22 +0000)
commit99fffd6ed357d25a228637be173e8187746b6b77
treea3150f2ad3b7903057a6256ff1d292daa3a1895e
parentf2b737cdd6d865176fbd3aa8f774a649a5e70bb3
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.

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