]> git.sur5r.net Git - openldap/history - servers/slapd/back-sql/search.c
General improvements:
[openldap] / servers / slapd / back-sql / search.c
2004-04-08 Pierangelo MasaratiGeneral improvements:
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-19 Pierangelo Masaratimake file names more slapd-ish; add attribute inheritan...
2004-01-17 Pierangelo Masaraticleanup
2004-01-17 Pierangelo Masaraticleanup
2004-01-17 Pierangelo Masaratihonor attributeType inheritance as well
2004-01-13 Pierangelo Masaratiadd extra level of parens only if required
2004-01-11 Pierangelo Masaratidon't search if the filter is invalid; search also...
2004-01-10 Pierangelo Masaratiallow multiple attribute definitions; honor ldap_entry_...
2004-01-09 Pierangelo Masaratihonor objectclass inheritance in filters + some cleanup
2004-01-09 Pierangelo Masaratidon't try to decide if uppercase based on LDAP matching...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Kurt Zeilenganotices and acknowledgements
2003-07-15 Pierangelo Masaratifix format (ITS#2640?)
2003-04-16 Pierangelo Masaraticleanup; improve error handling
2003-04-16 Pierangelo Masaraticlarify hasSubordinate filtering
2003-04-16 Pierangelo Masaratiuse syntax and matching rules knowledge when preparing...
2003-04-15 Pierangelo Masaratimore cleanup; small improvements
2003-04-15 Pierangelo Masaratihonor attributes request
2003-04-15 Pierangelo Masaratifix backsql new API; use berbuf instead of berval
2003-04-11 Pierangelo Masaratifix context memory and more cleanup
2003-04-07 Pierangelo Masaratifix referrals return
2003-04-03 Pierangelo Masaratimore new API ... back-sql should be OK
2003-04-02 Pierangelo Masaratimore new API ...
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-08-31 Pierangelo Masaratifix extendedMatch and approx hfilter andling; get rid...
2002-08-29 Pierangelo Masaraticleaner handling of unchecked limit support
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-23 Pierangelo MasaratiFinal run of changes to back-sql; IBM db2 support has...
2002-08-16 Pierangelo MasaratiCHANGES:
2002-08-13 Pierangelo Masaratichanges:
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
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-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-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-09-07 Dmitry Kovalevfinish the prefious fixes... it is really hard to commi...
2001-09-07 Dmitry Kovalevsome cosmetics and minor problems fixed, pointed out...
2001-08-02 Dmitry KovalevA big bunch of improvements, contributed by Sam Drake...
2000-11-04 Dmitry KovalevAdd 'distinct' to sql search query to prevent duplicate...
2000-11-02 Dmitry Kovalevfix _stupid_ thing with toupper -> ldap_pvt_str2upper
2000-10-30 Dmitry Kovalevfix ITS #855 (back-sql crashes with malformed filters),
2000-10-25 Dmitry Kovalevfix case-insensitive matching
2000-06-29 Dmitry Kovalevchanges for 2.0-beta
2000-05-26 Dmitry KovalevSummary of changes:
2000-03-19 Kurt Zeilengawrap sql *.c files with #ifdef SLAPD_SQL to facilate...
2000-03-16 Dmitry Kovalevmore back-sql files + rdbms_dependent samples