]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Should be in releng
[openldap] / servers / slapd / back-bdb /
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-10-13 Kurt ZeilengaSync with HEAD
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-22 Kurt ZeilengaMore for 2.2beta OPENLDAP_REL_ENG_2_2_1BETA
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-31 Kurt ZeilengaSuck in changes from HEAD
2003-05-30 Jong Hyuk Choibase entry checking for refreshAndPersist as well
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-24 Howard ChuFix double-free'd rdn bug
2003-05-23 Howard ChuITS#2541 added bdb_cache_delete_cleanup() to defer...
2003-05-23 Howard ChuDon't re-cache IDL's retrieved from the cache
2003-05-23 Howard ChuDon't avl_insert NULL kids
2003-05-22 Howard ChuITS#2540 not sure, difficult to reproduce crash...
2003-05-22 Howard ChuITS#2522 fix candidate return values - once more, with...
2003-05-21 Jong Hyuk ChoiIf the sync mode is refreshAndPersist,
2003-05-20 Jong Hyuk Choipersistent search updates with recent changes
2003-05-15 Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-05-14 Howard ChuITS#2514 fix NULL deref
2003-05-14 Luke HowardDon't crash if attr_find() fails (Howard, you might...
2003-05-13 Howard ChuITS#2507, fix *_candidates error return values
2003-05-13 Howard ChuOptimize modify_internal, only reindex the actual modif...
2003-05-13 Howard ChuFix prev commit, must passthru precomputed scopes
2003-05-13 Howard ChuITS#2506 - fix prev patch, don't ignore undefined filte...
2003-05-11 Howard ChuRevert prev commit
2003-05-11 Howard ChuPlug leak in hdb
2003-05-11 Howard ChuAdded SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod...
2003-05-10 Howard ChuPlug mem leak in slapindex
2003-05-09 Howard ChuFor ITS#2502 - force release of locks on exiting threads
2003-05-02 Howard ChuITS#2480 uninit'd vars
2003-05-02 Hallvard FurusethEntry *e could be freed uninitialized after goto return...
2003-05-02 Hallvard FurusethFix printf/Debug format arguments.
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-04-30 Jong Hyuk Choicomment cleanup
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-30 Howard ChuLog errors from dn2id failures
2003-04-30 Howard ChuUse DB_RMW when deleting dn2id elements
2003-04-30 Howard ChuUse computed filters to pass in search scope.
2003-04-30 Jong Hyuk Choi- manageDSAit is implicitly assumed for LCUP / SYNC
2003-04-29 Howard ChuRevert prev commit. It's a symptom that BDB was built...
2003-04-29 Howard ChuBetter handling of computed filters
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Hallvard FurusethPrint long with %ld, not %d.
2003-04-29 Howard ChuHandle SLAPD_FILTER_COMPUTED cases
2003-04-25 Howard ChuUndo BDB const mucking
2003-04-25 Howard ChuITS#2467 NULL pointer check
2003-04-23 Howard ChuFix byte-ordering in bdb_dup_compare
2003-04-23 Howard ChuChange RDN compare funcs, we don't need lexical ordering
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 ChuMissed a bei_rdn in prev commit
2003-04-22 Howard ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuFix args to bdb_cache_modrdn
2003-04-22 Jong Hyuk Choisubentry cleanup
2003-04-22 Howard ChuFix id2entry, let bdb_cache_release_all clean up EntryInfos
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-22 Howard ChuFix typo in prev commit
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-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-18 Howard ChuAdd shm_key config keyword to use shared memory for...
2003-04-18 Howard ChuMinor fixes
2003-04-18 Howard ChuFix prev commit, extended search was broken
2003-04-18 Howard ChuFix undefined filters
2003-04-18 Howard ChuITS#2453, Fix filter candidate generation
2003-04-18 Howard ChuITS#2449, broken NOT filters
2003-04-18 Jong Hyuk ChoiCaching non-existing index entries in the IDL cache...
2003-04-17 Howard ChuUse EntryInfo navigation for search scope checks
2003-04-17 Howard ChuFinish alias scope support
2003-04-17 Howard ChuFix prev commit
2003-04-17 Howard ChuFix database search loop conditions
2003-04-17 Howard ChuFix AVL comparisons
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-16 Howard ChuFree IDL_CACHE locks
2003-04-15 Howard ChuFix for modrdn retries
2003-04-13 Howard ChuMemory context fixes
2003-04-12 Howard ChuEliminate unnecessary calls to slap_bv2ad
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaratifree cache only if required
2003-04-08 Jong Hyuk Choibdb->bi_idl_tree_lrulock initialize
2003-04-08 Howard ChuBetter detection of new search scopes
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-05 Howard ChuDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases...
2003-04-05 Pierangelo Masaraticleanup & more
2003-04-05 Howard ChuRange check cleanup, added alias processing comments
2003-04-05 Howard ChuFix cursor initialization, scope IDs
2003-04-05 Kurt ZeilengaCleanup
2003-04-05 Howard ChuFix locking etc. in prev commit
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
next