r19955: I'll leave that to others. I *knew* I should not have touchec this
commit22cfffe93e3b9b4a1a3e96d1dc619b68f4f2065d
authorVolker Lendecke <vlendec@samba.org>
Wed, 29 Nov 2006 20:40:37 +0000 (29 20:40 +0000)
committerVolker Lendecke <vlendec@samba.org>
Wed, 29 Nov 2006 20:40:37 +0000 (29 20:40 +0000)
tree5a6e5a93df38b85a4f843239fc6df31cbbe6ce66
parente6f3b1634999816f6e51ab83f78651ef966f657e
r19955: I'll leave that to others. I *knew* I should not have touchec this
anymore. Never.

Volker
132 files changed:
source/Makefile.in
source/lib/ldb/Doxyfile [new file with mode: 0644]
source/lib/ldb/Makefile.in [new file with mode: 0644]
source/lib/ldb/README_gcov.txt [new file with mode: 0644]
source/lib/ldb/aclocal.m4 [new file with mode: 0644]
source/lib/ldb/autogen.sh [new file with mode: 0755]
source/lib/ldb/common/attrib_handlers.c [new file with mode: 0644]
source/lib/ldb/common/ldb.c [new file with mode: 0644]
source/lib/ldb/common/ldb_attributes.c [new file with mode: 0644]
source/lib/ldb/common/ldb_controls.c [new file with mode: 0644]
source/lib/ldb/common/ldb_debug.c [new file with mode: 0644]
source/lib/ldb/common/ldb_dn.c [new file with mode: 0644]
source/lib/ldb/common/ldb_ldif.c [new file with mode: 0644]
source/lib/ldb/common/ldb_match.c [new file with mode: 0644]
source/lib/ldb/common/ldb_modules.c [new file with mode: 0644]
source/lib/ldb/common/ldb_msg.c [new file with mode: 0644]
source/lib/ldb/common/ldb_parse.c [new file with mode: 0644]
source/lib/ldb/common/ldb_utf8.c [new file with mode: 0644]
source/lib/ldb/common/qsort.c [new file with mode: 0644]
source/lib/ldb/config.guess [new file with mode: 0755]
source/lib/ldb/config.mk [new file with mode: 0644]
source/lib/ldb/config.sub [new file with mode: 0755]
source/lib/ldb/configure.ac [new file with mode: 0644]
source/lib/ldb/docs/builddocs.sh [new file with mode: 0755]
source/lib/ldb/docs/design.txt [new file with mode: 0644]
source/lib/ldb/docs/installdocs.sh [new file with mode: 0755]
source/lib/ldb/examples.dox [new file with mode: 0644]
source/lib/ldb/examples/ldbreader.c [new file with mode: 0644]
source/lib/ldb/examples/ldifreader.c [new file with mode: 0644]
source/lib/ldb/include/dlinklist.h [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_errors.h [new file with mode: 0644]
source/lib/ldb/include/ldb_private.h [new file with mode: 0644]
source/lib/ldb/install-sh [new file with mode: 0755]
source/lib/ldb/ldap.m4 [new file with mode: 0644]
source/lib/ldb/ldb.pc.in [new file with mode: 0644]
source/lib/ldb/ldb_ildap/ldb_ildap.c [new file with mode: 0644]
source/lib/ldb/ldb_ldap/ldb_ldap.c [new file with mode: 0644]
source/lib/ldb/ldb_sqlite3/README [new file with mode: 0644]
source/lib/ldb/ldb_sqlite3/base160.c [new file with mode: 0644]
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c [new file with mode: 0644]
source/lib/ldb/ldb_sqlite3/schema [new file with mode: 0644]
source/lib/ldb/ldb_sqlite3/trees.ps [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_cache.c [new file with mode: 0644]
source/lib/ldb/ldb_tdb/ldb_index.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_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/ldb_tdb_wrap.c [new file with mode: 0644]
source/lib/ldb/libldb.m4 [new file with mode: 0644]
source/lib/ldb/mainpage.dox [new file with mode: 0644]
source/lib/ldb/man/ad2oLschema.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldb.3.xml [new file with mode: 0644]
source/lib/ldb/man/ldbadd.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldbdel.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldbedit.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldbmodify.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldbrename.1.xml [new file with mode: 0644]
source/lib/ldb/man/ldbsearch.1.xml [new file with mode: 0644]
source/lib/ldb/man/oLschema2ldif.1.xml [new file with mode: 0644]
source/lib/ldb/modules/asq.c [new file with mode: 0644]
source/lib/ldb/modules/ldb_map.c [new file with mode: 0644]
source/lib/ldb/modules/ldb_map.h [new file with mode: 0644]
source/lib/ldb/modules/ldb_map_inbound.c [new file with mode: 0644]
source/lib/ldb/modules/ldb_map_outbound.c [new file with mode: 0644]
source/lib/ldb/modules/ldb_map_private.h [new file with mode: 0644]
source/lib/ldb/modules/objectclass.c [new file with mode: 0644]
source/lib/ldb/modules/operational.c [new file with mode: 0644]
source/lib/ldb/modules/paged_results.c [new file with mode: 0644]
source/lib/ldb/modules/paged_searches.c [new file with mode: 0644]
source/lib/ldb/modules/rdn_name.c [new file with mode: 0644]
source/lib/ldb/modules/skel.c [new file with mode: 0644]
source/lib/ldb/modules/sort.c [new file with mode: 0644]
source/lib/ldb/nssldb/README.txt [new file with mode: 0644]
source/lib/ldb/nssldb/ldb-grp.c [new file with mode: 0644]
source/lib/ldb/nssldb/ldb-nss.c [new file with mode: 0644]
source/lib/ldb/nssldb/ldb-nss.h [new file with mode: 0644]
source/lib/ldb/nssldb/ldb-pwd.c [new file with mode: 0644]
source/lib/ldb/samba/README [new file with mode: 0644]
source/lib/ldb/samba/ldif_handlers.c [new file with mode: 0644]
source/lib/ldb/sqlite3.m4 [new file with mode: 0644]
source/lib/ldb/standalone.sh [new file with mode: 0755]
source/lib/ldb/swig/Ldb.py [new file with mode: 0644]
source/lib/ldb/swig/ldb.i [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/kill_slapd.sh [new file with mode: 0755]
source/lib/ldb/tests/ldapi_url.sh [new file with mode: 0755]
source/lib/ldb/tests/photo.ldif [new file with mode: 0644]
source/lib/ldb/tests/samba4.png [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-add-test.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-mod-test-1.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-mod-test-2.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-mod-test-3.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-mod-test-4.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema-mod-test-5.ldif [new file with mode: 0644]
source/lib/ldb/tests/schema-tests/schema.ldif [new file with mode: 0644]
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-attribs.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-config.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-default-config.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-extended.sh [new file with mode: 0755]
source/lib/ldb/tests/test-generic.sh [new file with mode: 0755]
source/lib/ldb/tests/test-index.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-ldap.sh [new file with mode: 0755]
source/lib/ldb/tests/test-modify.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-schema.sh [new file with mode: 0755]
source/lib/ldb/tests/test-sqlite3.sh [new file with mode: 0755]
source/lib/ldb/tests/test-tdb-features.sh [new file with mode: 0644]
source/lib/ldb/tests/test-tdb.sh [new file with mode: 0755]
source/lib/ldb/tests/test-wildcard.ldif [new file with mode: 0644]
source/lib/ldb/tests/test-wrong_attributes.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/ad2oLschema.c [new file with mode: 0644]
source/lib/ldb/tools/cmdline.c [new file with mode: 0644]
source/lib/ldb/tools/cmdline.h [new file with mode: 0644]
source/lib/ldb/tools/convert.c [new file with mode: 0644]
source/lib/ldb/tools/convert.h [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/ldbedit.c [new file with mode: 0644]
source/lib/ldb/tools/ldbmodify.c [new file with mode: 0644]
source/lib/ldb/tools/ldbrename.c [new file with mode: 0644]
source/lib/ldb/tools/ldbsearch.c [new file with mode: 0644]
source/lib/ldb/tools/ldbtest.c [new file with mode: 0644]
source/lib/ldb/tools/oLschema2ldif.c [new file with mode: 0644]
source/lib/ldb/web/index.html [new file with mode: 0644]