X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Foverlays%2Frefint.c;h=ee7b326091da8782f88c5a42deeb9d483f986aa7;hb=a255e44bf0fcb703a3a5ac58117fd54a00727fd1;hp=a9c0e50c5be66dd42594a0be46713543148d85de;hpb=2c9d53301286e04a50c50a9f17e6113ca65c7d04;p=openldap diff --git a/servers/slapd/overlays/refint.c b/servers/slapd/overlays/refint.c index a9c0e50c5b..ee7b326091 100644 --- a/servers/slapd/overlays/refint.c +++ b/servers/slapd/overlays/refint.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2004-2009 The OpenLDAP Foundation. + * Copyright 2004-2012 The OpenLDAP Foundation. * Portions Copyright 2004 Symas Corporation. * All rights reserved. * @@ -55,6 +55,7 @@ typedef struct refint_attrs_s { BerVarray new_vals; BerVarray new_nvals; int ra_numvals; + int dont_empty; } refint_attrs; typedef struct dependents_s { @@ -76,7 +77,6 @@ typedef struct refint_q { } refint_q; typedef struct refint_data_s { - const char *message; /* breadcrumbs */ struct refint_attrs_s *attrs; /* list of known attrs */ BerValue dn; /* basedn in parent, */ BerValue nothing; /* the nothing value, if needed */ @@ -210,21 +210,17 @@ refint_cf_gen(ConfigArgs *c) rc = 0; break; case REFINT_NOTHING: - if ( dd->nothing.bv_val ) - ber_memfree ( dd->nothing.bv_val ); - if ( dd->nnothing.bv_val ) - ber_memfree ( dd->nnothing.bv_val ); - dd->nothing.bv_len = 0; - dd->nnothing.bv_len = 0; + ch_free( dd->nothing.bv_val ); + ch_free( dd->nnothing.bv_val ); + BER_BVZERO( &dd->nothing ); + BER_BVZERO( &dd->nnothing ); rc = 0; break; case REFINT_MODIFIERSNAME: - if ( dd->refint_dn.bv_val ) - ber_memfree ( dd->refint_dn.bv_val ); - if ( dd->refint_ndn.bv_val ) - ber_memfree ( dd->refint_ndn.bv_val ); - dd->refint_dn.bv_len = 0; - dd->refint_ndn.bv_len = 0; + ch_free( dd->refint_dn.bv_val ); + ch_free( dd->refint_ndn.bv_val ); + BER_BVZERO( &dd->refint_dn ); + BER_BVZERO( &dd->refint_ndn ); rc = 0; break; default: @@ -256,22 +252,26 @@ refint_cf_gen(ConfigArgs *c) } break; case REFINT_NOTHING: - if ( dd->nothing.bv_val ) - ber_memfree ( dd->nothing.bv_val ); - if ( dd->nnothing.bv_val ) - ber_memfree ( dd->nnothing.bv_val ); - dd->nothing = c->value_dn; - dd->nnothing = c->value_ndn; - rc = 0; + if ( !BER_BVISNULL( &c->value_ndn )) { + ch_free ( dd->nothing.bv_val ); + ch_free ( dd->nnothing.bv_val ); + dd->nothing = c->value_dn; + dd->nnothing = c->value_ndn; + rc = 0; + } else { + rc = ARG_BAD_CONF; + } break; case REFINT_MODIFIERSNAME: - if ( dd->refint_dn.bv_val ) - ber_memfree ( dd->refint_dn.bv_val ); - if ( dd->refint_ndn.bv_val ) - ber_memfree ( dd->refint_ndn.bv_val ); - dd->refint_dn = c->value_dn; - dd->refint_ndn = c->value_ndn; - rc = 0; + if ( !BER_BVISNULL( &c->value_ndn )) { + ch_free( dd->refint_dn.bv_val ); + ch_free( dd->refint_ndn.bv_val ); + dd->refint_dn = c->value_dn; + dd->refint_ndn = c->value_ndn; + rc = 0; + } else { + rc = ARG_BAD_CONF; + } break; default: abort (); @@ -299,7 +299,6 @@ refint_db_init( slap_overinst *on = (slap_overinst *)be->bd_info; refint_data *id = ch_calloc(1,sizeof(refint_data)); - id->message = "_init"; on->on_bi.bi_private = id; ldap_pvt_thread_mutex_init( &id->qmutex ); return(0); @@ -335,7 +334,6 @@ refint_open( { slap_overinst *on = (slap_overinst *)be->bd_info; refint_data *id = on->on_bi.bi_private; - id->message = "_open"; if ( BER_BVISNULL( &id->dn )) { if ( BER_BVISNULL( &be->be_nsuffix[0] )) @@ -354,7 +352,6 @@ refint_open( ** foreach configured attribute: ** free it; ** free our basedn; -** (do not) free id->message; ** reset on_bi.bi_private; ** free our config data; ** @@ -369,7 +366,6 @@ refint_close( slap_overinst *on = (slap_overinst *) be->bd_info; refint_data *id = on->on_bi.bi_private; refint_attrs *ii, *ij; - id->message = "_close"; for(ii = id->attrs; ii; ii = ij) { ij = ii->next; @@ -420,8 +416,9 @@ refint_search_cb( ** if this attr exists in the search result, ** and it has a value matching the target: ** allocate an attr; - ** if this is a delete and there's only one value: - ** allocate the same attr again; + ** save/build DNs of any subordinate matches; + ** handle special case: found exact + subordinate match; + ** handle olcRefintNothing; ** */ @@ -433,14 +430,20 @@ refint_search_cb( ip->attrs = NULL; for(ia = da; ia; ia = ia->next) { if ( (a = attr_find(rs->sr_entry->e_attrs, ia->attr) ) ) { - int first = -1, count = 0, deleted = 0; + int exact = -1, is_exact; na = NULL; for(i = 0, b = a->a_nvals; b[i].bv_val; i++) { - count++; - if(dnIsSuffix(&b[i], &rq->oldndn)) { + is_exact = b[i].bv_len == rq->oldndn.bv_len; + + /* Paranoia: skip buggy duplicate exact match, + * it would break ra_numvals + */ + if ( is_exact && exact >= 0 ) + continue; + /* first match? create structure */ if ( na == NULL ) { na = op->o_tmpcalloc( 1, @@ -449,91 +452,66 @@ refint_search_cb( na->next = ip->attrs; ip->attrs = na; na->attr = ia->attr; - - /* delete, or exact match? note it's first match */ - if ( BER_BVISEMPTY( &rq->newdn ) && - b[i].bv_len == rq->oldndn.bv_len ) - { - first = i; - } } - /* if it's a rename, or a subordinate match, - * save old and build new dn */ - if ( !BER_BVISEMPTY( &rq->newdn ) && - b[i].bv_len != rq->oldndn.bv_len ) - { - struct berval newsub, newdn, olddn, oldndn; - - /* if not first, save first as well */ - if ( first != -1 ) { - - ber_dupbv_x( &olddn, &a->a_vals[first], op->o_tmpmemctx ); - ber_bvarray_add_x( &na->old_vals, &olddn, op->o_tmpmemctx ); - ber_dupbv_x( &oldndn, &a->a_nvals[first], op->o_tmpmemctx ); - ber_bvarray_add_x( &na->old_nvals, &oldndn, op->o_tmpmemctx ); - na->ra_numvals++; + na->ra_numvals++; - newsub = a->a_vals[first]; - newsub.bv_len -= rq->olddn.bv_len + 1; + if ( is_exact ) { + /* Exact match: refint_repair will deduce the DNs */ + exact = i; - build_new_dn( &newdn, &rq->newdn, &newsub, op->o_tmpmemctx ); - - ber_bvarray_add_x( &na->new_vals, &newdn, op->o_tmpmemctx ); - - newsub = a->a_nvals[first]; - newsub.bv_len -= rq->oldndn.bv_len + 1; - - build_new_dn( &newdn, &rq->newndn, &newsub, op->o_tmpmemctx ); - - ber_bvarray_add_x( &na->new_nvals, &newdn, op->o_tmpmemctx ); - - first = -1; - } + } else { + /* Subordinate match */ + struct berval newsub, newdn, olddn, oldndn; + /* Save old DN */ ber_dupbv_x( &olddn, &a->a_vals[i], op->o_tmpmemctx ); ber_bvarray_add_x( &na->old_vals, &olddn, op->o_tmpmemctx ); + ber_dupbv_x( &oldndn, &a->a_nvals[i], op->o_tmpmemctx ); ber_bvarray_add_x( &na->old_nvals, &oldndn, op->o_tmpmemctx ); - na->ra_numvals++; + if ( BER_BVISEMPTY( &rq->newdn ) ) + continue; + + /* Rename subordinate match: Build new DN */ newsub = a->a_vals[i]; newsub.bv_len -= rq->olddn.bv_len + 1; - build_new_dn( &newdn, &rq->newdn, &newsub, op->o_tmpmemctx ); - ber_bvarray_add_x( &na->new_vals, &newdn, op->o_tmpmemctx ); newsub = a->a_nvals[i]; newsub.bv_len -= rq->oldndn.bv_len + 1; - build_new_dn( &newdn, &rq->newndn, &newsub, op->o_tmpmemctx ); - ber_bvarray_add_x( &na->new_nvals, &newdn, op->o_tmpmemctx ); } - - /* count deletes */ - if ( BER_BVISEMPTY( &rq->newdn ) ) { - deleted++; - } } + } - /* If this is a delete and no value would be left, and - * we have a nothing DN configured, allocate the attr again. - */ - if ( count == deleted && !BER_BVISNULL(&dd->nothing) ) - { - na = op->o_tmpcalloc( 1, - sizeof( refint_attrs ), - op->o_tmpmemctx ); - na->next = ip->attrs; - ip->attrs = na; - na->attr = ia->attr; + /* If we got both subordinate and exact match, + * refint_repair won't special-case the exact match */ + if ( exact >= 0 && na->old_vals ) { + struct berval dn; + + ber_dupbv_x( &dn, &a->a_vals[exact], op->o_tmpmemctx ); + ber_bvarray_add_x( &na->old_vals, &dn, op->o_tmpmemctx ); + ber_dupbv_x( &dn, &a->a_nvals[exact], op->o_tmpmemctx ); + ber_bvarray_add_x( &na->old_nvals, &dn, op->o_tmpmemctx ); + + if ( !BER_BVISEMPTY( &rq->newdn ) ) { + ber_dupbv_x( &dn, &rq->newdn, op->o_tmpmemctx ); + ber_bvarray_add_x( &na->new_vals, &dn, op->o_tmpmemctx ); + ber_dupbv_x( &dn, &rq->newndn, op->o_tmpmemctx ); + ber_bvarray_add_x( &na->new_nvals, &dn, op->o_tmpmemctx ); } - - Debug( LDAP_DEBUG_TRACE, "refint_search_cb: %s: %s (#%d)\n", - a->a_desc->ad_cname.bv_val, rq->olddn.bv_val, count ); } + + /* Deleting/replacing all values and a nothing DN is configured? */ + if ( na && na->ra_numvals == i && !BER_BVISNULL(&dd->nothing) ) + na->dont_empty = 1; + + Debug( LDAP_DEBUG_TRACE, "refint_search_cb: %s: %s (#%d)\n", + a->a_desc->ad_cname.bv_val, rq->olddn.bv_val, i ); } } @@ -543,11 +521,12 @@ refint_search_cb( static int refint_repair( Operation *op, - SlapReply *rs, refint_data *id, refint_q *rq ) { dependent_data *dp; + SlapReply rs = {REP_RESULT}; + Operation op2; int rc; op->o_callback->sc_response = refint_search_cb; @@ -557,7 +536,7 @@ refint_repair( op->o_ndn = op->o_bd->be_rootndn; /* search */ - rc = op->o_bd->be_search( op, rs ); + rc = op->o_bd->be_search( op, &rs ); if ( rc != LDAP_SUCCESS ) { Debug( LDAP_DEBUG_TRACE, @@ -586,16 +565,14 @@ refint_repair( * */ + op2 = *op; for ( dp = rq->attrs; dp; dp = dp->next ) { - Operation op2 = *op; - SlapReply rs2 = { 0 }; + SlapReply rs2 = {REP_RESULT}; refint_attrs *ra; Modifications *m; - op2.o_tag = LDAP_REQ_MODIFY; - op2.orm_modlist = NULL; - op2.o_req_dn = dp->dn; - op2.o_req_ndn = dp->ndn; + if ( dp->attrs == NULL ) continue; /* TODO: Is this needed? */ + op2.o_bd = select_backend( &dp->ndn, 1 ); if ( !op2.o_bd ) { Debug( LDAP_DEBUG_TRACE, @@ -603,13 +580,16 @@ refint_repair( dp->dn.bv_val, 0, 0 ); continue; } + op2.o_tag = LDAP_REQ_MODIFY; + op2.orm_modlist = NULL; + op2.o_req_dn = dp->dn; + op2.o_req_ndn = dp->ndn; + /* Internal ops, never replicate these */ + op2.orm_no_opattrs = 1; + op2.o_dont_replicate = 1; - rs2.sr_type = REP_RESULT; - for ( ra = dp->attrs; ra; ra = ra->next ) { - size_t len; - - /* Set our ModifiersName */ - if ( SLAP_LASTMOD( op->o_bd ) ) { + /* Set our ModifiersName */ + if ( SLAP_LASTMOD( op->o_bd ) ) { m = op2.o_tmpalloc( sizeof(Modifications) + 4*sizeof(BerValue), op2.o_tmpmemctx ); m->sml_next = op2.orm_modlist; @@ -625,10 +605,13 @@ refint_repair( BER_BVZERO( &m->sml_nvalues[1] ); m->sml_values[0] = id->refint_dn; m->sml_nvalues[0] = id->refint_ndn; - } - if ( !BER_BVISEMPTY( &rq->newdn ) || ( ra->next && - ra->attr == ra->next->attr ) ) - { + } + + for ( ra = dp->attrs; ra; ra = ra->next ) { + size_t len; + + /* Add values */ + if ( ra->dont_empty || !BER_BVISEMPTY( &rq->newdn ) ) { len = sizeof(Modifications); if ( ra->new_vals == NULL ) { @@ -662,11 +645,11 @@ refint_repair( } } + /* Delete values */ len = sizeof(Modifications); if ( ra->old_vals == NULL ) { len += 4*sizeof(BerValue); } - m = op2.o_tmpalloc( len, op2.o_tmpmemctx ); m->sml_next = op2.orm_modlist; op2.orm_modlist = m; @@ -691,8 +674,8 @@ refint_repair( op2.o_dn = op2.o_bd->be_rootdn; op2.o_ndn = op2.o_bd->be_rootndn; - slap_op_time( &op2.o_time, &op2.o_tincr ); - if ( ( rc = op2.o_bd->be_modify( &op2, &rs2 ) ) != LDAP_SUCCESS ) { + rc = op2.o_bd->be_modify( &op2, &rs2 ); + if ( rc != LDAP_SUCCESS ) { Debug( LDAP_DEBUG_TRACE, "refint_repair: dependent modify failed: %d\n", rs2.sr_err, 0, 0 ); @@ -715,7 +698,6 @@ refint_qtask( void *ctx, void *arg ) Connection conn = {0}; OperationBuffer opbuf; Operation *op; - SlapReply rs = {REP_RESULT}; slap_callback cb = { NULL, NULL, NULL, NULL }; Filter ftop, *fptr; refint_q *rq; @@ -792,7 +774,7 @@ refint_qtask( void *ctx, void *arg ) if ( rq->db != NULL ) { op->o_bd = rq->db; - refint_repair( op, &rs, id, rq ); + refint_repair( op, id, rq ); } else { BackendDB *be; @@ -805,7 +787,7 @@ refint_qtask( void *ctx, void *arg ) if ( be->be_search && be->be_modify ) { op->o_bd = be; - refint_repair( op, &rs, id, rq ); + refint_repair( op, id, rq ); } } } @@ -824,6 +806,7 @@ refint_qtask( void *ctx, void *arg ) op->o_tmpfree( dp->dn.bv_val, op->o_tmpmemctx ); op->o_tmpfree( dp, op->o_tmpmemctx ); } + op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx ); if ( !BER_BVISNULL( &rq->newndn )) { ch_free( rq->newndn.bv_val ); @@ -869,8 +852,6 @@ refint_response( BackendDB *db = NULL; refint_attrs *ip; - id->message = "_refint_response"; - /* If the main op failed or is not a Delete or ModRdn, ignore it */ if (( op->o_tag != LDAP_REQ_DELETE && op->o_tag != LDAP_REQ_MODRDN ) || rs->sr_err != LDAP_SUCCESS )