r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
authorAndrew Tridgell <tridge@samba.org>
Sun, 24 Sep 2006 02:49:04 +0000 (02:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:14:36 +0000 (12:14 -0500)
commit3e2c696e45b24b0192ab7b1ddaf1dd4d79571609
tree9c4423bdb006f7c183fea0c87331d23e7043d0b1
parent0c3194816b513e3743ddcacd1eca2b683ca39b88
r18866: Jeremy and Volker have given the go-ahead on the group mapping ldb
code. Yay!

This first commit copies lib/ldb/ from Samba4. A huge congratulations
should go to Simo on this - he has put an enormous amount of work into
ldb, and it's great to see it go into the Samba3 tree.
(This used to be commit bbedf2e34315f5c420a3a05dfe22b1d5cf79f042)
126 files changed:
source3/lib/ldb/Doxyfile [new file with mode: 0644]
source3/lib/ldb/Makefile.in [new file with mode: 0644]
source3/lib/ldb/README_gcov.txt [new file with mode: 0644]
source3/lib/ldb/aclocal.m4 [new file with mode: 0644]
source3/lib/ldb/autogen.sh [new file with mode: 0755]
source3/lib/ldb/common/attrib_handlers.c [new file with mode: 0644]
source3/lib/ldb/common/ldb.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_attributes.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_controls.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_debug.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_dn.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_ldif.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_match.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_modules.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_msg.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_parse.c [new file with mode: 0644]
source3/lib/ldb/common/ldb_utf8.c [new file with mode: 0644]
source3/lib/ldb/common/qsort.c [new file with mode: 0644]
source3/lib/ldb/config.guess [new file with mode: 0755]
source3/lib/ldb/config.mk [new file with mode: 0644]
source3/lib/ldb/config.sub [new file with mode: 0755]
source3/lib/ldb/configure.ac [new file with mode: 0644]
source3/lib/ldb/docs/builddocs.sh [new file with mode: 0755]
source3/lib/ldb/docs/design.txt [new file with mode: 0644]
source3/lib/ldb/docs/installdocs.sh [new file with mode: 0755]
source3/lib/ldb/examples.dox [new file with mode: 0644]
source3/lib/ldb/examples/ldbreader.c [new file with mode: 0644]
source3/lib/ldb/examples/ldifreader.c [new file with mode: 0644]
source3/lib/ldb/include/dlinklist.h [new file with mode: 0644]
source3/lib/ldb/include/includes.h [new file with mode: 0644]
source3/lib/ldb/include/ldb.h [new file with mode: 0644]
source3/lib/ldb/include/ldb_errors.h [new file with mode: 0644]
source3/lib/ldb/include/ldb_private.h [new file with mode: 0644]
source3/lib/ldb/install-sh [new file with mode: 0755]
source3/lib/ldb/ldap.m4 [new file with mode: 0644]
source3/lib/ldb/ldb.pc.in [new file with mode: 0644]
source3/lib/ldb/ldb_ildap/ldb_ildap.c [new file with mode: 0644]
source3/lib/ldb/ldb_ldap/ldb_ldap.c [new file with mode: 0644]
source3/lib/ldb/ldb_sqlite3/README [new file with mode: 0644]
source3/lib/ldb/ldb_sqlite3/base160.c [new file with mode: 0644]
source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c [new file with mode: 0644]
source3/lib/ldb/ldb_sqlite3/schema [new file with mode: 0644]
source3/lib/ldb/ldb_sqlite3/trees.ps [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_cache.c [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_index.c [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_pack.c [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_search.c [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_tdb.c [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_tdb.h [new file with mode: 0644]
source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c [new file with mode: 0644]
source3/lib/ldb/libldb.m4 [new file with mode: 0644]
source3/lib/ldb/mainpage.dox [new file with mode: 0644]
source3/lib/ldb/man/ad2oLschema.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldb.3.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbadd.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbdel.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbedit.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbmodify.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbrename.1.xml [new file with mode: 0644]
source3/lib/ldb/man/ldbsearch.1.xml [new file with mode: 0644]
source3/lib/ldb/man/oLschema2ldif.1.xml [new file with mode: 0644]
source3/lib/ldb/modules/asq.c [new file with mode: 0644]
source3/lib/ldb/modules/ldb_map.c [new file with mode: 0644]
source3/lib/ldb/modules/ldb_map.h [new file with mode: 0644]
source3/lib/ldb/modules/ldb_map_inbound.c [new file with mode: 0644]
source3/lib/ldb/modules/ldb_map_outbound.c [new file with mode: 0644]
source3/lib/ldb/modules/ldb_map_private.h [new file with mode: 0644]
source3/lib/ldb/modules/objectclass.c [new file with mode: 0644]
source3/lib/ldb/modules/operational.c [new file with mode: 0644]
source3/lib/ldb/modules/paged_results.c [new file with mode: 0644]
source3/lib/ldb/modules/paged_searches.c [new file with mode: 0644]
source3/lib/ldb/modules/rdn_name.c [new file with mode: 0644]
source3/lib/ldb/modules/schema.c [new file with mode: 0644]
source3/lib/ldb/modules/skel.c [new file with mode: 0644]
source3/lib/ldb/modules/sort.c [new file with mode: 0644]
source3/lib/ldb/samba/README [new file with mode: 0644]
source3/lib/ldb/samba/ldif_handlers.c [new file with mode: 0644]
source3/lib/ldb/sqlite3.m4 [new file with mode: 0644]
source3/lib/ldb/swig/Ldb.py [new file with mode: 0644]
source3/lib/ldb/swig/ldb.i [new file with mode: 0644]
source3/lib/ldb/tests/init.ldif [new file with mode: 0644]
source3/lib/ldb/tests/init_slapd.sh [new file with mode: 0755]
source3/lib/ldb/tests/kill_slapd.sh [new file with mode: 0755]
source3/lib/ldb/tests/ldapi_url.sh [new file with mode: 0755]
source3/lib/ldb/tests/photo.ldif [new file with mode: 0644]
source3/lib/ldb/tests/samba4.png [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-add-test.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-mod-test-1.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-mod-test-2.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-mod-test-3.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-mod-test-4.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema-mod-test-5.ldif [new file with mode: 0644]
source3/lib/ldb/tests/schema-tests/schema.ldif [new file with mode: 0644]
source3/lib/ldb/tests/slapd.conf [new file with mode: 0644]
source3/lib/ldb/tests/start_slapd.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-attribs.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-config.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-default-config.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-extended.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-generic.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-index.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-ldap.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-modify.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-schema.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-sqlite3.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-tdb-features.sh [new file with mode: 0644]
source3/lib/ldb/tests/test-tdb.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-wildcard.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test-wrong_attributes.ldif [new file with mode: 0644]
source3/lib/ldb/tests/test.ldif [new file with mode: 0644]
source3/lib/ldb/tests/testdata.txt [new file with mode: 0644]
source3/lib/ldb/tests/testsearch.txt [new file with mode: 0644]
source3/lib/ldb/tools/ad2oLschema.c [new file with mode: 0644]
source3/lib/ldb/tools/cmdline.c [new file with mode: 0644]
source3/lib/ldb/tools/cmdline.h [new file with mode: 0644]
source3/lib/ldb/tools/convert.c [new file with mode: 0644]
source3/lib/ldb/tools/convert.h [new file with mode: 0644]
source3/lib/ldb/tools/ldbadd.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbdel.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbedit.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbmodify.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbrename.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbsearch.c [new file with mode: 0644]
source3/lib/ldb/tools/ldbtest.c [new file with mode: 0644]
source3/lib/ldb/tools/oLschema2ldif.c [new file with mode: 0644]
source3/lib/ldb/web/index.html [new file with mode: 0644]