r13839: Use registration mechanism for backends as well (in the same sense
authorJelmer Vernooij <jelmer@samba.org>
Sun, 5 Mar 2006 16:05:26 +0000 (16:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:14 +0000 (13:52 -0500)
commit5d0aa16dfcf3047a52d3dd7e12ffb704a9725e83
tree8a9ae36a29652dec9dbb5138ba3c0dee86b8e32d
parent8edf29e8ef4d886321a6e8ec3902065641d34f40
r13839: Use registration mechanism for backends as well (in the same sense
my previous patch added it for modules). This is the next step towards
LDB backends and modules as run-time loadable .so files.
(This used to be commit fb2f70de4f6c4a9b13ad590cb4d3a9c858cede49)
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/config.mk
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
source4/torture/torture.c