]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta/search.c
gracefully handle server down while initiating a search (ITS#4518)
[openldap] / servers / slapd / back-meta / search.c
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
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-30 Pierangelo Masaratiworks now
2004-12-23 Pierangelo Masaratifix typos leading to memory issues
2004-11-12 Pierangelo Masaratifix spurius noSuchObject when base=suffix
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-24 Pierangelo Masaratimove call to frontend API
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-06-17 Pierangelo Masaratires is already freed by ldap_parse_reference() (ITS...
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratimore on fixing escaped semicolon in normalized DN
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-05 Pierangelo Masaratiexploit new frontend API 2 protocol error mapping
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Pierangelo Masaratiinitial round of fixes related to ITS#2986
2004-02-28 Pierangelo Masaratihandle filter computed in a more granular way (ITS...
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-13 Howard ChuClean up entry initialization
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-06 Howard ChuMoved proxy caching to overlay
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-10-04 Pierangelo Masaratifix a_nvals according to back-ldap implementation ...
2003-08-27 Jong Hyuk Choiunifdef LDAP_CACHING
2003-05-09 Pierangelo Masaratinow LDAP_CACHING can be enabled again; not sure it...
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Luke HowardFix compilation errors (caching must still be undefined...
2003-04-08 Pierangelo Masaratireturn 'matched' only if all the targets didn't recogni...
2003-04-07 Pierangelo Masaratiworks fine now
2003-04-07 Pierangelo Masaratifirst cut at grouping rewrite/map stuff; needs work
2003-04-05 Pierangelo Masaratisilence warnings
2003-04-05 Pierangelo Masaratipropagate selected changes to back-ldap
2003-04-04 Pierangelo Masaratiremove more unnecessary args
2003-04-03 Pierangelo Masaratinew API; compiles if proxy is disabled
2003-03-06 Jong Hyuk ChoiCommit of the Proxy Cache contribution (ITS#2062)
next