]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/back-ldbm.h
Fix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_mutex_unlock
[openldap] / servers / slapd / back-ldbm / back-ldbm.h
1999-04-01 Hallvard FurusethEnclose `DB_ENV li_db_env' declaration in #ifdef HAVE_B...
1999-04-01 Gary WilliamsNT port
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-04 Kurt ZeilengaBackout startup/initialization changes in preparation...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaHide allocate of reentrant_database cond varible and...
1999-01-22 Kurt ZeilengaImplement NEXTID chunking. Obtain IDs in chunks of...
1999-01-22 Kurt Zeilenganextid cleanup in preparation to disable next_id_return().
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-19 Kurt ZeilengaAdded ldbm flush on write code which uses slapd.conf...
1998-08-09 Kurt ZeilengaInitial revision