r7593: simplified the memory management in the ldap code. Having a mem_ctx
authorAndrew Tridgell <tridge@samba.org>
Wed, 15 Jun 2005 00:27:51 +0000 (00:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:12 +0000 (13:18 -0500)
commit912d0427f52eac811b27bf7e385b0642f7dc7f53
tree0671fe4e1bcc41a5f1a4f572694bc11d3628d97b
parent66a418a532f30a14353d923317dd6d766f62d926
r7593: simplified the memory management in the ldap code. Having a mem_ctx
element in a structure is not necessary any more.
13 files changed:
source/ldap_server/ldap_backend.c
source/ldap_server/ldap_bind.c
source/ldap_server/ldap_hacked_ldb.c
source/ldap_server/ldap_rootdse.c
source/ldap_server/ldap_server.c
source/ldap_server/ldap_server.h
source/ldap_server/ldap_simple_ldb.c
source/libcli/cldap/cldap.c
source/libcli/ldap/ldap.c
source/libcli/ldap/ldap.h
source/libcli/ldap/ldap_client.c
source/libcli/ldap/ldap_ldif.c
source/torture/ldap/basic.c