Home
last modified time | relevance | path

Searched refs:LDAPControl (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h262 } LDAPControl; typedef
1061 LDAPControl **ctrlp ));
1063 LDAP_F( LDAPControl * )
1066 LDAPControl **ctrls ));
1075 LDAPControl **ctrlp ));
1077 LDAP_F( LDAPControl * )
1080 LDAPControl **ctrls,
1081 LDAPControl ***nextctrlp ));
1085 LDAPControl *ctrl ));
1089 LDAPControl **ctrls ));
[all …]
H A Dslapi-plugin.h268 int slapi_control_present( LDAPControl **controls, char *oid,
286 LDAPControl *slapi_dup_control(LDAPControl *ctrl);
303 LDAPControl **ectrls, char **attrs, int attrsonly );
305 struct berval **urls, LDAPControl **ectrls, struct berval **v2refs );
335 LDAPControl **controls, char **attrs, int attrsonly );
337 LDAPControl **controls, int log_change );
339 LDAPControl **controls, int log_changes );
341 LDAPControl **controls, int log_change );
342 Slapi_PBlock *slapi_delete_internal( char * dn, LDAPControl **controls,
345 int deloldrdn, LDAPControl **controls,
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcontrols.c61 const LDAPControl *c, in ldap_pvt_put_control()
96 LDAPControl *const *ctrls, in ldap_int_put_controls()
99 LDAPControl *const *c; in ldap_int_put_controls()
152 LDAPControl ***ctrls ) in ldap_pvt_get_controls()
185 *ctrls = LDAP_MALLOC( 1 * sizeof(LDAPControl *) ); in ldap_pvt_get_controls()
197 LDAPControl *tctrl; in ldap_pvt_get_controls()
198 LDAPControl **tctrls; in ldap_pvt_get_controls()
200 tctrl = LDAP_CALLOC( 1, sizeof(LDAPControl) ); in ldap_pvt_get_controls()
206 LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_pvt_get_controls()
258 ldap_control_free( LDAPControl *c ) in ldap_control_free()
[all …]
H A Dvc.c70 LDAPControl ***ctrls) in ldap_parse_verify_credentials()
129 *ctrls = LDAP_MALLOC(1 * sizeof(LDAPControl *)); in ldap_parse_verify_credentials()
142 LDAPControl *tctrl; in ldap_parse_verify_credentials()
143 LDAPControl **tctrls; in ldap_parse_verify_credentials()
145 tctrl = LDAP_CALLOC(1, sizeof(LDAPControl)); in ldap_parse_verify_credentials()
150 tctrls = !tctrl ? NULL : LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_parse_verify_credentials()
207 LDAPControl **vcctrls, in ldap_verify_credentials()
208 LDAPControl **sctrls, in ldap_verify_credentials()
209 LDAPControl **cctrls, in ldap_verify_credentials()
257 LDAPControl *const *c; in ldap_verify_credentials()
[all …]
H A Dtxn.c44 LDAPControl **sctrls, in ldap_txn_start()
45 LDAPControl **cctrls, in ldap_txn_start()
55 LDAPControl **sctrls, in ldap_txn_start_s()
56 LDAPControl **cctrls, in ldap_txn_start_s()
70 LDAPControl **sctrls, in ldap_txn_end()
71 LDAPControl **cctrls, in ldap_txn_end()
102 LDAPControl **sctrls, in ldap_txn_end_s()
103 LDAPControl **cctrls, in ldap_txn_end_s()
H A Dldap-int.h262 LDAPControl **ldo_sctrls;
263 LDAPControl **ldo_cctrls;
603 LDAPControl **sctrls,
604 LDAPControl **cctrls,
623 LDAPControl **sctrls,
624 LDAPControl **cctrls,
634 LDAPControl **sctrls,
635 LDAPControl **cctrls,
646 LDAPControl **sctrls,
647 LDAPControl **cctrls,
[all …]
H A Ddelete.c43 LDAPControl **sctrls, in ldap_build_delete_req()
44 LDAPControl **cctrls, in ldap_build_delete_req()
96 LDAPControl **sctrls, in ldap_delete_ext()
97 LDAPControl **cctrls, in ldap_delete_ext()
132 LDAPControl **sctrls, in ldap_delete_ext_s()
133 LDAPControl **cctrls ) in ldap_delete_ext_s()
H A Dcompare.c51 LDAPControl **sctrls, in ldap_build_compare_req()
52 LDAPControl **cctrls, in ldap_build_compare_req()
106 LDAPControl **sctrls, in ldap_compare_ext()
107 LDAPControl **cctrls, in ldap_compare_ext()
169 LDAPControl **sctrl, in ldap_compare_ext_s()
170 LDAPControl **cctrl ) in ldap_compare_ext_s()
H A Dmodify.c64 LDAPControl **sctrls, in ldap_build_modify_req()
65 LDAPControl **cctrls, in ldap_build_modify_req()
155 LDAPControl **sctrls, in ldap_modify_ext()
156 LDAPControl **cctrls, in ldap_modify_ext()
216 LDAPMod **mods, LDAPControl **sctrl, LDAPControl **cctrl ) in ldap_modify_ext_s()
H A Dadd.c98 LDAPControl **sctrls, in ldap_build_add_req()
99 LDAPControl **cctrls, in ldap_build_add_req()
210 LDAPControl **sctrls, in ldap_add_ext()
211 LDAPControl **cctrls, in ldap_add_ext()
246 LDAPControl **sctrls, in ldap_add_ext_s()
247 LDAPControl **cctrls ) in ldap_add_ext_s()
H A Dcancel.c45 LDAPControl **sctrls, in ldap_cancel()
46 LDAPControl **cctrls, in ldap_cancel()
66 LDAPControl **sctrls, in ldap_cancel_s()
67 LDAPControl **cctrls ) in ldap_cancel_s()
H A Dsearch.c68 LDAPControl **sctrls, in ldap_search_ext()
69 LDAPControl **cctrls, in ldap_search_ext()
86 LDAPControl **sctrls, in ldap_pvt_search()
87 LDAPControl **cctrls, in ldap_pvt_search()
149 LDAPControl **sctrls, in ldap_search_ext_s()
150 LDAPControl **cctrls, in ldap_search_ext_s()
167 LDAPControl **sctrls, in ldap_pvt_search_s()
168 LDAPControl **cctrls, in ldap_pvt_search_s()
261 LDAPControl **sctrls, in ldap_build_search_req()
262 LDAPControl **cctrls, in ldap_build_search_req()
H A Dunbind.c45 LDAPControl **sctrls, in ldap_unbind_ext()
46 LDAPControl **cctrls ) in ldap_unbind_ext()
63 LDAPControl **sctrls, in ldap_unbind_ext_s()
64 LDAPControl **cctrls ) in ldap_unbind_ext_s()
82 LDAPControl **sctrls, in ldap_ld_free()
83 LDAPControl **cctrls ) in ldap_ld_free()
278 LDAPControl **sctrls, in ldap_send_unbind()
279 LDAPControl **cctrls ) in ldap_send_unbind()
H A Dmodrdn.c63 LDAPControl **sctrls, in ldap_build_moddn_req()
64 LDAPControl **cctrls, in ldap_build_moddn_req()
136 LDAPControl **sctrls, in ldap_rename()
137 LDAPControl **cctrls, in ldap_rename()
232 LDAPControl **sctrls, in ldap_rename_s()
233 LDAPControl **cctrls ) in ldap_rename_s()
H A Dturn.c46 LDAPControl **sctrls, in ldap_turn()
47 LDAPControl **cctrls, in ldap_turn()
77 LDAPControl **sctrls, in ldap_turn_s()
78 LDAPControl **cctrls ) in ldap_turn_s()
H A Dwhoami.c66 LDAPControl **sctrls, in ldap_whoami()
67 LDAPControl **cctrls, in ldap_whoami()
86 LDAPControl **sctrls, in ldap_whoami_s()
87 LDAPControl **cctrls ) in ldap_whoami_s()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControlSet.cpp20 LDAPControlSet::LDAPControlSet(LDAPControl** controls){ in LDAPControlSet()
23 LDAPControl** i; in LDAPControlSet()
60 LDAPControl** LDAPControlSet::toLDAPControlArray() const{ in toLDAPControlArray()
65 LDAPControl** ret= new LDAPControl*[data.size()+1]; in toLDAPControlArray()
76 void LDAPControlSet::freeLDAPControlArray(LDAPControl **ctrl){ in freeLDAPControlArray()
79 for( LDAPControl **i = ctrl; *i != 0; ++i ){ in freeLDAPControlArray()
H A DLDAPControl.cpp39 LDAPCtrl::LDAPCtrl(const LDAPControl* ctrl){ in LDAPCtrl()
70 LDAPControl* LDAPCtrl::getControlStruct() const { in getControlStruct()
72 LDAPControl* ret = new LDAPControl; in getControlStruct()
88 void LDAPCtrl::freeLDAPControlStruct(LDAPControl *ctrl){ in freeLDAPControlStruct()
H A DLDAPBindRequest.cpp64 LDAPControl** tmpSrvCtrls=m_cons->getSrvCtrlsArray(); in sendRequest()
65 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); in sendRequest()
96 LDAPControl** tmpSrvCtrls=m_cons->getSrvCtrlsArray(); in sendRequest()
97 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); in sendRequest()
148 LDAPControl** tmpSrvCtrls=m_cons->getSrvCtrlsArray(); in sendRequest()
149 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); in sendRequest()
H A DLDAPControlSet.h46 LDAPControlSet(LDAPControl** controls);
86 LDAPControl** toLDAPControlArray()const ;
87 static void freeLDAPControlArray(LDAPControl **ctrl);
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c134 LDAPControl *unknown_ctrls = NULL;
140 typedef int (*print_ctrl_fn)( LDAP *ld, LDAPControl *ctrl );
142 static int print_preread( LDAP *ld, LDAPControl *ctrl );
143 static int print_postread( LDAP *ld, LDAPControl *ctrl );
144 static int print_paged_results( LDAP *ld, LDAPControl *ctrl );
145 static int print_psearch( LDAP *ld, LDAPControl *ctrl );
147 static int print_authzid( LDAP *ld, LDAPControl *ctrl );
150 static int print_ppolicy( LDAP *ld, LDAPControl *ctrl );
152 static int print_sss( LDAP *ld, LDAPControl *ctrl );
153 static int print_vlv( LDAP *ld, LDAPControl *ctrl );
[all …]
H A Dldapvc.c289 LDAPControl **ctrls = NULL; in main()
290 LDAPControl **vcctrls = NULL; in main()
339 vcctrls = (LDAPControl **) malloc(3*sizeof(LDAPControl *)); in main()
340 vcctrls[nvcctrls] = (LDAPControl *) malloc(sizeof(LDAPControl)); in main()
349 if (!vcctrls) vcctrls = (LDAPControl **) malloc(3*sizeof(LDAPControl *)); in main()
350 vcctrls[nvcctrls] = (LDAPControl *) malloc(sizeof(LDAPControl)); in main()
H A Dldapcompare.c107 LDAPControl **sctrls,
108 LDAPControl **cctrls));
196 LDAPControl c[1]; in main()
278 LDAPControl **sctrls, in docompare()
279 LDAPControl **cctrls ) in docompare()
286 LDAPControl **ctrls = NULL; in docompare()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c614 LDAPControl **ctrls ) in slap_free_ctrls()
650 LDAPControl **ctrls ) in slap_add_ctrls()
653 LDAPControl **ctrlsp; in slap_add_ctrls()
661 ctrlsp = op->o_tmpalloc(( i+j+1 )*sizeof(LDAPControl *), op->o_tmpmemctx ); in slap_add_ctrls()
681 LDAPControl *control, in slap_parse_ctrl()
825 op->o_ctrls = op->o_tmpalloc( 2 * sizeof(LDAPControl *), op->o_tmpmemctx ); in get_ctrls2()
842 LDAPControl *c; in get_ctrls2()
843 LDAPControl **tctrls; in get_ctrls2()
845 c = op->o_tmpalloc( sizeof(LDAPControl), op->o_tmpmemctx ); in get_ctrls2()
846 memset(c, 0, sizeof(LDAPControl)); in get_ctrls2()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c46 static LDAPControl **
47 slapi_int_dup_controls( LDAPControl **controls ) in slapi_int_dup_controls()
49 LDAPControl **c; in slapi_int_dup_controls()
58 c = (LDAPControl **) slapi_ch_calloc( i + 1, sizeof(LDAPControl *) ); in slapi_int_dup_controls()
75 LDAPControl **ctrls = NULL; in slapi_int_result()
170 LDAPControl **c; in slapi_int_get_ctrls()
690 LDAPControl **controls, in slapi_search_internal_set_pb()
721 LDAPControl **controls, in slapi_search_internal()
742 LDAPControl **controls, in slapi_modify_internal_set_pb()
771 LDAPControl **controls, in slapi_modify_internal()
[all …]

1234567