openldap/servers/slapd/back-bdb2
Juan Gomez b41a79fe16 Renamed
int add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
to
int bdb2i_add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int bdb2i_delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int bdb2i_replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
So that ldbm and db2 backend can coexist
1999-03-05 01:28:38 +00:00
..
abandon.c BugFix and selection in the test-suite of the bdb2 backend-specific 1999-02-12 15:22:43 +00:00
add.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
alias.c Integration of the BDB2 backend into the new init/startup/shutdown schema. 1999-02-08 11:42:14 +00:00
attr.c Replace IFP() with appropriate full prototypes: 1999-03-02 00:32:59 +00:00
back-bdb2.h Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
bind.c Apply ldbm bind() change to bdb2 code. 1999-03-02 20:42:29 +00:00
cache.c Replace IFP() with appropriate full prototypes: 1999-03-02 00:32:59 +00:00
close.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
compare.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
config.c BugFix and selection in the test-suite of the bdb2 backend-specific 1999-02-12 15:22:43 +00:00
dbcache.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
delete.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
dn2id.c Update of back-bdb2 to KDZ's new entry lock schema. 1999-02-12 12:13:03 +00:00
external.h Integration of the BDB2 backend into the new init/startup/shutdown schema. 1999-02-08 11:42:14 +00:00
filterindex.c Update of back-bdb2 to KDZ's new entry lock schema. 1999-02-12 12:13:03 +00:00
group.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
id2children.c Update of back-bdb2 to KDZ's new entry lock schema. 1999-02-12 12:13:03 +00:00
id2entry.c Update of back-bdb2 to KDZ's new entry lock schema. 1999-02-12 12:13:03 +00:00
idl.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
index.c Addition of a new Concurrency Test fro testing slapd performance and 1999-02-15 10:49:20 +00:00
init.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
kerberos.c Integration of the BDB2 backend into the new init/startup/shutdown schema. 1999-02-08 11:42:14 +00:00
Makefile.in Introduction of a new Berkeley DB version 2 (!) specific backend. 1999-02-05 16:23:03 +00:00
modify.c Made add_values(), delete_values(), and replace_values() so they can be 1999-03-03 22:55:28 +00:00
modrdn.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
nextid.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
porter.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
proto-back-bdb2.h Renamed 1999-03-05 01:28:38 +00:00
search.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
startup.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
timing.c More timing for performance testing. Re-introduction of cache.c_mutex. 1999-02-22 11:22:44 +00:00
txn.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
txn.h Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
unbind.c BugFix and selection in the test-suite of the bdb2 backend-specific 1999-02-12 15:22:43 +00:00
Version.c Introduction of a new Berkeley DB version 2 (!) specific backend. 1999-02-05 16:23:03 +00:00