]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta/search.c
Sync with HEAD
[openldap] / servers / slapd / back-meta / search.c
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-30 Kurt ZeilengaSync with HEAD
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)
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-02-10 Pierangelo Masaratiimprove error handling
2003-02-10 Pierangelo Masaratipartially fix ITS#2310
2003-01-27 Pierangelo Masaraticlean up mapping api
2003-01-27 Pierangelo Masaratifix objectclass mapping (to nothing)
2003-01-23 Pierangelo Masaratifix ITS#2289 (don't use shared data for search state...
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-13 Pierangelo Masaratibetter error handling when returning results
2002-08-10 Pierangelo Masaratiinitialize struct timeval (fixes ITS#2014);
2002-08-09 Pierangelo Masaratirework connection pool handling (reduce amount of malloc)
2002-08-02 Pierangelo Masaratifix previous commit
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-22 Pierangelo Masaratifix ITS#1953
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-11 Howard ChuITS#1732 signed/unsigned integers
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Pierangelo Masaratimore fixes/updates
2002-01-04 Pierangelo Masaratimore cleanup; doesn't work (fails on ldap_result, selec...
2002-01-03 Pierangelo Masaratilots of migration to struct berval; unfortunately it...
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-27 Pierangelo Masaraticonversion to berval DN
2001-12-27 Kurt ZeilengaMore struct berval DN changes
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-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-03 Pierangelo Masaratiuse slap_str2undef_ad for unknown attributes
2001-10-01 Pierangelo Masaratifix candidate selection based on scope
2001-10-01 Pierangelo Masaratifix various result returning bugs, mostly related to...
2001-08-04 Pierangelo Masaraticleanup limits stuff in back-meta
2001-08-03 Pierangelo Masaratienforces detailed search limits
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels; no C++ style...
2001-05-16 Pierangelo Masaratiminor cleanup; some error handling and log fixes
2001-05-13 Pierangelo Masaratiadded new logging to back-meta
2001-05-12 Pierangelo MasaratiThis is the commit of: