]> git.sur5r.net Git - openldap/commit
Add back-ndb
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 3 Sep 2008 22:58:00 +0000 (22:58 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 3 Sep 2008 22:58:00 +0000 (22:58 +0000)
commitf7e3566ceb66c65a5f581f073ceaead4d6b9e860
tree70ed3130e0fef6446c20e4d0e27bc4e57af30b2a
parentcb81db38d4990f372f94d9e9cbbcdce16cd4b9c7
Add back-ndb
75 files changed:
build/top.mk
configure
configure.in
doc/man/man5/slapd-ndb.5 [new file with mode: 0644]
doc/man/man5/slapd.backends.5
include/portable.hin
servers/slapd/back-ndb/Makefile.in [new file with mode: 0644]
servers/slapd/back-ndb/TODO [new file with mode: 0644]
servers/slapd/back-ndb/add.cpp [new file with mode: 0644]
servers/slapd/back-ndb/attrsets.conf [new file with mode: 0644]
servers/slapd/back-ndb/back-ndb.h [new file with mode: 0644]
servers/slapd/back-ndb/bind.cpp [new file with mode: 0644]
servers/slapd/back-ndb/compare.cpp [new file with mode: 0644]
servers/slapd/back-ndb/config.cpp [new file with mode: 0644]
servers/slapd/back-ndb/delete.cpp [new file with mode: 0644]
servers/slapd/back-ndb/init.cpp [new file with mode: 0644]
servers/slapd/back-ndb/modify.cpp [new file with mode: 0644]
servers/slapd/back-ndb/modrdn.cpp [new file with mode: 0644]
servers/slapd/back-ndb/ndbio.cpp [new file with mode: 0644]
servers/slapd/back-ndb/proto-ndb.h [new file with mode: 0644]
servers/slapd/back-ndb/search.cpp [new file with mode: 0644]
servers/slapd/back-ndb/tools.cpp [new file with mode: 0644]
tests/data/ndb.conf [new file with mode: 0644]
tests/data/slapd-2db.conf
tests/data/slapd-aci.conf
tests/data/slapd-acl.conf
tests/data/slapd-cache-master.conf
tests/data/slapd-chain1.conf
tests/data/slapd-chain2.conf
tests/data/slapd-component.conf
tests/data/slapd-config-undo.conf
tests/data/slapd-dds.conf
tests/data/slapd-deltasync-master.conf
tests/data/slapd-deltasync-slave.conf
tests/data/slapd-dn.conf
tests/data/slapd-dynlist.conf
tests/data/slapd-emptydn.conf
tests/data/slapd-glue-syncrepl1.conf
tests/data/slapd-glue-syncrepl2.conf
tests/data/slapd-glue.conf
tests/data/slapd-idassert.conf
tests/data/slapd-ldapglue.conf
tests/data/slapd-ldapgluegroups.conf
tests/data/slapd-ldapgluepeople.conf
tests/data/slapd-limits.conf
tests/data/slapd-master.conf
tests/data/slapd-meta-target1.conf
tests/data/slapd-meta-target2.conf
tests/data/slapd-ppolicy.conf
tests/data/slapd-proxycache.conf
tests/data/slapd-pw.conf
tests/data/slapd-ref-slave.conf
tests/data/slapd-referrals.conf
tests/data/slapd-refint.conf
tests/data/slapd-relay.conf
tests/data/slapd-repl-slave-remote.conf
tests/data/slapd-retcode.conf
tests/data/slapd-schema.conf
tests/data/slapd-syncrepl-master.conf
tests/data/slapd-syncrepl-multiproxy.conf
tests/data/slapd-syncrepl-slave-persist1.conf
tests/data/slapd-syncrepl-slave-persist2.conf
tests/data/slapd-syncrepl-slave-persist3.conf
tests/data/slapd-syncrepl-slave-refresh1.conf
tests/data/slapd-syncrepl-slave-refresh2.conf
tests/data/slapd-translucent-local.conf
tests/data/slapd-translucent-remote.conf
tests/data/slapd-unique.conf
tests/data/slapd-valsort.conf
tests/data/slapd-whoami.conf
tests/data/slapd.conf
tests/data/slapd2.conf
tests/run.in
tests/scripts/acfilter.sh
tests/scripts/all