r13609: Get in the initial work on making ldb async
authorSimo Sorce <idra@samba.org>
Wed, 22 Feb 2006 01:31:35 +0000 (01:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:59 +0000 (13:51 -0500)
commit1e2c13b2d52de7c534493dd79a2c0596a3e8c1f5
tree7a312376ed505aeafc2981f5dc5f6655c00c9ea4
parentd0b8957f38fda4d84a318d6121ad87ba53a9ddb3
r13609: Get in the initial work on making ldb async
Currently only ldb_ildap is async, the plan
is to first make all backend support the async calls,
and then remove the sync functions from backends and
keep the only in the API.

Modules will need to be transformed along the way.

Simo
17 files changed:
source/ldap_server/ldap_backend.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_ildap/ldb_ildap.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/tools/cmdline.c
source/lib/ldb/tools/ldbsearch.c
source/libcli/ldap/ldap.c
source/libcli/ldap/ldap.h
source/libcli/ldap/ldap_client.c
source/libcli/ldap/ldap_client.h
source/libcli/ldap/ldap_controls.c
source/libcli/ldap/ldap_ildap.c