r16083: Make it possible to initialise a backend module, without it setting up
authorAndrew Bartlett <abartlet@samba.org>
Wed, 7 Jun 2006 21:03:38 +0000 (21:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:57 +0000 (14:08 -0500)
commit247af0d569594512a24e83156e257b8d4d356883
tree01cc382ba950b92059d8dd3686016333caf043b1
parent2ab5bafd7296e4c2a415a4fcbe8a2ba7b4373699
r16083: Make it possible to initialise a backend module, without it setting up
the whole ldb structure.

Because the sequence number was a fn pointer on the main ldb context,
turn it into a full request (currently sync).

Andrew Bartlett
(This used to be commit fbe7d0ca9031e292b2d2fae263233c973982980a)
source4/dsdb/samdb/ldb_modules/rootdse.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_ildap/ldb_ildap.c
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c