]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/search.c
minor cleanup
[openldap] / servers / slapd / back-bdb / search.c
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()
2004-04-17 Pierangelo Masaratiremove unused structure member ps_id
2004-04-12 Howard ChuFix paged search initialization
2004-04-09 Pierangelo Masaraticompletion of limits w/ paged results control
2004-04-09 Pierangelo Masaratiimprove previous commit; now special limit on the numbe...
2004-04-09 Pierangelo Masaratihonor size limits when using paged results
2004-04-08 Howard ChuFix ITS#3063, special case handling of "" suffix
2004-04-07 Howard ChuZero out rs->sr_err before send_search_entry
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Pierangelo Masaratireset flags (need to check consistence across slapd)
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-27 Jong Hyuk ChoiFix the missing delete problem (reported by Doug Council)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-31 Jong Hyuk Choia patch for persistent search
2003-12-31 Kurt ZeilengaQuick hack for PSEARCH crash.
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-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-01 Pierangelo Masaratidetect problems in saslauthz
2003-11-28 Kurt ZeilengaNotices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-11-20 Jong Hyuk ChoiCollective entryUUID transmission of PRESENT messages...
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-19 Howard ChuITS#2684 keep psearch operations on the connection...
2003-10-12 Kurt ZeilengaFinish off berbuf fix
2003-09-25 Jong Hyuk Choido not cache internal search results for present entry...
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-09-10 Jong Hyuk Choiadd bdb_get_commit_csn() for use in bdb_search
2003-09-03 Jong Hyuk Choimemory mgmt cleanup
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 ChoiContext CSN Patch (5)
2003-08-25 Jong Hyuk ChoiContext CSN Patch (2)
2003-08-25 Jong Hyuk ChoiContext CSN patch (1) - cleanup
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-08-14 Jong Hyuk ChoiLDAP Sync protocol change : state mode (add+present...
2003-07-15 Jong Hyuk ChoiVarious udpates for SyncRepl
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-25 Jong Hyuk Choinot returning glue entries unless manageDSAit is set
2003-06-10 Kurt ZeilengaAdd server side assert control support.
next