]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/proto-bdb.h
Fix HDB search_aliases crash, cleanup search scope processing: call dn2idl
[openldap] / servers / slapd / back-bdb / proto-bdb.h
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-04-23 Howard ChuSubtree rename support for the cache
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Pierangelo Masaraticleanup & more
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-03-12 Jong Hyuk Choideclaration of bdb_idl_entry_cmp()
2003-02-14 Kurt ZeilengaUse function pointers to get at backend routines.
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-03 Kurt ZeilengaHappy new year
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuFixes for NO_THREADS
2002-08-29 Pierangelo Masaratiadd bdb_hasSubordinates() helper
2002-08-26 Kurt Zeilengacleanup
2002-08-24 Howard ChuExperimental code that uses one locker ID per thread...
2002-08-22 Howard ChuOS/390 EBCDIC support
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
2002-06-06 Jong Hyuk Choiremove dbenv->lock_put() call from transaction-protecte...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-03-18 Howard ChuUse a single malloc'd block for all the temporary IDL...
2002-02-11 Kurt ZeilengaUse UUID to generate a GID for txn_prepare. Based...
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuMore cleanup
2001-12-27 Howard ChuMore struct berval fixes
2001-12-27 Kurt ZeilengaMisc cleanup
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-10-04 Kurt ZeilengaAdd some initial BDB_INDEX code... needs much work.
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-04 Kurt ZeilengaAdd prelim index code from LDBM, needs work...
2001-10-03 Kurt ZeilengaAdd BDB index config code
2001-07-31 Kurt ZeilengaFix basic operations
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-26 Kurt ZeilengaAdd reindex
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-22 Kurt Zeilengaremove lint
2000-09-20 Kurt ZeilengaAdd dn2id code
2000-09-19 Kurt ZeilengaAdd new nextid code.
2000-09-18 Kurt ZeilengaAdd errpfx and errcall