s3-auth Add TALLOC_CTX * to auth_generic_prepare()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Dec 2011 01:13:21 +0000 (12:13 +1100)
committerStefan Metzmacher <metze@samba.org>
Thu, 5 Jan 2012 16:17:28 +0000 (17:17 +0100)
commit1075efabc73ef9e890fdb7a53b15cabf467c6a9b
tree9650b14e43f168f062d26a4f61029d67f16725f7
parentc579b735d6e5ba5345ae8e26477ab13c2646c84a
s3-auth Add TALLOC_CTX * to auth_generic_prepare()

This makes the long term owner of this memory more clear.  So far only the
clear cases have been moved from NULL however.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/auth/auth_generic.c
source3/auth/proto.h
source3/rpc_server/dcesrv_auth_generic.c
source3/smbd/negprot.c
source3/smbd/seal.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c