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)
commitd58be9e74b786a11a57e89df36081d55730dfe0a
tree0f6e4ddec031a17a9cc5cd95c51220cfdfbb3f2a
parente77a070c841c7a1b73dfcea2d43651618557d0f4
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
30 files changed:
source/dsdb/samdb/samdb.c
source/include/db_wrap.h
source/ldap_server/ldap_hacked_ldb.c
source/ldap_server/ldap_rootdse.c
source/ldap_server/ldap_simple_ldb.c
source/lib/db_wrap.c
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_modules.c
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_private.h
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/man/man3/ldb.yo
source/lib/ldb/modules/schema.c
source/lib/ldb/modules/skel.c
source/lib/ldb/modules/timestamps.c
source/lib/ldb/tools/ldbadd.c
source/lib/ldb/tools/ldbdel.c
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbrename.c
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c
source/lib/registry/reg_backend_ldb.c
source/libnet/libnet_join.c
source/nbt_server/wins/winsdb.c
source/nbt_server/wins/winsdb.h
source/passdb/secrets.c
source/rpc_server/lsa/dcesrv_lsa.c
source/rpc_server/netlogon/schannel_state.c