rpcrt4: Override authentication functions for ncalrpc protocol to do nothing.
authorRob Shearman <robertshearman@gmail.com>
Sun, 13 Dec 2009 21:35:54 +0000 (21:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Dec 2009 11:19:21 +0000 (12:19 +0100)
commit95026f9d6b6092158d6c22ce21dc7fd651117fc0
tree28dcfbd56fc4ef6bca2ea9a76c21a6e73a634692
parentdeae193ac8a8cbb8378203388ffd08354b9f8e7d
rpcrt4: Override authentication functions for ncalrpc protocol to do nothing.

The protocol is local only and therefore encryption/decryption isn't
necessary to keep the data private, and methods are built into the
protocol for impersonating the user of the calling thread.
dlls/rpcrt4/rpc_transport.c