r4474: - converted ldb to use talloc internally
authorAndrew Tridgell <tridge@samba.org>
Sun, 2 Jan 2005 07:49:29 +0000 (07:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:55 +0000 (13:07 -0500)
commit0ab98f50a7e0fe15347a99e5c29a6590a87729a0
treea6af80f31befd75bc180f68df59f88abb60293a5
parent98b5f73c1ba34d7576c5995069b485c1c5ede324
r4474: - converted ldb to use talloc internally

- added gcov flags to Makefile.ldb

- expanded ldb test suite to get more coverage
28 files changed:
source/lib/ldb/Makefile.ldb
source/lib/ldb/common/ldb_alloc.c [deleted file]
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/common/ldb_modules.c
source/lib/ldb/common/ldb_msg.c
source/lib/ldb/common/ldb_parse.c
source/lib/ldb/common/ldb_utf8.c
source/lib/ldb/config.mk
source/lib/ldb/include/includes.h
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_private.h
source/lib/ldb/include/talloc.h [deleted file]
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/ldb_tdb/ldb_cache.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_match.c
source/lib/ldb/ldb_tdb/ldb_pack.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/ldb_tdb/ldb_tdb.h
source/lib/ldb/modules/skel.c
source/lib/ldb/modules/timestamps.c
source/lib/ldb/tests/test-generic.sh
source/lib/ldb/tools/ldbadd.c
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c