]> git.sur5r.net Git - openldap/commit
Add back-ndb
authorHoward Chu <hyc@openldap.org>
Tue, 26 Aug 2008 21:48:17 +0000 (21:48 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 26 Aug 2008 21:48:17 +0000 (21:48 +0000)
commitf6edefa25dd7cb4156c61bb8f7066c85365a5f39
tree0c8d2216cb403c86265f5fbafd3c6d9af184b517
parentc32cbed9aeefca3f6420b21359cba99284dfc87a
Add back-ndb
74 files changed:
build/top.mk
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