openldap/servers/slapd/back-bdb2
Kurt Zeilenga 35655c056f Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
Old code applied sync flags to store(), however supported DBMs
require such flags to be specified during open().  The new
code now applies flags in ldbm_cache_open (which calls ldbm_open).
ldbm_cache_close() now calls ldbm_sync().  This will force
a updating of on-disk contents after each LDAP operation.
The old code either failed to sync the on-disk contents until
close or synced on every store.   Per LDBM operation syncing
*should* be safe enough... real data safety requires transactions.
Removed nosync option from BDB2 as it is not compatible with
txn support.
Also added code to disable DBM level locking as slapd is only
process acessing the databases (dbnolocking).
1999-09-23 19:49:20 +00:00
..
abandon.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
add.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
alias.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
attr.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
back-bdb2.h Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
backbdb2.dsp
backbdb2.dsw
bind.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
cache.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
close.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
compare.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
config.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
dbcache.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
delete.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
dn2id.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
entry.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
external.h Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
filterindex.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
group.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
id2children.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
id2entry.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
idl.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
index.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
init.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
kerberos.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
Makefile.in Add OpenLDAP RCSid 1999-09-08 22:52:19 +00:00
modify.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
modrdn.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
nextid.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
porter.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
proto-back-bdb2.h Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
search.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
startup.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
timing.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
tools.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
txn.c Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
txn.h Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
unbind.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00