]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/search.c
Consolidated slap_callbacks into one function. Removed send_search_result.
[openldap] / servers / slapd / back-bdb / search.c
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuFix typo in prev commit
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-16 Kurt Zeilengareorder to statements for debugging purposes
2003-03-03 Pierangelo Masaratiinit var
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Howard ChuDon't need TXN/opinfo support in read-only operations
2003-02-25 Jong Hyuk Choilog message fix
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt ZeilengaCancel exop updates
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-07 Jong Hyuk Choicleanup
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuUse ber_flatten2
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-12-10 Howard ChuFrom ITS#2183, use a long-lived IDL stack per thread.
2002-12-03 Julius EnarusaiFixed minor compile errors in LDAP_LOG debug statements.
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-21 Pierangelo Masaratiadd limits to entries count for paged results
2002-11-21 Pierangelo Masaratiseems to be leaking a ber
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-21 Pierangelo Masarati- allow interactive pagedResults size change
2002-11-21 Pierangelo MasaratiSupport for RFC 2696:
2002-10-31 Stig VenaasFix referrals and alias. For ldbm and I think for bdb...
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-15 Kurt ZeilengaWrap csn filter frees with sync mode check.
2002-09-15 Kurt ZeilengaFix typos in last commit
2002-09-15 Kurt ZeilengaCleanup up LDAP_CLIENT_UPDATE code... including some...
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-09-09 Kurt Zeilengaonly optimize objectClass filters when (objectClass...
2002-09-09 Howard ChuFix: if slapadd was used with an un-ordered LDIF file...
2002-09-06 Kurt ZeilengaSome LCUP clean up
2002-09-04 Jong Hyuk ChoiLDAP Client Update Protocol - non-persistent update...
2002-08-29 Pierangelo Masaratithis test is useless, since noop is masked SLAP_CTRL_UPDATE
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-26 Howard ChuFix oc_filter, it could exit early before counting...
2002-08-20 Kurt ZeilengaQuick check of LOCK_ID() return. Likely should retry...
2002-08-20 Kurt ZeilengaMore places where LOCK_ID() calls need to be checked.
2002-08-07 Howard ChuPlug config leaks
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-01 Kurt ZeilengaMinor cleanup
2002-06-01 Kurt Zeilengareference scope checks
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-05-03 Pierangelo Masaratis/LDAP_UNWILLING_TO_PERFORM/LDAP_ADMINLIMIT_EXCEEDED...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-04-11 Jong Hyuk Choifix: changing bdb_cache_return_entry_w() to bdb_cache_r...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-18 Howard ChuUse a single malloc'd block for all the temporary IDL...
2002-03-14 Julius EnarusaiAdded LDAP_LOG messages to the above files to match...
2002-03-04 Kurt ZeilengaUpdate handling of AND/OR indexing where element is...
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-29 Kurt ZeilengaAdd search no-op support.
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-22 Pierangelo Masaratifinal dn_parent elimination in back-bdb
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-09 Kurt ZeilengaRound 2 of subentry changes
2002-01-09 Kurt ZeilengaAdd very basic subentry search support.
2002-01-05 Kurt ZeilengaFix compile errors
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuMisc cleanup
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-08 Howard ChuFix typos in previous commit
2001-12-07 Kurt ZeilengaPort reference scope fix from back-ldbm
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-17 Howard ChuFirst pass at indexing cleanup. Both filterindex.c...
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-14 Pierangelo Masaratihack to make '' base work; please check side-effects
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-02 Pierangelo Masaraticandidate check using new macro from Kurt
2001-10-02 Pierangelo Masaratiforward porting of time/size limits from back-ldbm...
next