]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Cleanup result handling
[openldap] / servers / slapd / back-bdb /
2004-03-12 Howard ChuCleanup result handling
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Howard ChuITS#3004 fix again
2004-03-06 Howard ChuRevert to original code
2004-03-06 Howard ChuStore IDs in BeigEndian format on disk
2004-03-06 Howard ChuStore IDs in BigEndian format on disk
2004-03-06 Howard ChuITS#3004, fix IDL cache AVL comparisons
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuTake advantage of IDL cache in bdb_idl_insert/delete_key
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuSet IDL cache to 10x Entry cache by default
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-03-02 Howard ChuITS#2974 fix hole array allocation
2004-02-24 Jong Hyuk Choimisc addition to the previous glueing commit
2004-02-23 Jong Hyuk ChoiGlue entry pruning : delete parent entries after modrdn...
2004-02-23 Jong Hyuk ChoiGlue entry pruning support: delete the parent entries...
2004-02-22 Jong Hyuk Choisyncrepl update: 1) improve error handling 2) glueing...
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-28 Howard ChuUse Btree instead of Hash for indexing
2004-01-27 Jong Hyuk ChoiFix the missing delete problem (reported by Doug Council)
2004-01-12 Howard Chutrim prev commit
2004-01-12 Howard ChuReally fix ITS#2905
2004-01-12 Howard ChuFix ITS#2905, properly detect duplicate entries
2004-01-01 Kurt ZeilengaHappy new year
2003-12-31 Jong Hyuk Choia patch for persistent search
2003-12-31 Kurt Zeilengacleanup
2003-12-31 Kurt ZeilengaQuick hack for PSEARCH crash.
2003-12-31 Kurt Zeilengacleanup
2003-12-30 Kurt ZeilengaInitial subordinate implementation (for chaining)
2003-12-29 Kurt ZeilengaUpdate no-op control to return LDAP_NO_OPERATION instea...
2003-12-29 Kurt ZeilengaMisc code cleanup
2003-12-24 Howard ChuITS#2895 TXN_PREPARE is not needed since we use nested...
2003-12-24 Howard ChuITS#2895 store a copy in the entry cache
2003-12-24 Howard ChuFix bogus "Internal error" when deleting non-existent...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-12-11 Jong Hyuk Choifix for concurrent persistent searches
2003-12-08 Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-12-07 Howard ChuITS#2864 removed sl_mark/sl_release code
2003-12-07 Howard ChuMinor cleanup
2003-12-01 Howard ChuRemoved passwd.c
2003-12-01 Howard ChuConsolidate passwd extop in frontend
2003-12-01 Pierangelo Masaratidetect problems in saslauthz
2003-11-30 Jong Hyuk ChoiFix copy & paste error. (ITS#2850)
2003-11-30 Kurt ZeilengaITS#2847: fix syncCookie value_match
2003-11-29 Hallvard FurusethFormat %d -> %ld.
2003-11-28 Kurt ZeilengaNotices
2003-11-26 Jong Hyuk Choimisc updates
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-25 Howard ChuFix spurious lock messages from slapcat
2003-11-20 Jong Hyuk ChoiCollective entryUUID transmission of PRESENT messages...
2003-11-13 Howard ChuITS#2816 init_module for dynamic HDB
2003-11-11 Jong Hyuk Choiupdate ldapsync/syncrepl code according to the new...
2003-11-10 Jong Hyuk Choi1. Session history support
2003-10-23 Kurt ZeilengaDon't return garbage when plist is empty.
2003-10-22 Howard ChuShortcut syncrepl candidate selection if CSN is up...
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-10-19 Howard ChuITS#2684 keep psearch operations on the connection...
2003-10-19 Howard ChuITS#2780, redundant cache add
2003-10-12 Kurt ZeilengaFurther cleanup last commit.
2003-10-12 Kurt ZeilengaTentative fix for last comment (tests still running)
2003-10-12 Kurt ZeilengaITS#2757: fix parent-less add bug
2003-10-12 Kurt ZeilengaFinish off berbuf fix
2003-10-08 Howard ChuFix prev commit setting NO_GRANDKIDS incorrectly
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-29 Hallvard Furuseth#include "lutil.h", to get lutil_entropy(). Fix call...
2003-09-29 Hallvard FurusethDeclare bdb_cache_entry_db_unlock().
2003-09-29 Howard ChuITS#2745 reset bei_state when reusing an EntryInfo
2003-09-27 Howard ChuFix hdb cursor leak.
2003-09-27 Luke Howardreinstate first argument to bdb_cache_delete_cleanup()
2003-09-27 Howard ChuAdd EntryInfo free list
2003-09-27 Luke HowardFix tree breakage - bdb_cache_delete_cleanup() only...
2003-09-27 Howard ChuITS#2741 yield before backing off
2003-09-25 Jong Hyuk Choido not cache internal search results for present entry...
2003-09-25 Jong Hyuk Choirevert changes for persistent search
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-24 Howard ChuAdd memctx param to build_new_dn(). cleanup DN leaks.
2003-09-24 Howard ChuSilence valgrind warnings of uninit'd memory
2003-09-23 Howard ChuITS#2735 - plug memory leaks
2003-09-23 Howard ChuPlug a leak.
2003-09-23 Howard ChuFix alignment issues in hdb_dn2idl_internal
2003-09-23 Howard ChuFix back-hdb test006 failures due to bad return code...
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 ChuTweak entry caching: only maintain LRU list on cached...
2003-09-21 Howard ChuRevert broken index optimizations
2003-09-20 Howard ChuFix segfault if entry_get is called with NULL attribute
2003-09-20 Howard Chucn=ldapsync berval cleanup
2003-09-17 Luke Howardfix typo
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-09-15 Kurt Zeilengacleanup
2003-09-14 Howard ChuMore deadlock tweaks.
2003-09-12 Howard ChuFix prev commit
2003-09-12 Howard ChuConstruct ctxcsn entries directly, plug memory leaks...
2003-09-12 Howard ChuClarify/standardize library version mismatch error...
2003-09-10 Jong Hyuk Choiadd bdb_get_commit_csn() for use in bdb_search
2003-09-09 Jong Hyuk Choimore EntryInfo handling fix code (overriding the prev...
2003-09-08 Jong Hyuk Choiuse of bdb_modify_internal() in bdb_csn_commit()
2003-09-03 Jong Hyuk Choimemory mgmt cleanup
next