http://bugs.winehq.org/show_bug.cgi?id=19781
--- Comment #25 from Hans Leidekker hans@meelstraat.net 2009-11-04 02:44:46 --- Created an attachment (id=24545) --> (http://bugs.winehq.org/attachment.cgi?id=24545) rpcrt4: Add secure rpc test.
This patch adds a test that reproduces the crash seen in this bug.
It applies on top of this patch: http://www.winehq.org/pipermail/wine-patches/2009-November/080899.html
My plan was to run the same test over ncacn_ip_tcp on windows and spy on it with wireshark, but alas, I get an unknown exception 0x0000063d when I do that. Same thing with ncacn_np, only ncalrpc seems to allow secure mode.
A possible explanation is that I'm supplying default credentials, which are only valid on the machine itself.