]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta
Don't pass NULL DN to rewrite_session(), causes assertion failure
[openldap] / servers / slapd / back-meta /
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 Luke HowardDon't segfault on malformed configuration
2003-04-04 Luke HowardDon't free pointer into contiguously allocated memory
2003-04-04 Pierangelo Masaratiremove more unnecessary args
2003-04-03 Pierangelo Masaratinew API; compiles if proxy is disabled
2003-03-31 Pierangelo Masaratinew API cleanup in proxy cache code (more work needed)
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-11 Pierangelo Masaraticleanup cache search
2003-03-11 Pierangelo Masaraticleanup bind
2003-03-10 Pierangelo Masaratifix log message (ITS#2359)
2003-03-06 Jong Hyuk ChoiCommit of the Proxy Cache contribution (ITS#2062)
2003-03-03 Pierangelo Masaratisilence warning
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-02-26 Howard ChuSync with MR flags in slap.h
2003-02-10 Pierangelo Masaratiimprove error handling
2003-02-10 Pierangelo Masaratipartially fix ITS#2310
2003-02-05 Pierangelo Masaratiadd 'rebind-as-user' according to back-ldap's implement...
2003-02-04 Pierangelo Masaratiimprove last commit
2003-02-04 Pierangelo Masaratiallow multiple URIs (need to backport to back-ldap)
2003-01-27 Pierangelo Masaraticleanup null mapping detection
2003-01-27 Pierangelo Masaraticleanup objectclass detection
2003-01-27 Pierangelo Masaraticlean up mapping api
2003-01-27 Pierangelo Masaratifix objectclass mapping (to nothing)
2003-01-23 Pierangelo Masaraticleanup versioning
2003-01-23 Pierangelo Masaratifix ITS#2289 (don't use shared data for search state...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-10 Pierangelo Masaratiimprove error messages
2002-11-02 Pierangelo Masaratifix attribute delete (ITS#2158) patch provided by Timof...
2002-08-31 Pierangelo Masaratiadded referral support to back-{ldap,meta}; need to...
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...
next