]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
updateref should be allowed with syncrepl (without updatedn)
[openldap] / servers / slapd / back-ldap /
2004-04-05 Pierangelo Masaratiexploit new frontend API 2 protocol error mapping;...
2004-03-18 Pierangelo Masaratioverlays reworking
2004-03-17 Pierangelo Masaraticarefully check the URI
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Pierangelo Masaratimassage normalized DN when either is fine
2004-03-06 Pierangelo Masaratifix continuation of ITS#2999
2004-02-29 Howard ChuAdded pwdexop request structure to avoid redundant...
2004-02-28 Pierangelo Masaratihandle filter computed in a more granular way (ITS...
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-02-17 Pierangelo Masaratiimprove previous commit
2004-02-17 Pierangelo Masaratiallow no-user-modification propagations if back-ldap...
2004-02-13 Howard ChuITS#2888 fix back-ldap to check result of send_search_e...
2004-01-17 Pierangelo Masaratiimprove fix to ITS#2923; note that suffix massaging...
2004-01-17 Pierangelo Masaratifix ITS#2923
2004-01-01 Kurt ZeilengaHappy new year
2003-12-13 Pierangelo Masaratiuse dedicated admin identity to proxyAuthz
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 ChuClear ocflags
2003-12-04 Howard ChuITS#2740 - link librewrite statically into back-ldap...
2003-12-01 Kurt ZeilengaDon't search for proxy authz control unnecessarily.
2003-12-01 Pierangelo Masaratiadd administrative bind and proxyAuthz control to enabl...
2003-12-01 Pierangelo Masaratithis memory will be freed by free()
2003-11-29 Hallvard FurusethAvoid /* inside comments.
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-14 Pierangelo Masaratifix a number of mem leaks; add destroy code; HEADS...
2003-09-20 Howard ChuFix segfault if entry_get is called with NULL attribute
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-11 Howard ChuBind fixes for chaining
2003-06-11 Howard ChuFix config, chaining
2003-06-11 Howard ChuMore overlay tweaks. Added LDAP chaining overlay.
2003-05-31 Kurt ZeilengaHide experimental controls and extended operations
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-22 Hallvard FurusethPrintf %p expects a void pointer.
2003-05-14 Howard ChuITS#2511 use %p to log pointer values
2003-05-02 Hallvard Furusethctrls[] was initialized with which non-constants.
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-29 Hallvard Furuseth#include <ac/string.h>, to get memset() and strlen().
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-18 Pierangelo Masaratireset passwords before freeindg them
2003-04-17 Howard ChuFix AVL comparisons
2003-04-11 Howard ChuRevert previous, committed by mistake
2003-04-11 Luke HowardDon't pass NULL DN to rewrite_session(), causes asserti...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaraticleanup
2003-04-07 Pierangelo Masaratifix typo
2003-04-07 Howard Chuschema checks
2003-04-07 Howard ChuFix !ENABLE_REWRITE
2003-04-07 Howard ChuFix returncode checks
2003-04-07 Pierangelo Masaratineed a second function because of different free()...
2003-04-07 Pierangelo Masaratimove to more appropriate file ...
2003-04-07 Pierangelo Masaratiuse berval
2003-04-07 Pierangelo Masaratidefault remapping from target to server aliases searchR...
2003-04-07 Pierangelo Masaratigroup rewrite/map stuff in one structure and optimize...
2003-04-07 Pierangelo Masaratiuse rewrite info instead of ldapinfo for reusability...
2003-04-07 Howard ChuUse individual addAttrDN, compareAttrDN, modifyAttrDN...
2003-04-07 Howard ChuFix prev
2003-04-07 Howard ChuFix freeval check
2003-04-07 Howard ChuCleanup previous
2003-04-07 Howard Chu(SLAP_NVALUES) attr->a_nvals must not be NULL, set...
2003-04-07 Howard ChuFix matchedDn detection
2003-04-07 Howard ChuActually free mapped attrval
2003-04-07 Howard ChuCleanup ENABLE_REWRITE ifdefs, put into a new ldap_back...
2003-04-05 Pierangelo Masaratisilence warnings
2003-04-05 Pierangelo Masaratimap attrs improvement
2003-04-05 Pierangelo Masaratimassage bound dn only if operating on authz backend
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Pierangelo Masaraticleanup
2003-04-05 Pierangelo Masaratiminor fixes: leaks, dangling pointers, cleaner tag...
2003-04-04 Pierangelo Masaratimore args elimination + allow specific messages when...
2003-04-04 Pierangelo Masaratinormalize values only if required
2003-04-04 Pierangelo Masaratihandle failure or missing attrs
2003-04-04 Howard ChuFix req DN massaging
2003-04-04 Howard ChuFix prev commit
2003-04-04 Howard ChuMapping fixes, SLAP_NVALUES fixes
2003-04-04 Pierangelo Masaratifirst cut at mapping/rewriting before search (after...
2003-04-04 Pierangelo Masaratiremove more unnecessary args
2003-04-03 Howard ChuFix shared/private binds, fix entry_get malloc
2003-04-03 Pierangelo Masaratitrim unnecessary args
2003-04-03 Pierangelo Masaratibackout this for now
2003-04-03 Pierangelo Masaratianyone knows a safer way to skip a tag?
2003-04-03 Pierangelo Masaratiof course there's a better way to skip a tag :)
2003-04-03 Pierangelo Masaratieat undesired values
2003-04-03 Pierangelo Masaratineed this to be able to bound searches when back-ldap...
2003-04-03 Pierangelo Masaraticleanup and fixes
2003-04-02 Howard ChuFix typos in prev commit
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuRemove attribute.c, group.c from build
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-24 Howard ChuSLAP_NVALUES - quick hack, just set a->a_nvals = a...
2003-03-11 Pierangelo Masaratifix ITS#2362 and other leaks/unhandled massaged DN...
2003-03-03 Pierangelo Masaratiset return code
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
next