dcerpc.idl: the signing overhead can be more than 32 bytes
commit351947dba3f7a26ac871d4aa7b6bba4cd472383a
authorStefan Metzmacher <metze@samba.org>
Thu, 3 Jul 2008 11:40:31 +0000 (3 13:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 3 Jul 2008 13:49:56 +0000 (3 15:49 +0200)
tree69aab9cc90290e630e380393b12679a0effb339f
parent9ff0ce42b32bf0f1463d2cb9c2a6595f51b13d04
dcerpc.idl: the signing overhead can be more than 32 bytes

Windows seems to use 64 here, so we do now.

Before we got nca_proto_error fault because we send fragments
larger than the negotiated max frag size.

If the max frag size is 5840, we're sending 5837 bytes
when the auth_len is 45 and that matches w2k3 traffic.

metze
source/librpc/idl/dcerpc.idl