]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/idl.c
New dn2id format with base/one/subtree indices (ldbm/bdb2)
[openldap] / servers / slapd / back-ldbm / idl.c
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