r2648: - use a destructor on struct server_connection to simplify the
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Sep 2004 03:50:24 +0000 (03:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:16 +0000 (12:59 -0500)
commit9a62dce0ac2dd751c9cc3b9906eec8c4fe7c51b7
treea6fd92fd12aae07a2bab782feecd66b4369b61f7
parent764eddb69647681f784f343a122251ca1ecf62df
r2648: - use a destructor on struct server_connection to simplify the
  connection termination cleanup, and to ensure that the event
  contexts are properly removed for every process model

- gave auth_context the new talloc treatment, which removes another
  source of memory leaks.
(This used to be commit 230e1cd777b0fba82dffcbd656cfa23c155d0560)
source4/auth/auth.c
source4/auth/auth.h
source4/auth/auth_util.c
source4/libcli/auth/gensec_ntlmssp.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/smb_server/negprot.c
source4/smb_server/sesssetup.c
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/service.c