]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/tools.c
More for 2.2beta
[openldap] / servers / slapd / back-bdb / tools.c
2003-09-22 Kurt ZeilengaMore for 2.2beta OPENLDAP_REL_ENG_2_2_1BETA
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-15 Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-05-11 Howard ChuRevert prev commit
2003-05-11 Howard ChuAdded SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod...
2003-05-10 Howard ChuPlug mem leak in slapindex
2003-05-02 Howard ChuITS#2480 uninit'd vars
2003-04-29 Hallvard FurusethPrint long with %ld, not %d.
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-16 Howard ChuHierarchical cache management.
2003-04-11 Howard ChuMore memory context tweaks
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-09 Kurt Zeilenganeed to use ch_malloc/realloc
2003-02-26 Howard ChuComplain about holes in database at end of slapadd
2003-02-21 Howard ChuChange - bdb_tool_entry_put always "sorts" entries:
2003-01-03 Kurt ZeilengaHappy new year
2002-11-28 Pierangelo Masaratiperhaps the assert can be removed; should work now
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
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-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-01 Howard ChuFix dnParent to return "" for root
2001-12-27 Howard ChuMore struct berval fixes
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-06 Howard ChuFix previous commit
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-10-22 Howard ChuDon't free entries since the tools realloc the buffers.
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-03 Kurt ZeilengaAdd BDB_INDEX error handling
2001-10-03 Kurt ZeilengaAn incremental step.
2001-10-03 Kurt ZeilengaEnable management of attribute indices. Not yet used...
2000-09-26 Kurt ZeilengaFix initialization, add additional diagnostics
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-22 Kurt Zeilengaremove lint
2000-09-19 Kurt ZeilengaAdd new nextid code.
2000-09-19 Kurt ZeilengaAdd rough implementation of tool callbacks.