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)
commit58d50a614f1b4a3fc6b60ad5f777d987263fe54f
tree6fc8efe5b4cc66f6e86ad6c11969d000860a253b
parent4aa785b1b23d0add18d5fec6fb6c5b37a6feecac
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
(This used to be commit dc6f41f9e777d37f883303ddef0d96840d80f78e)
36 files changed:
source4/lib/ldb/Makefile.ldb [new file with mode: 0644]
source4/lib/ldb/common/ldb.c [new file with mode: 0644]
source4/lib/ldb/common/ldb_ldif.c [new file with mode: 0644]
source4/lib/ldb/common/ldb_parse.c [new file with mode: 0644]
source4/lib/ldb/common/util.c [new file with mode: 0644]
source4/lib/ldb/docs/design.txt [new file with mode: 0644]
source4/lib/ldb/include/includes.h [new file with mode: 0644]
source4/lib/ldb/include/ldb.h [new file with mode: 0644]
source4/lib/ldb/include/ldb_parse.h [new file with mode: 0644]
source4/lib/ldb/ldb_ldap/ldb_ldap.c [new file with mode: 0644]
source4/lib/ldb/ldb_ldap/ldb_ldap.h [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/.cvsignore [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_index.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_ldif.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_match.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_pack.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_parse.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_parse.h [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_search.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_tdb.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldb_tdb.h [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldbadd.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldbdel.c [new file with mode: 0644]
source4/lib/ldb/ldb_tdb/ldbsearch.c [new file with mode: 0644]
source4/lib/ldb/tests/init.ldif [new file with mode: 0644]
source4/lib/ldb/tests/init_slapd.sh [new file with mode: 0755]
source4/lib/ldb/tests/ldapi_url.sh [new file with mode: 0755]
source4/lib/ldb/tests/slapd.conf [new file with mode: 0644]
source4/lib/ldb/tests/start_slapd.sh [new file with mode: 0755]
source4/lib/ldb/tests/test-index.ldif [new file with mode: 0644]
source4/lib/ldb/tests/test.ldif [new file with mode: 0644]
source4/lib/ldb/tests/testdata.txt [new file with mode: 0644]
source4/lib/ldb/tests/testsearch.txt [new file with mode: 0644]
source4/lib/ldb/tools/ldbadd.c [new file with mode: 0644]
source4/lib/ldb/tools/ldbdel.c [new file with mode: 0644]
source4/lib/ldb/tools/ldbsearch.c [new file with mode: 0644]