]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/id2entry.c
Update copyright statements
[openldap] / servers / slapd / back-ldbm / id2entry.c
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-07-21 Pierangelo MasaratiReworked again the caching in case of failure.
2001-01-17 Gary Williamsfix format for new logging
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-05-13 Kurt ZeilengaY2k copyright update
1999-09-23 Kurt ZeilengaReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-19 Kurt ZeilengaNamespace changes
1999-04-13 Kurt ZeilengaAdd XXX comment to cache modified from underneath kludge.
1999-04-02 Kurt Zeilengacache: implement try_again loop if cache entry is not...
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
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 ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-11-05 Hallvard FurusethEnclose debug variables in #ifdef LDAP_DEBUG
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-23 Kurt Zeilengavery bad typo.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
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