* Mike McCormack <[EMAIL PROTECTED]> [15/05/06, 23:04:25]:

> +  r = AcquireCredentialsHandleA(NULL, "NTLM", SECPKG_CRED_OUTBOUND, NULL,
> +                                AuthIdentity, NULL, NULL, &bind->cred, 
> &bind->exp);

Sweet. Glad to see that code in use. :)
  
  
> +  /* tack on a negotiate packet */
> +  RPCRT4_AuthNegotiate(Connection, &out);
> +  r = RPCRT4_SendAuth(Connection, Header, Buffer, BufferLength, 
> out.pvBuffer, out.cbBuffer);
> +  HeapFree(GetProcessHeap(), 0, out.pvBuffer);
 
Should that actually be a Negotiate packet?
If it should, I can add Negotiate to the set of patches I sent Rob.

Cheers,
Kai

-- 
Kai Blin, (blin at gmx dot net)
Your wig steers the gig.
                -- Lord Buckley


Reply via email to