r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Sep 2005 11:19:02 +0000 (11:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:04 +0000 (13:38 -0500)
commit5edbeca14108a9b2c3badafce0b0b3447a8280f6
tree55129f66d1eff5ab537fea11c0be494be6f08230
parentcfdcc32f8480e538246ca1771e58e9a4835f22b6
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
data to be signed/sealed.  We can use this to split the data from the
signature portion of the resultant wrapped packet.

This required merging the gsskrb5_wrap_size patch from
lorikeet-heimdal, and fixes AES encrption issues on DCE/RPC (we no
longer use a static 45 byte value).

This fixes one of the krb5 issues in my list.

Andrew Bartlett
(This used to be commit e4f2afc34362953f56a026b66ae1aea81e9db104)
14 files changed:
source4/auth/gensec/gensec.c
source4/auth/gensec/gensec.h
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/schannel.c
source4/auth/gensec/spnego.c
source4/auth/ntlmssp/ntlmssp_sign.c
source4/heimdal/lib/gssapi/arcfour.c
source4/heimdal/lib/gssapi/arcfour.h
source4/heimdal/lib/gssapi/cfx.c
source4/heimdal/lib/gssapi/cfx.h
source4/heimdal/lib/gssapi/gssapi.h
source4/heimdal/lib/gssapi/wrap.c
source4/librpc/rpc/dcerpc.c
source4/rpc_server/dcesrv_auth.c