Searched refs:LDAP (Results 26 - 50 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drename.c43 * ld LDAP descriptor
50 * serverctrls list of LDAP server controls
62 LDAP *ld,
185 ldap_modrdn2( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn )
198 ldap_modrdn( LDAP *ld, const char *dn, const char *newrdn )
206 LDAP *ld,
233 ldap_modrdn2_s( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn )
249 ldap_modrdn_s( LDAP *ld, const char *dn, const char *newrdn )
H A Dsbind.c40 static int simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd,
42 static int simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd );
56 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd )
73 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd,
153 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd )
182 simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd )
H A Dcompare.c50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value )
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr,
150 ldap_compare_s( LDAP *ld, const char *dn, const char *attr,
163 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr,
H A Ddelete.c39 * ld LDAP descriptor
47 ldap_delete( LDAP *ld, const char *dn )
62 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls,
133 ldap_delete_s( LDAP *ld, const char *dn )
140 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls,
H A Dgetattr.c60 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber )
115 ldap_next_attribute( LDAP *ld, LDAPMessage *entry, BerElement *ber )
H A Dproxyauthctrl.c32 ld LDAP pointer to the desired connection
47 LDAP *ld,
101 ld LDAP pointer to the desired connection
112 LDAP *ld,
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)
H A Dabandon.c41 static int do_abandon( LDAP *ld, int origid, int msgid,
47 * ld LDAP descriptor
57 ldap_abandon( LDAP *ld, int msgid )
71 * Returns an LDAP error code.
75 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **serverctrls,
106 * Returns an LDAP error code and sets it in LDAP *ld as well
109 do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls,
H A Dadd.c43 * ld LDAP descriptor
61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs )
78 * Returns an LDAP error code.
82 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs,
190 ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs )
196 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs,
/osnet-11/usr/src/lib/libldap4/common/
H A Dsbind.c38 BerElement * ldap_build_simple_bind_req(LDAP *ld, char *dn, char *passwd, LDAPControl **serverctrls)
107 ldap_simple_bind( LDAP *ld, char *dn, char *passwd )
157 ldap_simple_bind_s( LDAP *ld, char *dn, char *passwd )
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)
H A Dgetattr.c41 ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **ber )
80 ldap_next_attribute( LDAP *ld, LDAPMessage *entry, BerElement *ber )
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)
105 * ld LDAP descriptor
114 ldap_abandon( LDAP *ld, int msgid )
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.c40 BerElement * ldap_build_add_req(LDAP *ld, char *dn, LDAPMod **attrs,
122 * ld LDAP descriptor
138 int ldap_add( LDAP *ld, char *dn, LDAPMod **attrs )
164 ldap_add_s( LDAP *ld, char *dn, LDAPMod **attrs )
183 * ld LDAP descriptor
204 int ldap_add_ext(LDAP *ld, char *dn, LDAPMod **attrs,
247 int ldap_add_ext_s(LDAP *ld, char *dn, LDAPMod **attrs,
H A Ddelete.c39 BerElement * ldap_build_delete_req(LDAP *ld, char *dn, LDAPControl **serverctrls)
85 * ld LDAP descriptor
92 ldap_delete( LDAP *ld, char *dn )
125 ldap_delete_s( LDAP *ld, char *dn )
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)
121 * ld LDAP descriptor
136 ldap_modify( LDAP *ld, char *dn, LDAPMod **mods )
163 ldap_modify_s( LDAP *ld, char *dn, LDAPMod **mods )
179 int ldap_modify_ext(LDAP *ld, char *dn, LDAPMod **mods,
222 int ldap_modify_ext_s(LDAP *ld, char *dn, LDAPMod **mods,
H A Dextop.c30 BerElement * ldap_build_extended_operation_req(LDAP *ld, char *exoid, struct berval *exdata, LDAPControl ** serverctrls)
91 * ld : LDAP descriptor.
100 int ldap_extended_operation(LDAP *ld, char *exoid, struct berval *exdata,
142 int ldap_extended_operation_s(LDAP *ld, char *exoid, struct berval *exdata,
H A Dos-ip.c322 mark_select_write( LDAP *ld, Sockbuf *sb )
349 mark_select_read( LDAP *ld, Sockbuf *sb )
377 mark_select_clear( LDAP *ld, Sockbuf *sb )
402 is_write_ready( LDAP *ld, Sockbuf *sb )
422 is_read_ready( LDAP *ld, Sockbuf *sb )
459 do_ldap_select( LDAP *ld, struct timeval *timeout )
501 mark_select_write( LDAP *ld, Sockbuf *sb )
514 mark_select_read( LDAP *ld, Sockbuf *sb )
527 mark_select_clear( LDAP *ld, Sockbuf *sb )
539 is_write_ready( LDAP *l
[all...]
H A Dufn.c57 static int ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp,
61 static LDAPMessage *ldap_msg_merge( LDAP *ld, LDAPMessage *a, LDAPMessage *b );
62 static LDAPMessage *ldap_ufn_expand( LDAP *ld, cancelptype cancelproc,
65 LDAPFiltDesc *ldap_ufn_setfilter( LDAP *ld, char *fname );
78 * ld LDAP descriptor
102 ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix,
278 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly,
388 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly,
399 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly,
419 ldap_msg_merge( LDAP *l
[all...]
H A Drequest.c62 static LDAPConn *find_connection( LDAP *ld, LDAPServer *srv, int any );
63 static void use_connection( LDAP *ld, LDAPConn *lc );
74 static LDAPServer *dn2servers( LDAP *ld, char *dn );
82 alloc_ber_with_options( LDAP *ld )
99 set_ber_options( LDAP *ld, BerElement *ber )
113 send_initial_request( LDAP *ld, unsigned int msgtype, char *dn,
141 "LDAP server %s: dn %s, port %d\n",
168 send_server_request( LDAP *ld, BerElement *ber, int msgid, LDAPRequest
299 new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
307 * make a new LDAP serve
[all...]
H A Dunbind.c46 ldap_unbind( LDAP *ld )
55 ldap_ld_free( LDAP *ld, int close )
65 /* free LDAP structure and outstanding requests/responses */
167 ldap_unbind_s( LDAP *ld )
174 send_unbind( LDAP *ld, Sockbuf *sb )
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h101 LDAP *ld; /* LDAP connection */
104 int dead; /* error on LDAP connection */
106 * Used to distinguish between different instances of LDAP
110 * share this adutils_host object but used different LDAP connections
111 * to send their LDAP searches.
115 /* LDAP DS info */
131 struct adutils_result **result; /* The LDAP search result */
133 int msgid; /* LDAP message ID */
144 uint16_t qdead; /* oops, lost LDAP connectio
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c43 * Create a new LDAP session handle, but with NSPR I/O, threading, and DNS
47 * this LDAP * handle from more than one thread.
49 * prldap_init() returns an LDAP session handle (or NULL if an error occurs).
51 LDAP * LDAP_CALL
54 LDAP *ld;
75 * for all new LDAP * handles).
78 * this LDAP * handle from more than one thread.
80 * prldap_install_routines() returns an LDAP API error code (LDAP_SUCCESS
84 prldap_install_routines( LDAP *ld, int shared )
100 * Given an LDAP sessio
[all...]
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h37 * LBER_USE_DER is defined for compatibility with the C LDAP API RFC.
65 * Socket buffer structure associated to the LDAP connection
175 * that is associated with the LDAP session handle (LDAP *). For others, the
180 * defined by the LDAP C API; users of this extended I/O interface should
201 * after the LDAP session handle is created, e.g., during ldap_init().
206 * before the LDAP session handle and its contents are destroyed, e.g.,
210 /* LDAP poll()-like descriptor:
255 LDAP *ld, struct lextiof_session_private *sessionarg );
257 LDAP *l
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h128 int make_base(LDAP *ld, FILE *out, char *base);
141 int entry_add(LDAP *ld, FILE *out, Entry *new_entry);
153 int entry_update(LDAP *ld, FILE *out, Entry *old_entry, Entry *new_entry);
165 int entry_delete(LDAP *ld, FILE *out, Entry *ldap_entry);

Completed in 43 milliseconds

123456