r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
authorSimo Sorce <idra@samba.org>
Wed, 12 Jan 2005 16:00:01 +0000 (16:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:47 +0000 (13:08 -0500)
commita2f77f979d7271a9708ed06f43b00ffb10ec7f4c
treef9de8a02597f95ba9c7af1c2086a69cafacb3a87
parent7588b41e153ebd84c974f7289847bcd05f32ba4b
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
this helps standalone building of ldb

renew the schema module
split code into functions to improve readability and code reuse

add and modify works correctly but we need a proper testsuite

Simo
(This used to be commit a681ae365ff1b5a2771b42ebd90336651ce1e513)
13 files changed:
source4/lib/ldb/common/ldb_ldif.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/common/ldb_parse.c
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_tdb/ldb_cache.c
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_pack.c
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/modules/schema.c
source4/lib/ldb/modules/timestamps.c
source4/lib/ldb/tools/ldbedit.c