]> git.sur5r.net Git - openldap/history - servers/slapd/backover.c
add over_acl_group/over_acl_attribute
[openldap] / servers / slapd / backover.c
2005-07-22 Luke Howardadd over_acl_group/over_acl_attribute
2005-07-21 Pierangelo Masaraticleanup
2005-07-21 Pierangelo Masaratimake sure we notice if this gets out of sync with slap_...
2005-07-21 Luke HowardAdd overlay_op_walk()
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-06-19 Pierangelo Masaratiadd support for connection_init/destroy
2005-06-13 Howard ChuITS#3774 delete backend/overlay structures after a...
2005-05-23 Pierangelo Masaratitry to propagate cf info; required, e.g. by translucent...
2005-05-09 Howard ChuMore fixes for overlay support. Converted pcache to...
2005-05-09 Howard ChuFix prev commit, trim unused cfOC vars
2005-04-18 Pierangelo Masaratifix overlay access control; cleanup
2005-04-12 Pierangelo Masaratimore on ITS#3652
2005-04-12 Pierangelo Masaratiadd comment (see ITS#3652)
2005-04-12 Pierangelo Masaratihide changes behind specific #ifdef, conditioned by...
2005-04-12 Pierangelo Masaratiadd ACL hook to overlays
2005-03-24 Howard ChuConvert backendInfo/backendDB to STAILQs
2005-03-16 Howard ChuCheck for db_init failures
2005-03-14 Howard ChuITS#3596 - fix overlay cleanup processing
2005-01-30 Pierangelo Masarati"ultimate" fix of glued databases controls checking...
2005-01-29 Pierangelo Masaratinow works
2005-01-29 Pierangelo Masaratiuse direct access instead of string comparison to check...
2005-01-26 Pierangelo Masaratifix controls run-time registered by global overlays...
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-16 Howard ChuFix ITS#3490, set proper overlay context
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-11 Pierangelo Masaratibetter fix to ITS#3433
2004-12-11 Pierangelo Masaratitemporarily work around ITS#3433; need to understand...
2004-12-04 Howard ChuDelete backglue.c in favor of glue overlay
2004-12-04 Howard ChuAlways exclude subordinates from top-level ops so glue...
2004-11-29 Howard ChuFix db_close
2004-11-27 Howard ChuLet the overlay run before the backend in bi_db_close
2004-11-27 Howard ChuAdd SLAP_DBFLAG_OVERLAY
2004-11-15 Pierangelo Masaratiallow backends to automatically install overlays; issue...
2004-11-13 Pierangelo Masaratiimprove overlay helpers
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-02 Howard Chuunifdef old code
2004-07-02 Howard ChuFix pointer conflict with backglue
2004-04-06 Pierangelo Masaratirevert unnecessary change
2004-04-06 Pierangelo Masaratiinitialize overlays
2004-04-06 Pierangelo Masaratifix addition of chk_referrals to overlay stack
2004-04-05 Pierangelo Masaratiadd referral check to functions elaborated by overlays
2004-03-20 Howard ChuReplaced slap_overinfo.oi_bd with oi_orig.
2004-03-17 Howard ChuFix passing of state info to over_back_response
2004-03-16 Pierangelo Masaratiinit 'oi' also when the backend already has overlays...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-23 Howard ChuExecute overlays in reverse of config order.
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-11 Howard ChuITS#2751 additional fix
2003-10-11 Howard ChuITS#2751 reset op->o_callback before returning
2003-09-29 Howard ChuInitialization fixes
2003-08-19 Howard ChuTweaks to callback processing; callbacks can return...
2003-08-09 Pierangelo Masaraticlear list pointer in instatiated copy
2003-06-11 Howard ChuFix config, chaining
2003-06-11 Howard ChuMore overlay tweaks. Added LDAP chaining overlay.
2003-06-11 Howard ChuFix response callbacks
2003-06-11 Howard ChuPreliminary backend overlay support, based on backglue...