r19465: Rather than use the non-standard API for determining the signature
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Oct 2006 06:08:25 +0000 (06:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:37 +0000 (14:21 -0500)
commit3c203ab927b0ec793ec431199526bb218cc6e2bc
treec837c57793cbbc9b1a417ddba6ff915c4f25378d
parent95424817274295c56da3d3a5dc1ba3b2d75b0f8d
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
(This used to be commit bd1e0f679c8f2b9755051b8d34114fa127a7cf26)
source4/auth/gensec/gensec_gssapi.c
source4/librpc/rpc/dcerpc.c
source4/rpc_server/dcesrv_auth.c