]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/proto-bdb.h
return structuralObjectClass errors
[openldap] / servers / slapd / back-bdb / proto-bdb.h
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-27 Howard ChuMulti-threaded slapindex
2005-10-26 Howard ChuUse sorted array for indexed attrs instead of AVL tree
2005-10-22 Howard ChuAdd IDL caching for slapadd/slapindex quick mode
2005-10-18 Howard ChuEliminate long-lived read transaction, we can just...
2005-10-18 Howard ChuITS#4088 force cursors to use same locker
2005-10-16 Howard ChuITS#4088 proposed fix
2005-09-26 Howard ChuMore hdb optimizing - cache subtree IDLs, not just...
2005-09-15 Howard ChuMore optimizing - try harder to avoid sorting
2005-09-13 Howard ChuMore back-hdb search optimization
2005-07-27 Hallvard Furusethbdb_locker_id, bdb_locker_id_free: BerkeleyDB lock...
2005-07-14 Hallvard FurusethSilence "empty statement" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-04-21 Howard ChuDynamic indexing support
2005-04-21 Howard ChuAdded some delete handlers
2005-04-16 Howard ChuITS#3660 fix BDB verbose calls
2005-04-13 Howard ChuITS#3647 back-hdb fixes, create unsorted subtree IDLs...
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-01-24 Howard ChuFix redundant index lookups from component matching
2005-01-14 Howard ChuMore cleanup of unused stuff
2005-01-11 Howard ChuClean up unused bt_compare references
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Howard ChuUpdate BDB 4.3 errcall prototype again to silence warnings
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-08 Howard ChuAssist in cache debugging
2004-10-16 Howard ChuBDB 4.3 compatibility
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-06-22 Jong Hyuk Choipatch for ITS#3173
2004-03-06 Howard ChuRevert to original code
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Howard ChuConsolidate passwd extop in frontend
2003-11-28 Kurt ZeilengaNotices
2003-11-11 Jong Hyuk Choiupdate ldapsync/syncrepl code according to the new...
2003-11-10 Jong Hyuk Choi1. Session history support
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-29 Hallvard FurusethDeclare bdb_cache_entry_db_unlock().
2003-09-27 Howard ChuAdd EntryInfo free list
2003-09-25 Jong Hyuk Choido not cache internal search results for present entry...
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-22 Howard ChuCleanup prev commit
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-09-21 Howard ChuRevert broken index optimizations
2003-09-10 Jong Hyuk Choiadd bdb_get_commit_csn() for use in bdb_search
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-26 Jong Hyuk ChoiContext CSN updates for hdb
2003-08-25 Jong Hyuk ChoiContext CSN Patch (2)
2003-08-23 Luke HowardFix symbol name collision when LDAP_SYNC && BDB_HIER
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-07-01 Jong Hyuk ChoiBerkeley DB congestion avoidance
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-13 Howard ChuMore fixes for modify - don't delete index keys that...
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-23 Howard ChuITS#2541 added bdb_cache_delete_cleanup() to defer...
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
next