r490: - expanded the test suite to test modify and delete operations
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 May 2004 04:27:29 +0000 (04:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:45 +0000 (12:51 -0500)
commit232bc1503fc0e3f85b4711f077d2566dc0f0c823
tree14e4a2736ab44368bdb27296ddbe5fb3a05fd5fc
parentaf66c31e44bcb052f35f9b1de8e997149fddac89
r490: - expanded the test suite to test modify and delete operations

- made yet another attempt to make ldb const clean.

- "make test" now runs both the tdb and ldap backend tests, and run the ldbtest utility
  with and without indexing

- added prototypes in ldb.h for ldb_msg_*() public functions
(This used to be commit 01e87406768cb5a98ac8530a2f361a4987a36cd3)
13 files changed:
source4/lib/ldb/Makefile.ldb
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_ldif.c
source4/lib/ldb/include/ldb.h
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_search.c
source4/lib/ldb/tests/init_slapd.sh
source4/lib/ldb/tests/test-generic.sh
source4/lib/ldb/tests/test-tdb.sh
source4/lib/ldb/tools/ldbsearch.c
source4/lib/ldb/tools/ldbtest.c