r5585: LDB interfaces change:
authorSimo Sorce <idra@samba.org>
Sun, 27 Feb 2005 11:35:47 +0000 (11:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:10:55 +0000 (13:10 -0500)
commitb1b14817eaa6e6579596d54166e17bc8d5605c01
treeb1af59838a0337dd52b510374b048255397dfe24
parentd2dc86994e7075490f95faa1cc85008feb38f04a
r5585: LDB interfaces change:

changes:
- ldb_wrap disappears from code and become a private structure of db_wrap.c
  thanks to our move to talloc in ldb code, we do not need to expose it anymore

- removal of ldb_close() function form the code
  thanks to our move to talloc in ldb code, we do not need it anymore
  use talloc_free() to close and free an ldb database

- some minor updates to ldb modules code to cope with the change and fix some
  bugs I found out during the process
(This used to be commit d58be9e74b786a11a57e89df36081d55730dfe0a)
30 files changed:
source4/dsdb/samdb/samdb.c
source4/include/db_wrap.h
source4/ldap_server/ldap_hacked_ldb.c
source4/ldap_server/ldap_rootdse.c
source4/ldap_server/ldap_simple_ldb.c
source4/lib/db_wrap.c
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/include/ldb_private.h
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/man/man3/ldb.yo
source4/lib/ldb/modules/schema.c
source4/lib/ldb/modules/skel.c
source4/lib/ldb/modules/timestamps.c
source4/lib/ldb/tools/ldbadd.c
source4/lib/ldb/tools/ldbdel.c
source4/lib/ldb/tools/ldbedit.c
source4/lib/ldb/tools/ldbmodify.c
source4/lib/ldb/tools/ldbrename.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/ldb/tools/ldbtest.c
source4/lib/registry/reg_backend_ldb.c
source4/libnet/libnet_join.c
source4/nbt_server/wins/winsdb.c
source4/nbt_server/wins/winsdb.h
source4/passdb/secrets.c
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/netlogon/schannel_state.c