]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/idl.c
Happy new year
[openldap] / servers / slapd / back-ldbm / idl.c
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-03-12 Howard ChuITS#2348 - revert previous patch, use patch from ITS
2003-03-12 Howard ChuITS#2348, additional check to prevent re-inserting...
2003-03-06 Howard ChuITS#2348: fix previous commit
2003-03-05 Howard ChuITS#2348: cont_alloc/cont_free cleanup in idl_insert_key
2003-02-07 Pierangelo Masaratisome (poor) index cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-12-23 Pierangelo Masaratiunsigned is good for all
2002-12-23 Pierangelo Masaratifix indirect idl block fetch failure (should be back...
2002-11-11 Kurt ZeilengaDelete some old (bad) statslog messages
2002-08-23 Howard ChuFix typo in previous commit. (Benign, code was #if...
2002-08-23 Howard ChuFix indexing bug in splitting indirect blocks
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-15 Howard ChuOnce more, fix idl_intersection. Don't walk past end...
2002-04-11 Howard ChuITS#1732 signed/unsigned integers
2002-04-11 Howard ChuITS#1570 - avoid overflowing array when dups are presen...
2002-04-10 Julius EnarusaiAdded/Updated LDAP_LOG messages
2002-01-16 Howard ChuFix idl_insert_key with USE_INDIRECT_NIDS, wasn't setti...
2002-01-16 Howard ChuFix misplaced #if USE_INDIRECT_NIDS/cont_alloc in idl_d...
2002-01-15 Kurt Zeilengaremove lint
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-11-17 Pierangelo Masaratiminor cleanup
2001-09-22 Howard ChuTweaked ID_BLOCKs to record NIDs for INDIRECT blocks...
2001-09-22 Howard ChuFix another SEGV from previous patch.
2001-09-22 Howard ChuFix previous idl_find patch. Cannot test <=0 with unsig...
2001-09-21 Howard ChuAdd idl_find binary search routine, used by idl_insert...
2001-09-07 Kurt ZeilengaAdd IDL debugging code from SuSE.
2001-07-20 Pierangelo MasaratiReworked API of nextid; e_private gets destroyed separa...
2001-07-02 Pierangelo Masaratiseparate ID return value form return status in dn2id...
2001-01-17 Gary Williamsfix format for new logging
2000-08-07 Kurt Zeilengaremove assert(0)
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-14 Kurt Zeilengacond_*() routines: Pass pointer to Datum, not Datum...
2000-06-14 Kurt ZeilengaForgot continuation key prefix
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaMove experimental Back-BDB2 to Attic
2000-06-05 Mark ValenceFix broken non-schema build (var not defined).
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-13 Kurt ZeilengaY2k copyright update
1999-12-17 Howard ChuTentative fix for ITS #402. (Not tested yet.) If succes...
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-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-03 Hallvard FurusethFix SAFEMEMCPY bug from revision 1.32 in idl_insert()
1999-09-01 Kurt ZeilengaFix idl_insert_key() return codes.
1999-08-20 Kurt ZeilengaBackout fetch_one copy change
1999-08-20 Kurt Zeilengaconst'fication
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-09 Kurt Zeilengalimit maxindirect to 9
1999-08-07 Kurt ZeilengaEliminate a bubble move.
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-19 Kurt ZeilengaNamespace changes
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-04-04 Hallvard FurusethPlug memory leaks
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-03 Kurt ZeilengaUse idl_fetch_one() to fetch single id_blocks instead...
1999-02-03 Kurt ZeilengaFix ALLIDS bugs
1999-02-02 Kurt ZeilengaAdd a few comments to help detail some of these functions.
1999-02-02 Kurt ZeilengaFix idl_firstid to return NOID when !(nids > 1) instead...
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
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-12 Kurt Zeilengaremove an entry from its parent's children ID list...
1998-11-07 Kurt ZeilengaFix LDBM_SYNC typo
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-11-05 Kurt ZeilengaFix datum typo.
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
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-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-28 Kurt Zeilenga<sys/socket.h> is required if CLDAP is enabled.
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-20 Kurt ZeilengaCLDAP need <sys/socket.h>
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 ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P5: SLAPD Negation of Non-Indexed Search
1998-08-09 Kurt ZeilengaInitial revision