http://bugs.winehq.org/show_bug.cgi?id=19781
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24545|0 |1 is obsolete| |
--- Comment #30 from Hans Leidekker hans@meelstraat.net 2009-11-17 04:08:59 --- Created an attachment (id=24799) --> (http://bugs.winehq.org/attachment.cgi?id=24799) rpcrt4: Add secure rpc tests.
applied. More tests need to be done to see whether the identity passed into RpcBindingSetAuthInfo is seen on the server side (RpcBindingInqAuthClient) for ncalrpc & ncacn_ip_tcp.
These updated tests succeed here on Windows and crash in the same way cl.exe does on Wine. RpcBindingInqAuthClient does not return a handle to the client identity in the Privs parameter in case of ncalrpc, if that's what you mean. Instead it returns the principal as a Unicode string, as documented on MSDN.