]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Cleanup result handling
[openldap] / servers / slapd / back-bdb /
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-08-29 Jong Hyuk Choimore patches for ITS#2692 (Thanks Luke!)
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-27 Jong Hyuk Choicleanup
2003-08-26 Jong Hyuk ChoiLDAP Sync protocol extension
2003-08-26 Jong Hyuk Choicleanup
2003-08-26 Jong Hyuk ChoiContext CSN updates for hdb
2003-08-26 Jong Hyuk ChoiContext CSN Patch (5)
2003-08-25 Jong Hyuk ChoiContext CSN Patch (4)
2003-08-25 Jong Hyuk Choimisc cleanup
2003-08-25 Jong Hyuk ChoiContext CSN Patch (3)
2003-08-25 Jong Hyuk ChoiContext CSN Patch (2)
2003-08-25 Jong Hyuk ChoiContext CSN patch (1) - cleanup
2003-08-23 Luke HowardFix symbol name collision when LDAP_SYNC && BDB_HIER
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-08-14 Jong Hyuk ChoiLDAP Sync protocol change : state mode (add+present...
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-07-15 Jong Hyuk ChoiVarious udpates for SyncRepl
2003-07-02 Jong Hyuk Choi- partial attribute replication tested ok
2003-07-01 Jong Hyuk ChoiBerkeley DB congestion avoidance
2003-06-28 Jong Hyuk ChoiGlueing code changes for replica promotion scenario
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-26 Jong Hyuk ChoiIDL cache AVL tree initialize
2003-06-25 Jong Hyuk Choinot returning glue entries unless manageDSAit is set
2003-06-15 Howard ChuITS#2596 init ID list
2003-06-13 Howard ChuMore fixes for modify - don't delete index keys that...
2003-06-12 Howard ChuITS#2593 keep entryinfo locked during delete
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-12 Howard ChuAnother BDB_HIER redundant modification
2003-06-12 Howard ChuAnother BDB_HIER e_name / e_nname fix
2003-06-12 Howard ChuITS#2593? get entry lock sooner...
2003-06-12 Hallvard FurusethRevert previous patch: Bad time for it.
2003-06-11 Jong Hyuk Choicleanup
2003-06-11 Jong Hyuk Choia fix for back-bdb entry cache
2003-06-10 Kurt ZeilengaAdd server side assert control support.
2003-06-09 Howard ChuITS#2580 - avoid cache deadlock
2003-06-05 Hallvard FurusethFix bdb_db_hash() to handle padding bits in integers.
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
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
next