Searched refs:nrdn (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Drww.c56 struct berval nrdn; member in struct:monitor_rww_t
94 struct berval nrdn, bv; local
108 dnRdn( &e->e_nname, &nrdn );
109 ber_dupbv( &monitor_rww[ i ].nrdn, &nrdn );
149 ber_memfree_x( monitor_rww[ i ].nrdn.bv_val, NULL );
167 struct berval nrdn; local
177 dnRdn( &e->e_nname, &nrdn );
179 for ( i = 0; !BER_BVISNULL( &monitor_rww[ i ].nrdn ); i++ ) {
180 if ( dn_match( &nrdn,
[all...]
H A Dsent.c57 struct berval nrdn; member in struct:monitor_sent_t
97 struct berval nrdn, bv; local
114 dnRdn( &e->e_nname, &nrdn );
115 ber_dupbv( &monitor_sent[ i ].nrdn, &nrdn );
155 if ( !BER_BVISNULL( &monitor_sent[ i ].nrdn ) ) {
156 ch_free( monitor_sent[ i ].nrdn.bv_val );
171 struct berval nrdn; local
180 dnRdn( &e->e_nname, &nrdn );
183 if ( dn_match( &nrdn,
[all...]
H A Doperation.c38 struct berval nrdn; member in struct:monitor_ops_t
126 ber_dupbv( &monitor_op[ i ].nrdn, &rdn );
163 if ( !BER_BVISNULL( &monitor_op[ i ].nrdn ) ) {
164 ch_free( monitor_op[ i ].nrdn.bv_val );
209 if ( dn_match( &rdn, &monitor_op[ i ].nrdn ) )
H A Dentry.c205 struct berval nrdn; local
207 rdnNormalize( 0, NULL, NULL, rdn, &nrdn, NULL );
209 build_new_dn( &e->e_nname, pndn, &nrdn, NULL );
210 ber_memfree( nrdn.bv_val );
H A Dthread.c48 struct berval nrdn; member in struct:__anon153
155 dnRdn( &e->e_nname, &mt[ i ].nrdn );
238 for ( i = 0; !BER_BVISNULL( &mt[ i ].nrdn ); i++ ) {
239 if ( dn_match( &mt[ i ].nrdn, &rdn ) ) {
245 if ( BER_BVISNULL( &mt[ which ].nrdn ) ) {
H A Dproto-back-monitor.h239 struct berval *nrdn,
H A Dinit.c1286 struct berval *nrdn,
1316 if ( ( nrdn == NULL || BER_BVISNULL( nrdn ) )
1386 && dn_match( nrdn, &elp->el_e->e_nname )
1285 monitor_back_unregister_entry_parent( struct berval *nrdn, monitor_callback_t *target_cb, struct berval *nbase, int scope, struct berval *filter ) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacaudit.c78 struct berval bv, rdn, nrdn; local
108 rc = dnPrettyNormal( NULL, &bv, &rdn, &nrdn, NULL );
117 build_new_dn( &e->e_nname, &tenantp->audit_basedn, &nrdn, NULL );
120 ch_free( nrdn.bv_val );
H A Drbacsess.c417 struct berval rdn, nrdn; local
445 nrdn.bv_val = rdnbuf;
446 nrdn.bv_len = STRLENOF(RBAC_SESSION_RDN_EQ) + sessp->sessid.bv_len;
449 build_new_dn( &e->e_nname, &tenantp->sessions_basedn, &nrdn, NULL );
516 struct berval rdn, nrdn; local
546 nrdn.bv_val = rdnbuf;
547 nrdn.bv_len = STRLENOF(RBAC_SESSION_RDN_EQ) + sessp->sessid.bv_len;
550 build_new_dn( &e->e_nname, &tenantp->sessions_basedn, &nrdn, NULL );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Ddn2id.c52 char nrdn[1]; member in struct:diskNode
80 return strncmp( un->nrdn, cn->nrdn, nrlen );
118 ptr = lutil_strncopy( d->nrdn, e->e_nname.bv_val, nrlen );
365 ptr = lutil_strncopy( d->nrdn, tmp.bv_val, tmp.bv_len );
488 ptr = lutil_strncopy( d->nrdn, tmp.bv_val, tmp.bv_len );
604 memcpy( nptr, d->nrdn, nrlen+1 );
605 memcpy( dptr, d->nrdn+nrlen+1, rlen+1 );
765 isc->nrdns[isc->numrdns].bv_val = d->nrdn;
767 isc->rdns[isc->numrdns].bv_val = d->nrdn
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Drdnval.c192 LDAPRDN rdn = NULL, nrdn = NULL; local
213 if ( ldap_bv2rdn_x( ndn, &nrdn,
229 /* NOTE: we assume rdn and nrdn contain the same AVAs! */
262 &nrdn[ i ]->la_value,
267 ber_dupbv( &(*nvalsp)[ *numvalsp ], &nrdn[ i ]->la_value );
284 if ( nrdn != NULL ) {
285 ldap_rdnfree_x( nrdn, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dretcode.c303 struct berval nrdn, npdn; local
370 dnRdn( &op->o_req_ndn, &nrdn );
376 if ( dn_match( &nrdn, &rdi_nrdn ) ) {
951 struct berval bv, rdn, nrdn; local
966 rc = dnPrettyNormal( NULL, &bv, &rdn, &nrdn, NULL );
976 if ( !dnIsOneLevelRDN( &nrdn ) ) {
1001 build_new_dn( &rdi.rdi_ndn, &rd->rd_npdn, &nrdn, NULL );
1004 ch_free( nrdn.bv_val );
H A Daccesslog.c1348 struct berval rdn, nrdn, timestamp, ntimestamp, bv; local
1356 nrdn.bv_val = nrdnbuf;
1370 strcpy( nrdn.bv_val + STRLENOF(RDNEQ), ntimestamp.bv_val );
1371 nrdn.bv_len = STRLENOF(RDNEQ)+ntimestamp.bv_len;
1373 build_new_dn( &e->e_nname, li->li_db->be_nsuffix, &nrdn, NULL );
2357 struct berval rdn, nrdn, attr; local
2372 dnRdn( &e->e_nname, &nrdn );
2384 ptr = ber_bvchr( &nrdn, '=' );
2385 nrdn.bv_len -= ptr - nrdn
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c2910 prdn = BER_BVNULL, nrdn = BER_BVNULL, local
3126 if ( rdnNormalize( 0, NULL, NULL, &rdn, &nrdn, NULL ) ) {
3140 op->orr_nnewrdn = nrdn;
3195 if ( !BER_BVISNULL( &nrdn ) ) {
3196 ch_free( nrdn.bv_val );
H A Dbconfig.c4960 struct berval rdn, nrdn; local
4965 dnRdn ( &ce2->ce_entry->e_nname, &nrdn );
4967 build_new_dn( &newndn, &ce->ce_entry->e_nname, &nrdn, NULL );

Completed in 238 milliseconds