r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
authorAndrew Tridgell <tridge@samba.org>
Thu, 20 May 2004 13:25:06 +0000 (13:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:53:50 +0000 (12:53 -0500)
commit36575396234e3d35dbd442c8f1ff54a17ae64e64
treed4c9a6cef9e2419350c788a42c29e9862317972a
parentec38392888d20991abe18dd3e6ca226a62c7d4ae
r792:  - changed the ldb ldif_* functions to be in the ldb_ namespace

 - added better error reporting in ldbdel

 - fixed a bug in handling packing of records which contain elements
   with no values (it caused db corruption)

 - allow search with "dn" as target attribute
12 files changed:
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/common/ldb_parse.c
source/lib/ldb/include/ldb.h
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/tools/ldbadd.c
source/lib/ldb/tools/ldbdel.c
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbsearch.c