r574: - another attempt at const cleanliness in ldb
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 May 2004 23:54:41 +0000 (23:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:47 +0000 (12:51 -0500)
commit62b4ec367d170330d837b0f1fe5cd13205a53b59
tree92b7823606b087c76738646e59f107c52aeba196
parent993a18dd35fb0b09c088eb2bb38d3e14ff755130
r574:  - another attempt at const cleanliness in ldb

 - fixed a problem with searching for values containing an '=' sign

 - fixed the semantics of attempting an attribute deletion on an attribute that doesn't exist.

 - added some more ldb_msg_*() utilities
13 files changed:
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_msg.c
source/lib/ldb/common/ldb_parse.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_search.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/tests/test-modify.ldif
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c