]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta/search.c
happy new year
[openldap] / servers / slapd / back-meta / search.c
2007-01-02 Kurt Zeilengahappy new year
2006-12-17 Pierangelo Masarati- add support for "use-temporary-conn" much like back...
2006-12-02 Pierangelo Masaratifix deadlock in case of bind error; propagate error...
2006-11-23 Pierangelo Masaratiadd "report" to "onerr" modes: continue a search in...
2006-11-18 Pierangelo Masaratifix leak when 'rebind-as-user' is set (and client searc...
2006-11-05 Pierangelo Masaratirework compare
2006-10-28 Pierangelo Masaratifix concurrency issue when binding before a search...
2006-10-21 Pierangelo Masaratirework timeout strategy a little bit
2006-10-14 Pierangelo Masaraticleanup and streamline response handling
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-14 Pierangelo Masaratidon't mix return codes (ITS#4711)
2006-10-07 Pierangelo Masaratimore on clarification of special proxy identities and...
2006-09-26 Pierangelo Masaratifix ITS#4686 (retry with idassert)
2006-09-17 Pierangelo Masaratiminor cleanup
2006-09-09 Pierangelo Masaratild may legitimately be NULL if another operation freed...
2006-09-03 Pierangelo Masaratifix arg format; better trace logging...
2006-09-03 Pierangelo Masaratidon't abandon binds in progress; rather unbind (ITS...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-26 Pierangelo Masaratiinvalidate idle connection if a candidate target does...
2006-08-17 Pierangelo Masaratigive slapd a chance to play callback cleanup handlers...
2006-07-01 Pierangelo Masaratiuse bound credentials, if any
2006-06-17 Pierangelo Masaratimove retry into response handling (fix ITS#4594; partia...
2006-06-15 Pierangelo Masaratiport identity assertion to back-meta; share as much...
2006-06-07 Pierangelo Masaratirework quarantine locking and so
2006-06-07 Pierangelo Masaraticleanup
2006-06-02 Pierangelo Masaratirefine (and fix) back-meta handling of search initializ...
2006-05-31 Pierangelo Masaratitrap an issue that occurred in odd conditions
2006-05-31 Pierangelo Masaratimisc cleanup
2006-05-27 Pierangelo Masaratiimplement proxy quarantine (ITS#4569)
2006-05-20 Pierangelo Masaratiadd cancel strategies (ITS#4560)
2006-05-14 Pierangelo Masaratimore checks
2006-05-14 Pierangelo Masaraticleanup resource release
2006-05-12 Pierangelo Masaratirefine previous commits (don't leave bindings around)
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-05-06 Pierangelo Masaratifix previous commit
2006-05-06 Pierangelo Masaratirefine previous commit
2006-05-06 Pierangelo Masaratiparallelize dobind/search (ITS#4519)
2006-05-04 Pierangelo Masaratimake sure NULL pointers are not dereferenced
2006-05-04 Pierangelo Masaratigracefully handle server down while initiating a search...
2006-04-06 Pierangelo Masaratipedantic cleanup
2006-04-04 Pierangelo Masaratihonor stop on error
2006-04-04 Pierangelo Masarationly wait if no entry was returned
2006-04-03 Pierangelo Masaratiimmediately return sizelimitExceeded if appropriate
2006-04-03 Pierangelo Masaratimore on recovery (ITS#4429)
2006-04-01 Pierangelo Masaratiseems to fix the equivalent of ITS#4429 in back-meta...
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-13 Pierangelo Masaratiuse macros instead of numbers...
2005-12-12 Pierangelo Masaratiminor cleanup
2005-12-11 Pierangelo Masaratimore about sizelimit disclose issue in back-meta (ITS...
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-22 Pierangelo Masaratidon't return matchedDN in the case described in ITS...
2005-11-20 Pierangelo Masaratidon't care about empty matched/text #ifdef LDAP_NULL_IS...
2005-11-06 Pierangelo Masaratibackport write operation timeouts from back-meta to...
2005-11-05 Pierangelo Masaratiallow per-target retry in searches; taint invalid conne...
2005-11-04 Pierangelo Masaratifix size/time limit (ITS#4145)
2005-11-01 Pierangelo Masaratieat up values of removed attrs
2005-10-25 Pierangelo Masaratifix previous commit
2005-10-24 Pierangelo Masaratifix handling of invalid DN-valued attrs (ITS#4107)
2005-09-26 Hallvard FurusethFix snprintf() format
2005-09-24 Pierangelo Masaraticleanup states/timeout handling in back-ldap/meta;...
2005-09-24 Pierangelo Masaratifix previous commit; cleanup few 64 bit issues
2005-09-19 Pierangelo Masaratiuse result of validation (ITS#4028)
2005-09-06 Pierangelo Masaratipretty the DN as well
2005-08-31 Pierangelo Masaratisave target errors for later evaluation
2005-08-27 Pierangelo Masaratiprettify matchedDN; fix memory handling
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-20 Pierangelo Masaratinormalize/pretty attributes when possible
2005-08-18 Pierangelo Masaratimore about matchedDN in back-meta (ITS#3944)
2005-08-18 Pierangelo Masaratistrip entryDN from search entries; frontend will reatta...
2005-08-17 Pierangelo Masaratiimplement overlapping targets enhancement (ITS#3711)
2005-08-17 Pierangelo Masaratifix "matched" return and return code (ITS#3944)
2005-07-04 Pierangelo Masaratifix concurrency issues
2005-06-25 Pierangelo Masaratiadd "onerr" flag
2005-06-19 Pierangelo Masaratifirst round of provisions for back-config
2005-06-13 Pierangelo Masaratipreemptive time limit check in proxy backends
2005-05-21 Pierangelo Masaratifix entry DN free
2005-05-13 Pierangelo Masaratifix sizelimit interaction with glue overlay (ITS#3724)
2005-05-13 Pierangelo Masaratidon't bother about slap_dummy_bv
2005-05-12 Pierangelo Masaratifix sizelimit bug (ITS#3720)
2005-05-06 Pierangelo Masaratiadd support for "subordinate" scope
2005-05-05 Pierangelo Masaratia bit more reworking and streamline; the change to...
2005-05-04 Pierangelo Masaratihonor T-F filters (ITS#3706) and lots of cleanup
2005-04-26 Pierangelo Masaratimore cleanup in handling timeouts in ldap_result()
2005-04-25 Pierangelo Masaratireset candidates when intentionally abandoning; consist...
2005-04-22 Pierangelo Masaratimore on error handling reworking; should address ITS...
2005-04-21 Pierangelo Masaratifix previous commit
2005-04-21 Pierangelo Masaratiadd basic support for retry; protect internal bind...
2005-04-20 Pierangelo Masaratislightly reduce malloc overhead; minor cleanup
2005-04-19 Pierangelo Masaratifix memory leak (ITS#3669)
2005-04-16 Pierangelo Masaratia) implement a new candidate selection procedure, based...
2005-02-18 Howard ChuAlways return SLAPD_ABANDON in response to op->o_abando...
2005-02-05 Pierangelo Masaratiimport selected improvements from back-ldap: use asynch...
2005-01-26 Pierangelo Masaratidon't play with controls at bind; rather use the ldap_...
2005-01-20 Pierangelo Masaratifix ITS#3498; some cleanup
2005-01-08 Pierangelo Masaratifix ITS#3464
2005-01-08 Pierangelo Masaratimajor namespace cleanup & minor fixes
next