| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | modify.c | 121 "replace")), tmp->sml_type.bv_val ); in do_modify() 143 if (len + 1 + tmp->sml_type.bv_len > sizeof(abuf)) { in do_modify() 150 if( 1 + tmp->sml_type.bv_len > sizeof(abuf)) { in do_modify() 152 … op->o_log_prefix, tmp->sml_type.bv_val ); in do_modify() 160 ptr = lutil_strcopy(ptr, tmp->sml_type.bv_val); in do_modify() 161 len += tmp->sml_type.bv_len; in do_modify() 371 ml->sml_type.bv_val ); in slap_mods_obsolete_check() 409 ml->sml_type.bv_val ); in slap_mods_no_user_mod_check() 415 ml->sml_type.bv_val ); in slap_mods_no_user_mod_check() 472 rc = slap_bv2ad( &ml->sml_type, &ml->sml_desc, text ); in slap_mods_check() [all …]
|
| D | add.c | 93 rtag = ber_scanf( ber, "{m{W}}", &tmp.sml_type, &tmp.sml_values ); in do_add() 105 op->o_log_prefix, tmp.sml_type.bv_val ); in do_add() 116 mod->sml_type = tmp.sml_type; in do_add() 548 mod->sml_type = a_new_desc->ad_cname; in slap_entry2mods()
|
| D | syncrepl.c | 2317 mod->sml_type = ad->ad_cname; in syncrepl_accesslog_mods() 2410 mod->sml_type = ad->ad_cname; in syncrepl_changelog_mods() 2437 mod->sml_type = slap_schema.si_ad_entryUUID->ad_cname; in syncrepl_changelog_mods() 3308 if ( (ber_scanf( ber, "{mW}", &tmp.sml_type, &tmp.sml_values ) == in syncrepl_message_to_entry() 3309 LBER_ERROR ) || BER_BVISNULL( &tmp.sml_type ) ) in syncrepl_message_to_entry() 3317 if ( is_ctx && !strcasecmp( tmp.sml_type.bv_val, in syncrepl_message_to_entry() 3325 … !strcasecmp( tmp.sml_type.bv_val, sy_ad_nsUniqueId->ad_cname.bv_val )) { in syncrepl_message_to_entry() 3339 mod->sml_type = tmp.sml_type; in syncrepl_message_to_entry() 3346 slap_bv2ad( &tmp.sml_type, &ad, &text ); in syncrepl_message_to_entry() 3349 mod->sml_type = ad->ad_cname; in syncrepl_message_to_entry() [all …]
|
| D | bind.c | 459 m->sml_type = slap_schema.si_ad_pwdLastSuccess->ad_cname; in fe_op_lastbind()
|
| D | modrdn.c | 410 BER_BVZERO( &mod_tmp->sml_type ); in mod_op_add_val()
|
| D | passwd.c | 287 ml->sml_type = ml->sml_desc->ad_cname; in passwd_extop()
|
| D | sasl.c | 603 ber_str2bv( pr[i].name, 0, 0, &mod->sml_type ); in slap_auxprop_store()
|
| D | slap.h | 1246 #define sml_type sml_mod.sm_type macro
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/ |
| D | addpartial-overlay.c | 111 mod->sml_type = attr->a_desc->ad_cname; in addpartial_add() 150 mod->sml_type = attr->a_desc->ad_cname; in addpartial_add() 204 mod->sml_type = attr->a_desc->ad_cname; in addpartial_add() 235 mod->sml_type = attr->a_desc->ad_cname; in addpartial_add()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| D | vernum.c | 137 ml->sml_type = vn->vn_vernum->ad_cname; in vernum_op_modify() 152 ml->sml_type = vn->vn_vernum->ad_cname; in vernum_op_modify() 317 mod.sml_type = vn->vn_vernum->ad_cname; in vernum_repair()
|
| D | pguid.c | 106 mod->sml_type = ad_parentUUID->ad_cname; in pguid_op_add() 160 mod->sml_type = ad_parentUUID->ad_cname; in pguid_op_rename() 349 mod->sml_type = ad_parentUUID->ad_cname; in pguid_repair()
|
| D | rdnval.c | 371 ml->sml_type = ad_rdnValue->ad_cname; in rdnval_op_rename() 544 mod->sml_type = ad_rdnValue->ad_cname; in rdnval_repair()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | ppolicy.c | 666 m->sml_type = ad_pwdAccountLockedTime->ad_cname; in account_locked() 1517 m->sml_type = ad_pwdFailureTime->ad_cname; in ppolicy_bind_response() 1585 m->sml_type = ad_pwdFailureTime->ad_cname; in ppolicy_bind_response() 1611 m->sml_type = ad_pwdAccountLockedTime->ad_cname; in ppolicy_bind_response() 1635 m->sml_type = ad_pwdAccountTmpLockoutEnd->ad_cname; in ppolicy_bind_response() 1654 m->sml_type = ad_pwdFailureTime->ad_cname; in ppolicy_bind_response() 1736 m->sml_type = ad_pwdGraceUseTime->ad_cname; in ppolicy_bind_response() 2452 ml->sml_type.bv_val = NULL; in ppolicy_modify() 2465 ml->sml_type.bv_val = NULL; in ppolicy_modify() 2477 ml->sml_type.bv_val = NULL; in ppolicy_modify() [all …]
|
| D | refint.c | 665 m->sml_type = m->sml_desc->ad_cname; in refint_repair() 692 m->sml_type = ra->attr->ad_cname; in refint_repair() 724 m->sml_type = ra->attr->ad_cname; in refint_repair()
|
| D | remoteauth.c | 825 m.sml_type = ap->up_ad->ad_cname; in remoteauth_bind()
|
| D | memberof.c | 403 ml->sml_type = ml->sml_desc->ad_cname; in memberof_value_modify() 419 ml->sml_type = ml->sml_desc->ad_cname; in memberof_value_modify()
|
| D | pcache.c | 1865 mod.sml_type = ad_queryId->ad_cname; in remove_query_data() 2614 mod.sml_type = mod.sml_desc->ad_cname; in pc_setpw() 3488 mod.sml_type = ad_queryId->ad_cname; in refresh_query() 4894 mod.sml_type = ad_cachedQueryURL->ad_cname; in pcache_db_close()
|
| D | dds.c | 794 tmpmod->sml_type = ad_entryExpireTimestamp->ad_cname; in dds_op_modify()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| D | autogroup.c | 138 modlist->sml_type = age->age_def->agd_member_ad->ad_cname; in autogroup_add_member_to_group() 194 modlist.sml_type = age->age_def->agd_member_ad->ad_cname; in autogroup_add_member_values_to_group() 270 modlist->sml_type = age->age_def->agd_member_ad->ad_cname; in autogroup_delete_member_from_group() 323 modlist.sml_type = age->age_def->agd_member_ad->ad_cname; in autogroup_delete_member_values_from_group() 463 modlist->sml_type = age->age_def->agd_member_ad->ad_cname; in autogroup_member_search_modify_cb()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_utils.c | 2686 if ( BER_BVISNULL( &ml->sml_type ) ) { in slapi_int_modifications2ldapmods() 2691 modp->mod_type = slapi_ch_strdup( ml->sml_type.bv_val ); in slapi_int_modifications2ldapmods() 2750 mod->sml_type = ad->ad_cname; in slapi_int_ldapmods2modifications()
|