mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 03:20:59 -05:00
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]
This commit is contained in:
@ -44,6 +44,9 @@ struct FontSpec {
|
||||
#define BYTE UInt8
|
||||
#define DWORD UInt32
|
||||
|
||||
typedef UInt32 uint32;
|
||||
#define PUTTY_UINT32_DEFINED
|
||||
|
||||
#define OPTIMISE_SCROLL
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user