Home
last modified time | relevance | path

Searched refs:LDAP_REQ_ADD (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dadd.c112 *msgidp, LDAP_REQ_ADD, dn ); in ldap_build_add_req()
233 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_ADD, dn, ber, id ); in ldap_add_ext()
Dldifutil.c575 lr->lr_op = LDAP_REQ_ADD; in ldap_parse_ldif_record_x()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-null/
Dnull.c176 case LDAP_REQ_ADD: in null_back_respond()
179 if ( op->o_tag == LDAP_REQ_ADD ) { in null_back_respond()
215 case LDAP_REQ_ADD: in null_back_respond()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dauditlog.c97 case LDAP_REQ_ADD: in auditlog_response()
148 case LDAP_REQ_ADD: in auditlog_response()
Dretcode.c313 case LDAP_REQ_ADD: in retcode_op_func()
385 case LDAP_REQ_ADD: in retcode_op_func()
529 case LDAP_REQ_ADD: in retcode_op2str()
Dtranslucent.c358 op->o_tag = LDAP_REQ_ADD; in translucent_modrdn()
580 op->o_tag = LDAP_REQ_ADD; in translucent_modify()
718 nop.o_tag = LDAP_REQ_ADD; in translucent_pwmod()
Daccesslog.c1487 case LDAP_REQ_ADD: return LOG_EN_ADD; in accesslog_op2logop()
1911 op2.o_tag = LDAP_REQ_ADD; in accesslog_response()
2144 op2.o_tag = LDAP_REQ_ADD; in accesslog_unbind()
2198 op2.o_tag = LDAP_REQ_ADD; in accesslog_abandon()
2411 op->o_tag = LDAP_REQ_ADD; in accesslog_db_root()
Dsyncprov.c1307 if ( op->o_tag != LDAP_REQ_ADD ) { in syncprov_matchops()
1336 if ( saveit || op->o_tag == LDAP_REQ_ADD ) { in syncprov_matchops()
1480 if ( op->o_tag != LDAP_REQ_ADD && e ) { in syncprov_matchops()
2104 if ( se->se_tag == LDAP_REQ_ADD ) { in syncprov_play_sessionlog()
2485 if ( op->o_tag == LDAP_REQ_ADD && in syncprov_op_response()
2502 if ( op->o_tag != LDAP_REQ_ADD || in syncprov_op_response()
2540 case LDAP_REQ_ADD: in syncprov_op_response()
2774 if (( have_psearches || si->si_logs ) && op->o_tag != LDAP_REQ_ADD ) in syncprov_op_mod()
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPMessage.h43 static const int ADD_REQUEST=LDAP_REQ_ADD;
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dslapmodify.c184 case LDAP_REQ_ADD: in slapmodify()
280 case LDAP_REQ_ADD: in slapmodify()
573 case LDAP_REQ_ADD: in slapmodify()
Doperation.c238 case LDAP_REQ_ADD: in slap_req2op()
Dconnection.c1049 case LDAP_REQ_ADD: in connection_operation()
1081 ( tag == LDAP_REQ_ADD ) || in connection_operation()
1103 if ( tag != LDAP_REQ_ADD && tag != LDAP_REQ_MODIFY ) { in connection_operation()
Dsyncrepl.c2240 { BER_BVC("add"), LDAP_REQ_ADD },
2385 if ( req == LDAP_REQ_ADD ) in syncrepl_changelog_mods()
2429 if ( req == LDAP_REQ_ADD && !BER_BVISNULL( uuid )) { in syncrepl_changelog_mods()
3053 case LDAP_REQ_ADD: in syncrepl_message_to_op()
3067 if ( op->o_tag == LDAP_REQ_ADD ) { in syncrepl_message_to_op()
3186 slap_mods_free( modlist, op->o_tag != LDAP_REQ_ADD ); in syncrepl_message_to_op()
3243 op->o_tag = LDAP_REQ_ADD; in syncrepl_message_to_entry()
4092 op->o_tag = LDAP_REQ_ADD; in syncrepl_entry()
4761 op->o_tag = LDAP_REQ_ADD; in syncrepl_add_glue_ancestors()
4903 op->o_tag = LDAP_REQ_ADD; in syncrepl_add_glue()
[all …]
Dbconfig.c4605 op->o_tag = LDAP_REQ_ADD; in config_setup_ldif()
5974 op->o_tag = LDAP_REQ_ADD; in config_back_add()
7354 op->o_tag = LDAP_REQ_ADD; in config_back_db_open()
7801 op->o_tag = LDAP_REQ_ADD; in config_tool_entry_put()
7877 op->o_tag = LDAP_REQ_ADD; in config_tool_entry_put()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_ops.c351 case LDAP_REQ_ADD: in slapi_int_connection_done_pb()
430 PBLOCK_ASSERT_INTOP( pb, LDAP_REQ_ADD ); in slapi_add_internal_pb()
793 slapi_int_connection_init_pb( pb, LDAP_REQ_ADD ); in slapi_add_internal_set_pb()
829 slapi_int_connection_init_pb( pb, LDAP_REQ_ADD ); in slapi_add_entry_internal_set_pb()
Dslapi_pblock.c500 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) { in pblock_get()
646 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) in pblock_get()
988 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) in pblock_set()
1005 } else if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) { in pblock_set()
Dslapi_overlay.c417 case LDAP_REQ_ADD: in slapi_tag2op()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
Dtrace.c58 case LDAP_REQ_ADD: in trace_op2str()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/denyop/
Ddenyop.c71 case LDAP_REQ_ADD: in denyop_func()
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dldapmodify.c427 } else if ( ( LDAP_REQ_ADD == lr.lr_op ) || ( LDAP_REQ_MODIFY == lr.lr_op ) ) { in process_ldif_rec()
428 … rc = domodify( &lr.lr_dn, lr.lrop_mods, lr.lr_ctrls, LDAP_REQ_ADD == lr.lr_op ); in process_ldif_rec()
/netbsd/src/external/bsd/openldap/dist/tests/progs/
Dslapd-addel.c127 if ( ( record.lr_op != LDAP_REQ_ADD ) || ( !record.lrop_mods ) ) { in main()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/
Dconfig.c295 case LDAP_REQ_ADD: which = op_add; break; in sock_over_op()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
Dlastmod.c436 case LDAP_REQ_ADD: in lastmod_update()
714 case LDAP_REQ_ADD: in lastmod_response()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
Drdnval.c97 if ( op->o_tag == LDAP_REQ_ADD in rdnval_unique_check()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dconn.c1243 case LDAP_REQ_ADD: in meta_back_getconn()

12