]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap/search.c
Sync with HEAD
[openldap] / servers / slapd / back-ldap / search.c
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-11 Pierangelo Masaratimore cleanup
2004-12-01 Pierangelo Masaratiallow undefined schema items to be returned by back...
2004-11-13 Pierangelo Masaratiremove rewrite stuff -- now delegted to rwm overlay
2004-10-07 Howard ChuAdd a retry for entry_get too. (oops)
2004-10-01 Howard ChuAdd a retry for failed connections
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-24 Pierangelo Masaratiadd paged results support to back-ldap
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-22 Pierangelo Masaratifix previous fix
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-06 Pierangelo Masarativalidate/pretty before normalizing... (ITS#3218)
2004-07-04 Pierangelo Masaraticlear shared connections when ldap_result fails with...
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-05-25 Howard ChuFix entry_get, only check mapped attr if attr was provided
2004-05-22 Pierangelo Masaratimore on identity assertion
2004-05-19 Howard ChuAlways normalize entries (ITS#3152, ITS#3144)
2004-05-13 Pierangelo Masaratiadd idassert code (undocumented yet)
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 Masaratifix continuation of ITS#2999
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-02-13 Howard ChuITS#2888 fix back-ldap to check result of send_search_e...
2004-01-17 Pierangelo Masaratiimprove fix to ITS#2923; note that suffix massaging...
2004-01-17 Pierangelo Masaratifix ITS#2923
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 ChuClear ocflags
2003-12-01 Pierangelo Masaratiadd administrative bind and proxyAuthz control to enabl...
2003-12-01 Pierangelo Masaratithis memory will be freed by free()
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-09-20 Howard ChuFix segfault if entry_get is called with NULL attribute
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Howard ChuMore memory context tweaks
2003-04-07 Pierangelo Masaratineed a second function because of different free()...
2003-04-07 Pierangelo Masaratiuse berval
2003-04-07 Pierangelo Masaratigroup rewrite/map stuff in one structure and optimize...
2003-04-07 Pierangelo Masaratiuse rewrite info instead of ldapinfo for reusability...
2003-04-07 Howard ChuUse individual addAttrDN, compareAttrDN, modifyAttrDN...
2003-04-07 Howard ChuCleanup previous
2003-04-07 Howard Chu(SLAP_NVALUES) attr->a_nvals must not be NULL, set...
2003-04-07 Howard ChuFix matchedDn detection
2003-04-07 Howard ChuCleanup ENABLE_REWRITE ifdefs, put into a new ldap_back...
2003-04-05 Pierangelo Masaratimap attrs improvement
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Pierangelo Masaraticleanup
2003-04-05 Pierangelo Masaratiminor fixes: leaks, dangling pointers, cleaner tag...
2003-04-04 Pierangelo Masaratimore args elimination + allow specific messages when...
2003-04-04 Pierangelo Masaratinormalize values only if required
2003-04-04 Pierangelo Masaratihandle failure or missing attrs
2003-04-04 Howard ChuFix prev commit
2003-04-04 Howard ChuMapping fixes, SLAP_NVALUES fixes
2003-04-04 Pierangelo Masaratifirst cut at mapping/rewriting before search (after...
2003-04-04 Pierangelo Masaratiremove more unnecessary args
2003-04-03 Howard ChuFix shared/private binds, fix entry_get malloc
2003-04-03 Pierangelo Masaratitrim unnecessary args
2003-04-03 Pierangelo Masaratianyone knows a safer way to skip a tag?
2003-04-03 Pierangelo Masaratiof course there's a better way to skip a tag :)
2003-04-03 Pierangelo Masaratieat undesired values
2003-04-03 Pierangelo Masaraticleanup and fixes
2003-04-02 Howard ChuFix typos in prev commit
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-24 Howard ChuSLAP_NVALUES - quick hack, just set a->a_nvals = a...
2003-03-11 Pierangelo Masaratifix ITS#2362 and other leaks/unhandled massaged DN...
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-02-19 Howard ChuFix do/don't send result logic
2003-02-16 Howard ChuAdded passwd_exop, added matchedDN rewrite for results.
2003-02-14 Howard ChuUse extended async APIs to allow direct parsing of...
2003-02-13 Howard ChuImplemented connection pooling. Requires libldap_r...
2003-02-13 Howard ChuRevert previous, wasn't broken.
2003-02-13 Howard ChuFix uninit'd timeout value
2003-01-27 Pierangelo Masaraticlean up mapping api
2003-01-27 Pierangelo Masaratifix objectclass mapping (to nothing)
2003-01-03 Kurt ZeilengaHappy new year
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-10 Pierangelo Masaratiimprove error messages
2002-08-31 Pierangelo Masaratiadded referral support to back-{ldap,meta}; need to...
2002-08-29 Pierangelo Masaratiadd server side controls to back-ldap and back-meta
2002-08-13 Pierangelo Masaratibetter error handling when returning results
2002-08-10 Pierangelo Masaratisame as for back-meta
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-03 Howard ChuUse specific msg id instead of ANY to retrieve search...
2002-05-02 Pierangelo Masaratibroken berval after successful rewrite
2002-05-01 Pierangelo Masaratimassage dn-valued attributes also when compiled without...
2002-05-01 Pierangelo Masaratiuse BerVarray for suffix_massaging stuff
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-02-11 Howard ChuSilence a warning about ldap_debug
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-12 Pierangelo Masaratisome memory handling cleanup: check that memory is...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
next