]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Change how we handle the Ssh_gss_buf type. Previously, we defined it
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 24 Nov 2008 23:44:55 +0000 (23:44 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 24 Nov 2008 23:44:55 +0000 (23:44 +0000)
commit81dafd906eb4817393fabe4d408c16de8586de8b
treee04e767f026175b3cb6cf1ed9d4d174d01f3596c
parenta6cbfd974d1187695454bb563c907c9893ff0b7b
Change how we handle the Ssh_gss_buf type.  Previously, we defined it
ourselves, but on Unix then assumed it was compatible with the system's
gss_buffer_desc, which wasn't the case on LP64 systems.  Now, on Unix
we make Ssh_gss_buf into an alias for gss_buffer_desc, though we keep
something similar to the existing behaviour on Windows.  This requires
renaming a couple of the fields in Ssh_gss_buf, and hence fixing all
the references.

Tested on Linux (MIT Kerberos) and Solaris.  Compiled on NetBSD (Heimdal).
Not tested on Windows because neither mingw32 nor winegcc worked out of the
box for me.  I think the Windows changes are all syntactic, though, so
if this compiles it should work no worse than before.

[originally from svn r8326]
ssh.c
sshgss.h
unix/unix.h
unix/uxgss.c
windows/wingss.c
windows/winstuff.h