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)
commitee44733f94864fb0a1ae15d48e3335c0705a82ae
tree8f9691975aab7a6ce3736e64283e66a69db3c194
parentf1c3fa060efcecde404d0bfb55c359ef7fe36ed8
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.
(This used to be commit e9e85c464411c561c5073d262a2e3533fec175ca)
19 files changed:
source4/lib/ldb/Makefile.ldb
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_index.c
source4/lib/ldb/ldb_tdb/ldb_match.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/ldb_tdb/ldbadd.c [deleted file]
source4/lib/ldb/ldb_tdb/ldbdel.c [deleted file]
source4/lib/ldb/ldb_tdb/ldbsearch.c [deleted file]
source4/lib/ldb/tests/test-generic.sh [new file with mode: 0644]
source4/lib/ldb/tests/test-ldap.sh [new file with mode: 0755]
source4/lib/ldb/tests/test-modify.ldif [new file with mode: 0644]
source4/lib/ldb/tests/test-tdb.sh [new file with mode: 0755]
source4/lib/ldb/tools/ldbadd.c
source4/lib/ldb/tools/ldbmodify.c [new file with mode: 0644]
source4/lib/ldb/tools/ldbsearch.c