make a more recent snapshot of ldb available to interested
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Mar 2004 06:45:39 +0000 (06:45 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 31 Mar 2004 06:45:39 +0000 (06:45 +0000)
commitdc6f41f9e777d37f883303ddef0d96840d80f78e
tree42b7dcc56321c04e9a209f74cb1fda5c099507a5
parent0e845ecd49841c620f7f9c5ba6c5bfbb0c572032
make a more recent snapshot of ldb available to interested
people. Note that I decided to make it LGPL.

ldb is not finished yet, but enough of it is there for people to get
an idea of what it does, and quite a few simple tests work
36 files changed:
source/lib/ldb/Makefile.ldb [new file with mode: 0644]
source/lib/ldb/common/ldb.c [new file with mode: 0644]
source/lib/ldb/common/ldb_ldif.c [new file with mode: 0644]
source/lib/ldb/common/ldb_parse.c [new file with mode: 0644]
source/lib/ldb/common/util.c [new file with mode: 0644]
source/lib/ldb/docs/design.txt [new file with mode: 0644]
source/lib/ldb/include/includes.h [new file with mode: 0644]
source/lib/ldb/include/ldb.h [new file with mode: 0644]
source/lib/ldb/include/ldb_parse.h [new file with mode: 0644]
source/lib/ldb/ldb_ldap/ldb_ldap.c [new file with mode: 0644]
source/lib/ldb/ldb_ldap/ldb_ldap.h [new file with mode: 0644]
source/lib/ldb/ldb_tdb/.cvsignore [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_index.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_ldif.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_match.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_pack.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_parse.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_parse.h [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_search.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_tdb.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_tdb.h [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldbadd.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldbdel.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldbsearch.c [new file with mode: 0644]
source/lib/ldb/tests/init.ldif [new file with mode: 0644]
source/lib/ldb/tests/init_slapd.sh [new file with mode: 0755]
source/lib/ldb/tests/ldapi_url.sh [new file with mode: 0755]
source/lib/ldb/tests/slapd.conf [new file with mode: 0644]
source/lib/ldb/tests/start_slapd.sh [new file with mode: 0755]
source/lib/ldb/tests/test-index.ldif [new file with mode: 0644]
source/lib/ldb/tests/test.ldif [new file with mode: 0644]
source/lib/ldb/tests/testdata.txt [new file with mode: 0644]
source/lib/ldb/tests/testsearch.txt [new file with mode: 0644]
source/lib/ldb/tools/ldbadd.c [new file with mode: 0644]
source/lib/ldb/tools/ldbdel.c [new file with mode: 0644]
source/lib/ldb/tools/ldbsearch.c [new file with mode: 0644]