]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitb33242f4351ce854831cae21985760c198b22bf6
treea3150f2ad3b7903057a6256ff1d292daa3a1895e
parentbbd787a44dd47a98a7e95e482cfd16df1c87ac49
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: http://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