Re: secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is 1904 not 2010.

2006-06-15 Thread Joris Huizer
Kai Blin wrote: +case SECPKG_ATTR_SIZES: +{ +PSecPkgContext_Sizes spcs = +SECUR32_ALLOC(sizeof(SecPkgContext_Sizes)); +spcs->cbMaxToken = NTLM_MAX_BUF; +spcs->cbMaxSignature = 16; +spcs->cbBlo

Re: secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is 1904 not 2010.

2006-06-15 Thread Kai Blin
* Kai Blin <[EMAIL PROTECTED]> [15/06/06, 20:50:47]: Please disregard this patch. I sent this out to wine-patches by accident. It still has some errors. > +case SECPKG_ATTR_LOCAL_CRED: > +TRACE("MSDN claims SECPKG_ATTR_LOCAL_CRED is obsolete\n"); > +/* fall through