added the rest of the ldb_modify() code, which required a fairly large
authorAndrew Tridgell <tridge@samba.org>
Sat, 3 Apr 2004 12:29:21 +0000 (12:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 3 Apr 2004 12:29:21 +0000 (12:29 +0000)
commite9e85c464411c561c5073d262a2e3533fec175ca
tree620e47f4dd864026d747d62e03db6caddff4721a
parent3355fec421f82034f433a4b59aa5ad589b070577
added the rest of the ldb_modify() code, which required a fairly large
change in the ldb API. The API is now much closer to LDAP.
19 files changed:
source/lib/ldb/Makefile.ldb
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_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/ldbadd.c [deleted file]
source/lib/ldb/ldb_tdb/ldbdel.c [deleted file]
source/lib/ldb/ldb_tdb/ldbsearch.c [deleted file]
source/lib/ldb/tests/test-generic.sh [new file with mode: 0644]
source/lib/ldb/tests/test-ldap.sh [new file with mode: 0755]
source/lib/ldb/tests/test-modify.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-tdb.sh [new file with mode: 0755]
source/lib/ldb/tools/ldbadd.c
source/lib/ldb/tools/ldbmodify.c [new file with mode: 0644]
source/lib/ldb/tools/ldbsearch.c