http://bugs.winehq.org/show_bug.cgi?id=19781
--- Comment #24 from Kai Blin kai.blin@gmail.com 2009-10-29 03:21:41 --- (In reply to comment #23)
thanks for looking at this. Hope university releases its grip enough to let you wrap your head around it soon! What's the prognosis?
Well, _if_ I could find my way around the horrible mess that is our RPC code, I might be able to do something. I keep wasting the few hours I have per week at poking around the rpc code.
Basically, RPCRT4_ClientAuthorize needs to send the buffer returned from InitializeSecurityContext to the server, then receive the reply from the server and loop on doing that until the result from InitializeSecurityContext isn't SEC_I_CONTINUE anymore. However, so far I haven't managed to find out how to do the "send to server" and "receive from server" parts are supposed to work.
I'm stuck at that point.