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)
commitfb2f70de4f6c4a9b13ad590cb4d3a9c858cede49
treef90516d1a4464c19c7f4488118af6c1286dee006
parent7ef63abae12f65835a82f9931ad1f5ea75e5f3f6
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.
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_modules.c
source/lib/ldb/config.mk
source/lib/ldb/include/ldb_private.h
source/lib/ldb/ldb_ildap/ldb_ildap.c
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/torture/torture.c