r2629: convert gensec to the new talloc model
authorAndrew Tridgell <tridge@samba.org>
Sat, 25 Sep 2004 12:08:57 +0000 (12:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:14 +0000 (12:59 -0500)
commitc5f4378361b9671e39fa83b043f28c972ab30b70
tree455519b7d5590d151cf1f2291ca99f8fc77234bb
parent223e78990a16f134a01d1223a0dad8b2accd5fed
r2629: convert gensec to the new talloc model

by making our gensec structures a talloc child of the open connection
we can be sure that it will be destroyed when the connection is
dropped.
(This used to be commit f12ee2f241aab1549bc1d9ca4c35a35a1ca0d09d)
13 files changed:
source4/libcli/auth/gensec.c
source4/libcli/auth/gensec.h
source4/libcli/auth/gensec_krb5.c
source4/libcli/ldap/ldap.c
source4/libcli/raw/clisession.c
source4/librpc/rpc/dcerpc_auth.c
source4/librpc/rpc/dcerpc_ntlm.c
source4/librpc/rpc/dcerpc_schannel.c
source4/librpc/rpc/dcerpc_spnego.c
source4/rpc_server/dcesrv_auth.c
source4/smb_server/negprot.c
source4/smb_server/sesssetup.c
source4/utils/ntlm_auth.c