]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/dn2id.c
Sync with HEAD
[openldap] / servers / slapd / back-ldbm / dn2id.c
2005-08-09 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-07-15 Jong Hyuk ChoiVarious changes
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratiuse 'safe' functions
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-14 Howard ChuIn DN_SUBTREE use idl_allids instead of explicit malloc.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-24 Pierangelo Masaratiback out previous change
2001-12-24 Pierangelo Masaraticomment for future optimization
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-04 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffix.
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-11 Mark AdamsonSerialize access to idl insert/delete key routines...
2001-07-11 Pierangelo Masaratiadded function cache_find_entry_ndn2id that avoids...
2001-07-07 Pierangelo Masaratidn2idl API changed for consistency with other dn2id...
2001-07-03 Pierangelo MasaratiUsed API signature from back-bdb; compiles and passes...
2001-07-02 Pierangelo Masaratiseparate ID return value form return status in dn2id...
2001-01-17 Gary Williamsfix format for new logging
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
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-09-04 Kurt ZeilengaRemove #if 0 used to hide dn subtree index problem...
1999-09-03 Kurt ZeilengaBackout rev 1.37 change which was committed by mistake.
1999-09-02 Hallvard FurusethCleanup:
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