openldap/include
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
..
ac Introduce and use LDAP_GCCATTR() = __attributes__() in gcc 1999-09-03 21:06:33 +00:00
avl.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
disptmpl.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
getopt-compat.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lber_pvt.h Introduce and use LDAP_GCCATTR() = __attributes__() in gcc 1999-09-03 21:06:33 +00:00
lber_types.h.in Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lber_types.nt Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lber.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_cdefs.h Introduce and use LDAP_GCCATTR() = __attributes__() in gcc 1999-09-03 21:06:33 +00:00
ldap_config.h.in Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_config.nt Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_defaults.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_features.h.in Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_features.nt Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_log.h Introduce and use LDAP_GCCATTR() = __attributes__() in gcc 1999-09-03 21:06:33 +00:00
ldap_pvt_thread.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_pvt.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
ldap_schema.h Some constification & lint removal 1999-09-04 21:15:49 +00:00
ldap.h Fix ManageDSAit OID 1999-09-23 16:26:59 +00:00
ldbm.h Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). 1999-09-23 19:49:20 +00:00
ldif.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lutil_lockf.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lutil_md5.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lutil_sha1.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
lutil.h sockpair cleanup including: 1999-08-31 05:18:06 +00:00
Makefile.in * build/top.mk: removed references to TMPROOT and added DESTDIR support 1999-09-22 21:51:30 +00:00
portable.h.in Add experimental detection of BerkeleyDB2 DB_THREAD. 1999-09-20 20:55:54 +00:00
portable.nt Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
setup.dsp s/.h.nt/.nt/ to allow for better NMAKE processing 1999-08-24 23:47:11 +00:00
setup.dsw Add lber_types.h to setup.dsp. 1999-06-19 01:53:15 +00:00
setup.mak Add RCSid 1999-09-09 05:30:12 +00:00
srchpref.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00
sysexits-compat.h Add OpenLDAP RCS Id 1999-08-31 01:17:01 +00:00