r435: a major upgrade for ldb
authorAndrew Tridgell <tridge@samba.org>
Sat, 1 May 2004 09:45:56 +0000 (09:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:38 +0000 (12:51 -0500)
commit0dad5a34273bf5cadcfd4a36d69bdffbf69eb073
tree78ddbe4e053287a0e7a0300e945627ce4b24bc29
parenta2b6d47390a07f0d2a737d17144f825a9733d5bf
r435: a major upgrade for ldb

 - added the ability to mark record attributes as being CASE_INSENSITIVE, WILDCARD or INTEGER.

 - added the ability to support objectclass subclasses, and to search by a parent class

 - added internal support for case insensitive versus case sensitive
   indexing (not UTF8 compliant yet)

 - cleaned up a number of const warnings

 - added a number of helper functions for fetching integers, strings and doubles

 - added a in-memory cache for important database properties, supported by a
   database sequence number

 - changed some variable names to avoid conflicts with C++
(This used to be commit f2bf06f25c2e6c744817711c7bedbd1d3b52f994)
18 files changed:
source4/lib/ldb/Makefile.ldb
source4/lib/ldb/common/ldb_ldif.c
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/common/ldb_utf8.c [new file with mode: 0644]
source4/lib/ldb/config.m4
source4/lib/ldb/include/includes.h
source4/lib/ldb/include/ldb.h
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/ldb_tdb/ldb_cache.c [new file with mode: 0644]
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/ldb_tdb.h
source4/lib/ldb/tests/test-attribs.ldif [new file with mode: 0644]
source4/lib/ldb/tests/test-generic.sh
source4/lib/ldb/tools/ldbedit.c