gensec: Add a TALLOC_CTX * to gensec_register().
authorJeremy Allison <jra@samba.org>
Thu, 11 May 2017 22:56:29 +0000 (15:56 -0700)
committerRalph Boehme <slow@samba.org>
Sat, 13 May 2017 14:50:13 +0000 (16:50 +0200)
commit3cfa58de1256de94461e9e303984030fa6483568
tree3873ac82aab9e5d5ad8bf6be5e4e4e2b5261526b
parent6f05597f5f02c2ad2b01a66e3b3b4625c6f05021
gensec: Add a TALLOC_CTX * to gensec_register().

Pass in the TALLOC_CTX * from the module init to remove
another talloc_autofree_context() use.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
auth/gensec/external.c
auth/gensec/gensec.h
auth/gensec/gensec_start.c
auth/gensec/ncalrpc.c
auth/gensec/schannel.c
auth/gensec/spnego.c
auth/ntlmssp/ntlmssp.c
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/lib/http/gensec/basic.c
source4/lib/http/gensec/ntlm.c