]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/search.c
Fix ce9bbd2 missing success return
[openldap] / servers / slapd / back-bdb / search.c
2011-06-04 Howard ChuFix ce9bbd2 missing success return
2011-06-01 Howard ChuMore for ITS#6961 - deadlock checking
2011-06-01 Howard ChuFix for sparse ranges, get next ID from DB
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-31 Hallvard FurusethITS#6758 back-bdb: Delay setting sr->sr_entry until...
2010-12-30 Hallvard FurusethITS#6758 Reset some SlapReply flags & data.
2010-04-13 Kurt Zeilengahappy belated New Year
2010-04-08 Pierangelo Masaratimore on ITS#6507
2009-08-19 Pierangelo Masaratisilence warning
2009-05-11 Howard ChuRevert 1.274
2009-05-11 Howard ChuITS#6103 send response on abandon
2009-05-06 Howard ChuITS#6095 experimental fix: avoid purging other cases...
2009-04-15 Howard ChuITS#6056 pagedresults stacked control is not overlay...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-17 Pierangelo Masaratifix indentation
2008-10-08 Howard ChuITS#5730, patch for #5728 broke referrals
2008-10-07 Howard ChuITS#5728 release entries before send_ldap_ber()
2008-10-01 Howard ChuMore deadlock propagation fixes
2008-09-25 Howard ChuPropagate deadlock results for internal searches on...
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-05-01 Howard ChuFix prev commit
2008-05-01 Howard ChuUse o_extra instead of o_private
2008-04-09 Howard ChuITS#5409 must reset pagedresults state if no cookie...
2008-01-11 Hallvard FurusethWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-07 Pierangelo Masaratirename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2007-11-18 Howard ChuITS#5232 report and fail on internal errors
2007-11-12 Howard ChuFix pagedresults resume
2007-11-12 Howard ChuCache-thrashing protection: if the DB has more entries...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-08-26 Pierangelo Masaraticheck for shutdown (need to add to other backends?)
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-02-09 Howard ChuITS#4838 fix fake root handling broken by prev commit
2007-02-08 Howard Chuuse dn2id index for extended filters using entryDN
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-02 Kurt Zeilengahappy new year
2006-12-31 Howard ChuCleanup db_lock/unlock parameters
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-01-15 Howard ChuITS#3950 delete gratuitous yield()s
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-16 Pierangelo Masaratianticipate sr_err/sr_ref cross-check, so that the right...
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-09-22 Howard ChuITS#4030 fix alias deref for Finding, fix alias error...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-23 Pierangelo Masaratiharmonize back-ldbm and back-bdb handling of searchBase...
2005-08-15 Luke HowardMake sure we release entry lock before sending paged...
2005-08-11 Pierangelo Masaratiminor cleanup OPENLDAP_AC_BP
2005-07-27 Hallvard FurusethSilence warning
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-10 Hallvard Furusethgoto loop_begin; skipped initialization of scopeok.
2005-04-01 Kurt Zeilengacleanup
2005-03-29 Sang Seok LimFixing memory leakage in attribute aliasing
2005-02-20 Howard ChuCleanup unused variables
2005-02-18 Howard ChuAlways return SLAPD_ABANDON in response to op->o_abando...
2005-02-16 Sang Seok Liminitialize AttributeAssertion before using
2005-01-14 Pierangelo Masaraticondition compilation of DISCLOSE checking
2005-01-14 Howard ChuMore cleanup of unused stuff
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-12 Pierangelo Masaratifix use of uninitialized var
2005-01-11 Pierangelo Masaratihonor 'disclose' ACL on searchBase/compare/referral...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-11-26 Howard ChuMore BDB_PSEARCH cleanup
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-23 Howard ChuDynamic control management
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-10 Jong Hyuk Choifix suspicious capitalization to make subentries contro...
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-16 Jong Hyuk Choifurther cleanup of search data upon exit, abandon,...
2004-10-12 Jong Hyuk Choisyncrepl consistency patch: utilize BDB txn rollback
2004-10-09 Jong Hyuk Choisyncrepl consistency patch
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-04 Pierangelo Masaratiminor cleanup
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-26 Luke HowardCheck for opinfo->boi_txn before using it - sometimes...
2004-08-24 Pierangelo Masaratiadd paged results support to back-ldap
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-11 Pierangelo Masaratiminor cleanup
2004-07-10 Howard ChuMake sure DB result codes are returned to caller; add...
2004-06-28 Pierangelo Masaratipropagate search result (maybe this is not what bdb_pse...
2004-06-23 Jong Hyuk Choiuse ltid if it exists; use NULL otherwise.
2004-06-23 Jong Hyuk Choiuse txn locker if it exists; get one otherwise.
2004-06-22 Jong Hyuk Choipatch for ITS#3173
2004-06-18 Kurt ZeilengaMore paged results cleanup
2004-06-18 Kurt ZeilengaFix nentries logging
2004-06-18 Kurt ZeilengaDon't return useless estimate.
2004-06-16 Pierangelo Masaratiimprove pagedResults ignoring (hopefully)
2004-06-12 Pierangelo Masaratireturn pagedResultsControl with empty cookie at end...
2004-06-12 Howard ChuITS#3182 ? clear ctrls after sending paged response
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-12 Howard ChuBetter fix for ITS#3063, #3186
2004-06-12 Howard ChuAnother crash for ITS#3063
2004-06-09 Kurt Zeilengacleanup
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
next