Searched refs:LDAPControl (Results 1 - 25 of 64) sorted by relevance

123

/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h150 extern LDAPControl *ldaptool_request_ctrls[];
166 LDAPControl *ldaptool_create_manage_dsait_control( void );
169 LDAPControl *ldaptool_create_proxyauth_control( LDAP *ld );
170 LDAPControl *ldaptool_create_geteffectiveRights_control ( LDAP *ld,
173 void ldaptool_add_control_to_array( LDAPControl *ctrl, LDAPControl **array);
174 void ldaptool_reset_control_array( LDAPControl **array );
182 const struct berval *cred, LDAPControl **serverctrls,
183 LDAPControl **clientctrls, struct berval **servercredp, char *msg );
185 LDAPControl **serverctrl
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcontrols.c20 static int ldap_control_copy_contents(LDAPControl *, LDAPControl *);
22 void ldap_control_free (LDAPControl *ctrl)
34 void ldap_controls_free (LDAPControl **ctrls)
47 LDAPControl * ldap_control_dup(LDAPControl *ctrl)
49 LDAPControl *newctrl;
51 if ((newctrl = (LDAPControl *)calloc(1, sizeof(LDAPControl))) == NULL)
63 static int ldap_control_copy_contents(LDAPControl *ctrl_ds
[all...]
H A Dllib-lldap23 int ldap_abandon_ext(LDAP *ld, int msgid, LDAPControl **serverctrls, LDAPControl ** clientctrls);
29 int ldap_add_ext( LDAP *ld, char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
30 int ldap_add_ext_s( LDAP *ld, char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls);
47 int ldap_sasl_bind(LDAP *ld, char *dn, char *mechanism, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
48 int ldap_sasl_bind_s(LDAP *ld, char *dn, char *mechanism, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrl
[all...]
H A Dextensions.c30 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output)
57 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie)
61 LDAPControl *listCtrlp;
H A Dextop.c30 BerElement * ldap_build_extended_operation_req(LDAP *ld, char *exoid, struct berval *exdata, LDAPControl ** serverctrls)
101 LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp)
143 LDAPControl **serverctrls, LDAPControl **clientctrls,
H A Dvlistctrl.c23 LDAPControl **ctrlp)
70 int ldap_parse_virtuallist_control(LDAP *ld, LDAPControl **ctrls,
75 LDAPControl *listCtrlp;
H A Dabandon.c44 static int do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls );
49 BerElement * ldap_build_abandon_req( LDAP *ld, int msgid, LDAPControl ** serverctrls)
133 int ldap_abandon_ext(LDAP *ld, int msgid, LDAPControl **serverctrls, LDAPControl **clientctrls)
161 do_abandon( LDAP *ld, int origid, int msgid , LDAPControl **serverctrls)
H A Dadd.c41 LDAPControl ** serverctrls)
190 * array of pointers to LDAPControl structures.
205 LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp)
248 LDAPControl ** serverctrls, LDAPControl **clientctrls)
H A Ddelete.c39 BerElement * ldap_build_delete_req(LDAP *ld, char *dn, LDAPControl **serverctrls)
141 int ldap_delete_ext(LDAP *ld, char *dn, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp)
181 int ldap_delete_ext_s(LDAP *ld, char *dn, LDAPControl **serverctrls, LDAPControl **clientctrls)
H A Dmodify.c36 BerElement * ldap_build_modify_req(LDAP *ld, char *dn, LDAPMod ** mods, LDAPControl **serverctrls)
180 LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp)
223 LDAPControl **serverctrls, LDAPControl **clientctrls)
H A Drename.c31 int deleteoldrdn, LDAPControl **serverctrls)
110 LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp)
154 LDAPControl ** serverctrls, LDAPControl **clientctrls)
H A Dsaslbind.c23 BerElement * ldap_build_sasl_bind_req( LDAP *ld, char *dn, char *mechanism, struct berval *creds, LDAPControl ** serverctrls)
107 LDAPControl **serverctrls,
108 LDAPControl **clientctrls,
270 LDAPControl **serverctrls,
271 LDAPControl **clientctrls,
292 LDAPControl **serverctrls,
293 LDAPControl **clientctrls )
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c24 static LDAPControl *ldap_control_dup( LDAPControl *ctrl );
25 static int ldap_control_copy_contents( LDAPControl *ctrl_dst,
26 LDAPControl *ctrl_src );
35 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq,
38 LDAPControl *c;
128 nsldapi_get_controls( BerElement *ber, LDAPControl ***controlsp )
130 LDAPControl *newctrl;
199 sizeof(LDAPControl))) == NULL ) {
261 ldap_control_free( LDAPControl *ctr
[all...]
H A Dllib-lldap20 int ldap_abandon_ext(LDAP *ld, int msgid, LDAPControl **serverctrls, LDAPControl ** clientctrls);
27 int ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
29 int ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls);
50 int ldap_sasl_bind(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
52 int ldap_sasl_bind_s(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrl
[all...]
H A Dspagectrl.c24 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output)
51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie)
55 LDAPControl *listCtrlp;
H A Dabandon.c42 LDAPControl **serverctrls, LDAPControl **clientctrls );
75 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **serverctrls,
76 LDAPControl **clientctrls )
109 do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls,
110 LDAPControl **clientctrls )
H A Dcompare.c71 const struct berval *bvalue, LDAPControl **serverctrls,
72 LDAPControl **clientctrls, int *msgidp )
164 const struct berval *bvalue, LDAPControl **serverctrls,
165 LDAPControl **clientctrls )
H A Ddelete.c62 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls,
63 LDAPControl **clientctrls, int *msgidp )
140 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls,
141 LDAPControl **clientctrls )
H A Dproxyauthctrl.c50 LDAPControl **ctrlp
114 LDAPControl **ctrlp
H A Dldap-int.h367 LDAPControl **ld_servercontrols;
368 LDAPControl **ld_clientcontrols;
669 LDAPControl ***serverctrlsp );
701 LDAPControl ***serverctrlsp );
730 LDAPControl **serverctrls, LDAPControl **clientctrls,
746 LDAPControl **serverctrls, LDAPControl **clientctrls,
753 int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
754 LDAPControl **clientctrl
[all...]
H A Dvlistctrl.c38 * freshly allocated LDAPControl structure. Returns an LDAP error code
77 LDAPControl **ctrlp
181 LDAPControl **ctrls,
189 LDAPControl *listCtrlp;
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h196 char *filter, char **attrs, int attrsonly, LDAPControl ** serverctrls,
231 BerElement * ldap_build_abandon_req( LDAP *ld, int msgid, LDAPControl ** serverctrls);
238 BerElement * ldap_build_add_req(LDAP *ld, char *dn, LDAPMod **attrs, LDAPControl ** serverctrls);
247 BerElement * ldap_build_compare_req(LDAP *ld, char *dn, char *attr, struct berval *bvalue, LDAPControl **serverctrls);
256 BerElement * ldap_build_delete_req(LDAP *ld, char *dn, LDAPControl **serverctrls);
265 BerElement * ldap_build_extended_operation_req(LDAP *ld, char *exoid, struct berval *exdata, LDAPControl ** serverctrls);
274 BerElement * ldap_build_modify_req(LDAP *ld, char *dn, LDAPMod ** mods, LDAPControl **serverctrls);
283 BerElement * ldap_build_rename_req ( LDAP *ld, char *dn, char *newrdn, char *newparent, int deleteoldrdn, LDAPControl **serverctrls);
292 BerElement * ldap_build_sasl_bind_req( LDAP *ld, char *dn, char *mechanism, struct berval *creds, LDAPControl ** serverctrls);
300 BerElement * ldap_build_simple_bind_req(LDAP *ld, char *dn, char *passwd, LDAPControl **serverctrl
[all...]
H A Dldap.h481 * ldapv3 LDAPControl
493 } LDAPControl, *PLDAPControl; typedef in typeref:struct:ldapcontrol
886 int ldap_abandon_ext(LDAP *ld, int msgid, LDAPControl **serverctrls,
887 LDAPControl ** clientctrls);
894 LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
896 LDAPControl ** serverctrls, LDAPControl **clientctrls);
923 LDAPControl **serverctrls, LDAPControl **clientctrl
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_wrapper.c44 int msgid, LDAPControl **serverctrls,
45 LDAPControl ** clientctrls)
67 LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp)
78 LDAPControl ** serverctrls, LDAPControl **clientctrls)
109 LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp)
120 LDAPControl ** serverctrls, LDAPControl **clientctrl
[all...]
/osnet-11/usr/src/head/
H A Dldap.h165 } LDAPControl; typedef in typeref:struct:ldapcontrol
455 struct berval *cookie, char isCritical, LDAPControl **output);
456 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls,
461 struct berval *cred, LDAPControl **serverctrls,
462 LDAPControl **clientctrls);
465 struct berval *cred, LDAPControl **serverctrls,
466 LDAPControl **clientctrls);
468 struct berval *cred, LDAPControl **serverctrls,
469 LDAPControl **clientctrls, struct timeval *timeout,
572 LDAPControl **serverctrl
[all...]

Completed in 55 milliseconds

123