rpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on...
authorRob Shearman <robertshearman@gmail.com>
Tue, 19 Jan 2010 10:30:31 +0000 (10:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 19 Jan 2010 14:03:56 +0000 (15:03 +0100)
commitc66972dfbabf5b16705716d595ee198b730f50f0
treeeab8b28001451894ef2ec4f517489f4472ddaaf8
parent7222e8b665a85b88993bf37833d5f7ffc387729b
rpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on sending to fix authentication against native servers.

Also use the new size to validate incoming AUTH3 packets to be
consistent with native.
dlls/rpcrt4/rpc_defs.h
dlls/rpcrt4/rpc_message.c