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)
commit01e87406768cb5a98ac8530a2f361a4987a36cd3
tree6aff6047e2e42be0d69577ff0d5b662243bb35b6
parent34ff18839c97dbb77c76097b4484ebec398da192
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
13 files changed:
source/lib/ldb/Makefile.ldb
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/include/ldb.h
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_search.c
source/lib/ldb/tests/init_slapd.sh
source/lib/ldb/tests/test-generic.sh
source/lib/ldb/tests/test-tdb.sh
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c