]> git.sur5r.net Git - openldap/history - servers/slapd/back-sql
Memory context tweaks for Bind
[openldap] / servers / slapd / back-sql /
2003-04-11 Pierangelo Masaratifix context memory and more cleanup
2003-04-11 Howard ChuMore memory context tweaks
2003-04-07 Pierangelo Masaratifix referrals return
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-03 Pierangelo Masaratimore new API ... back-sql should be OK
2003-04-02 Pierangelo Masaratimore new API ...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-25 Pierangelo Masaratifix bug in schema check
2003-03-01 Kurt ZeilengaDon't return LDAP_OPERATIONS_ERROR for internal errors
2003-02-26 Pierangelo Masaratiblind fix (accrding to back-monitor hack)
2003-02-10 Pierangelo Masaratifix ITS#2309
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-11-09 Pierangelo MasaratiAdd checks for SQL headers in configure.in (need to...
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-23 Pierangelo Masaratifix typo
2002-10-17 Kurt Zeilengablind fix for NULL pointer in Debug() bug (ITS#2143)
2002-09-02 Pierangelo Masarativarious fixes and improvements
2002-08-31 Pierangelo Masaratifix extendedMatch and approx hfilter andling; get rid...
2002-08-31 Pierangelo Masaratibetter handling of children_cond
2002-08-31 Pierangelo Masaratitrace illegal condition in backsql_strfcat
2002-08-31 Pierangelo Masaratiadd 'children_cond' config statement
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-24 Kurt Zeilengause ldap_charray_free() instead of slapd's charray_free()
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-08-13 Pierangelo MasaratiVERY PRELIMINARY support for PostgreSQL and IBM db2
2002-06-21 Howard ChuFix dynamic module linking
2002-04-29 Pierangelo MasaratiFirst commit of Hallvard's backend documentation effort
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-02-09 Pierangelo Masaratifix for acl state
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 ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs 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-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-07 Howard ChuNT updates from jon@symas.com.
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...
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2000-11-04 Dmitry KovalevAdd 'distinct' to sql search query to prevent duplicate...
2000-11-02 Dmitry Kovalevfix even more stupid thing with the same issue ;)
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-09-05 Dmitry Kovalevdocumentation update. this reflects recent changes...
2000-08-15 Dmitry Kovalevadded missing SQL script to samples
2000-06-29 Dmitry Kovalevminor fix (eliminate warnings)
2000-06-29 Dmitry Kovalevchanges for 2.0-beta
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-05-26 Dmitry KovalevSummary of changes:
2000-05-22 Kurt ZeilengaConst'ification
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary for modules.
2000-03-19 Kurt Zeilengawrap sql *.c files with #ifdef SLAPD_SQL to facilate...
2000-03-16 Dmitry Kovaleveven more back-sql files
2000-03-16 Dmitry Kovalevmore back-sql files + rdbms_dependent samples
2000-03-16 Dmitry Kovalevadded back-sql files