]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/dn2id.c
Add OpenLDAP RCS id
[openldap] / servers / slapd / back-ldbm / dn2id.c
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-08-26 Kurt ZeilengaDisable removal of subtree indices upon delete. This...
1999-08-26 Kurt ZeilengaAssert ID != NOID when fetching from the datastore.
1999-08-26 Kurt ZeilengaRemove use of uninitialized variable.
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Kurt ZeilengaFix dn_parent memory leak.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-12 Kurt ZeilengaLeft DN_INDICES defines by mistake... it's not ready...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-11 Kurt ZeilengaRemoved redundant dn_normalization(strdup(ndn)) from...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-03-06 Hallvard FurusethRemove unused variables
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-01-23 Kurt ZeilengaIf dn2id returns ID but id2entry returns NULL, log it.
1999-01-18 Kurt ZeilengaFree that unclobberred dn.
1999-01-18 Kurt ZeilengaDon't clobber dn.
1999-01-18 Kurt ZeilengaMinor cleanup of trace output.
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-28 Kurt ZeilengaPlug 'matched' memory leak in dn2entry()
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Kurt ZeilengaChanged dn2entry to always returned a modified matched.
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-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-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-18 Kurt ZeilengaFixes from Allan Lynne
1998-08-17 Kurt ZeilengaSync the cache per Stuart Lynne <sl@poste.com>
1998-08-09 Kurt ZeilengaInitial revision