]> git.sur5r.net Git - openldap/history - servers/slapd/back-meta
limit checking in syncrepl
[openldap] / servers / slapd / back-meta /
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-15 Luke HowardFix warning in assignment
2004-04-15 Luke HowardFix warning in assignment
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-08 Howard ChuMore dynamic/static cleanup
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-05 Pierangelo Masaratiexploit new frontend API 2 protocol error mapping
2004-04-03 Pierangelo Masaratireturn error code only if required (ITS#3042)
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-03-10 Pierangelo Masaratirevert previous commit
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-10 Pierangelo Masaratirewrite entry DN-valued attrs
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Pierangelo Masaraticleanup
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-28 Pierangelo Masaratifix the problem right now
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-07 Howard ChuCleanup unknown config directive handling.
2003-12-06 Howard ChuMoved proxy caching to overlay
2003-12-01 Jong Hyuk Choimisc cleanup
2003-11-30 Jong Hyuk Choiit seems more appropriate to return LDAP_SUCCESS.
2003-11-29 Pierangelo Masaratifix 'control reaches end of non-void function'
2003-11-29 Pierangelo Masaratifix uninitialized buffer (ITS#2849)
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-20 Kurt ZeilengaFormating
2003-11-14 Pierangelo Masaratisilence warning?
2003-11-14 Pierangelo Masaratifix a number of mem leaks; add destroy code; HEADS...
2003-10-24 Howard ChuDrop unused arguments from syncrepl_add_glue
2003-10-22 Howard ChuFix dnPrettyNormalize mem usage
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-10-04 Pierangelo Masaratifix a_nvals according to back-ldap implementation ...
2003-09-03 Jong Hyuk Choino schema checking patch for proxy cache (apurva)
2003-08-27 Jong Hyuk Choiunifdef LDAP_CACHING
2003-08-27 Jong Hyuk Choicleanup
2003-08-14 Jong Hyuk ChoiProxy caching update : op->o_caching_on flag removed
2003-08-13 Jong Hyuk ChoiProxy cache patch (by Jong, Apurva, & Kurt)
2003-06-28 Jong Hyuk Choifix from Apurva
2003-06-21 Jong Hyuk ChoiProxy cache updates (with a test suite)
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-04 Hallvard FurusethChange dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG...
2003-05-26 Pierangelo Masaratifix typo
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-24 Pierangelo MasaratiFinish proxy cache cleanup and API porting (on behalf...
2003-05-15 Pierangelo Masaratiremove unused arg from fprintf (ITS#2516)
2003-05-09 Jong Hyuk Choi-reenabling LDAP_CACHING
2003-05-09 Pierangelo Masaratinow LDAP_CACHING can be enabled again; not sure it...
2003-05-03 Pierangelo Masaratiadd network timeout (ITS#2413 reworked)
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-29 Hallvard Furuseth#include <ac/string.h>.
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-18 Pierangelo Masaratiensure all metasingleconns are init'ed
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}
next