r19465: Rather than use the non-standard API for determining the signature
commitbd1e0f679c8f2b9755051b8d34114fa127a7cf26
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Oct 2006 06:08:25 +0000 (23 06:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:37 +0000 (10 14:21 -0500)
treed068959ceb12db0c34e735123fb887e56ceeb40f
parentc843fce7a0e9b91c4d2de44e7a9ad9599b33ec5c
r19465: Rather than use the non-standard API for determining the signature
length, use the amount the wapped message expanded by.

This works, because GSSAPI doesn't do AEAD (signing of headers), and
so changing the signature length after the fact is valid.

Andrew Bartlett
source/auth/gensec/gensec_gssapi.c
source/librpc/rpc/dcerpc.c
source/rpc_server/dcesrv_auth.c