]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta
Fix objectSubClassIndexer bug
[openldap] / servers / slapd / back-meta /
2002-08-29 Pierangelo Masaratifix server-size controls handling in back-{ldap,meta}
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 Masaratiinitialize struct timeval (fixes ITS#2014);
2002-08-09 Pierangelo Masaratirework connection pool handling (reduce amount of malloc)
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-08-02 Pierangelo Masaratifix previous commit
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-22 Pierangelo Masaratifix ITS#1953
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-21 Howard ChuFix dynamic module linking
2002-06-12 Kurt ZeilengaDate: Thu, 2 May 2002 08:54:59 GMT
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-05-01 Pierangelo Masaratisecond round at ITS#1749
2002-05-01 Pierangelo Masarati- trim check for real naming context already defined...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-25 Julius EnarusaiITS#1730: Misc typos in NEW_LOGGING code from Hallvard
2002-04-11 Howard ChuITS#1732 signed/unsigned integers
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-08 Pierangelo MasaratiITS#1730
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-03 Pierangelo Masaratiuse ber_bvcmp where appropriate
2002-04-02 Pierangelo Masaratifix ITS#1704
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
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 Masaraticonsistently use dn_match macro throughout slapd
2002-01-07 Pierangelo Masaratifix questionable behavior in case of bind errors
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-05 Howard ChuFix uninitialized pointers
2002-01-05 Howard ChuBVarray fixes for ldap_dnattr_rewrite
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Pierangelo Masaratimore fixes/updates
2002-01-04 Pierangelo Masaratihide mapping initialization
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 Pierangelo Masaratifix some ava bugs
2001-12-29 Pierangelo Masaraticleanup
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 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 Pierangelo Masaratitrim spurious e_ndn also from back-meta
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-20 Pierangelo Masaratilisten on any device
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 result bug; add hooks for error selection based...
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-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-23 Pierangelo Masaraticatch up with bi_db_sync stuff
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels; no C++ style...
2001-05-19 Pierangelo Masaratipseudo-root dn bind; a couple of minor fixes
2001-05-16 Pierangelo Masaratiminor cleanup; some error handling and log fixes
2001-05-13 Pierangelo Masaratiadded new logging to back-meta
2001-05-13 Pierangelo Masaraticleanup of the tests in back-meta/data; after build...
2001-05-12 Pierangelo MasaratiThis is the commit of: