Searched refs:LDAP (Results 76 - 100 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c28 ldap_create_persistentsearch_control( LDAP *ld, int changetypes,
80 ldap_parse_entrychange_control( LDAP *ld, LDAPControl **ctrls, int *chgtypep,
H A Dvlistctrl.c38 * freshly allocated LDAPControl structure. Returns an LDAP error code
42 * ld LDAP pointer to the desired connection
75 LDAP *ld,
154 * contents. Returns an LDAP error code that indicates whether the parsing
180 LDAP *ld,
H A Dsort.c36 * sort.c: LDAP library entry and value sort routines
77 LDAP *ld,
200 LDAP *ld,
282 LDAP *ld,
298 LDAP *ld,
H A Dsearch.c44 static int nsldapi_search( LDAP *ld, const char *base, int scope,
58 static int nsldapi_search_s( LDAP *ld, const char *base, int scope,
67 * ld LDAP descriptor
84 LDAP *ld,
107 * Returns an LDAP error code.
112 LDAP *ld,
148 LDAP *ld,
237 * send in an LDAP search request. If timeoutp is NULL, return defaultvalue.
249 timelimit = 1; /* minimum we can express in LDAP */
263 /* returns an LDAP erro
[all...]
H A Dmemcache.c135 LDAP *ldmemcrid_ld;
141 LDAP *ldmemcl_ld;
183 static int memcache_exist(LDAP *ld);
184 static int memcache_add_to_ld(LDAP *ld, int msgid, LDAPMessage *pMsg);
206 static int memcache_search(LDAP *ld, unsigned long key, LDAPMessage **ppRes);
207 static int memcache_add(LDAP *ld, unsigned long key, int msgid,
209 static int memcache_append(LDAP *ld, int msgid, LDAPMessage *pRes);
210 static int memcache_append_last(LDAP *ld, int msgid, LDAPMessage *pRes);
211 static int memcache_remove(LDAP *ld, int msgid);
213 static int memcache_remove_all(LDAP *l
[all...]
H A Dsasl.c53 static int nsldapi_sasl_close( LDAP *ld, Sockbuf *sb );
149 LDAP *ld;
159 ld = (LDAP *)sb->sb_sasl_prld;
319 LDAP *ld;
325 ld = (LDAP *)sb->sb_sasl_prld;
379 LDAP *ld;
384 ld = (LDAP *)sb->sb_sasl_prld;
406 nsldapi_sasl_install( LDAP *ld, Sockbuf *sb, void *ctx_arg, sasl_ssf_t *ssf)
521 nsldapi_sasl_cvterrno( LDAP *ld, int err, char *msg )
569 nsldapi_sasl_open(LDAP *l
[all...]
H A Dtmplout.c31 * tmplout.c: display template library output routines for LDAP clients
48 static int do_entry2text( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
52 static int do_entry2text_search( LDAP *ld, char *dn, char *base,
56 static int do_vals2text( LDAP *ld, char *buf, char **vals, char *label,
67 static int searchaction( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
85 LDAP *ld,
110 LDAP *ld,
138 LDAP *ld,
387 LDAP *ld,
412 LDAP *l
[all...]
H A Durl.c35 /* LIBLDAP url.c -- LDAP URL related routines
37 * LDAP URLs look like this:
77 * return non-zero if this looks like a LDAP URL; zero if not
117 return( 0 ); /* not an LDAP URL */
126 * Pick apart the pieces of an LDAP URL.
151 * Pick apart the pieces of an LDAP URL.
405 ldap_url_search( LDAP *ld, const char *url, int attrsonly )
482 ldap_url_search_st( LDAP *ld, const char *url, int attrsonly,
521 ldap_url_search_s( LDAP *ld, const char *url, int attrsonly, LDAPMessage **res )
538 * Locate the LDAP UR
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c64 static int add_addr( LDAP *ld, struct sockaddr *sap );
65 static int cldap_result( LDAP *ld, int msgid, LDAPMessage **res,
67 static int cldap_parsemsg( LDAP *ld, int msgid, BerElement *ber,
80 * LDAP *ld;
84 LDAP *
91 LDAP *ld;
223 cldap_close( LDAP *ld )
230 cldap_setretryinfo( LDAP *ld, int tries, time_t timeout )
244 cldap_search_s( LDAP *ld, char *base, int scope, char *filter, char **attrs,
311 add_addr( LDAP *l
[all...]
H A Dsaslbind.c23 BerElement * ldap_build_sasl_bind_req( LDAP *ld, char *dn, char *mechanism, struct berval *creds, LDAPControl ** serverctrls)
103 LDAP *ld,
266 LDAP *ld,
289 LDAP *ld,
H A Dreferral.c26 re_encode_request( LDAP *ld, BerElement *origber, int msgid, LDAPURLDesc *urldesc );
29 static int addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref);
99 chase_referrals( LDAP *ld, LDAPRequest *lr, char **refs, int *count, int samerequest )
262 static int addUnFollowedRef(LDAP *ld, LDAPRequest *lr, char *ref)
286 append_referral( LDAP *ld, char **referralsp, char *s )
318 re_encode_request( LDAP *ld, BerElement *origber, int msgid, LDAPURLDesc *urldesc )
336 * all LDAP requests are sequences that start with a message id,
500 find_request_by_msgid( LDAP *ld, int msgid )
H A Dtmplout.c9 * tmplout.c: display template library output routines for LDAP clients
48 static int do_entry2text( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
52 static int do_entry2text_search( LDAP *ld, char *dn, char *base,
56 static int do_vals2text( LDAP *ld, char *buf, char **vals, char *label,
67 static int searchaction( LDAP *ld, char *buf, char *base, LDAPMessage *entry,
96 LDAP *ld,
131 LDAP *ld,
171 LDAP *ld,
399 LDAP *ld,
435 LDAP *l
[all...]
H A Doption.c21 ldap_get_option(LDAP *ld, int option, void *outvalue)
132 ldap_set_option(LDAP *ld, int option, void *invalue)
H A Durl.c12 * LIBLDAP url.c -- LDAP URL related routines
14 * LDAP URLs look like this:
84 * return non-zero if this looks like a LDAP URL; zero if not
118 /* Pick apart the pieces of an LDAP URL Extensions */
177 * Pick apart the pieces of an LDAP URL.
360 ldap_url_search( LDAP *ld, char *url, int attrsonly )
424 ldap_url_search_st( LDAP *ld, char *url, int attrsonly,
460 ldap_url_search_s( LDAP *ld, char *url, int attrsonly, LDAPMessage **res )
524 * Locate the LDAP URL associated with a DNS domain name.
529 * LDAP UR
[all...]
H A Dsearch.c70 ldap_build_search_req(LDAP *ld, char *base, int scope, char *filter,
122 theTimeLimit = 1; /* minimum we can express in LDAP */
205 * ld LDAP descriptor
220 ldap_search(LDAP *ld, char *base, int scope, char *filter,
553 /* LDAP V3 : New extensible matching */
722 ldap_search_st(LDAP *ld, char *base, int scope, char *filter, char **attrs,
744 ldap_search_s(LDAP *ld, char *base, int scope, char *filter, char **attrs,
760 int ldap_search_ext(LDAP *ld, char *base, int scope, char *filter,
826 int ldap_search_ext_s(LDAP *ld, char *base, int scope, char *filter,
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c34 * useful information. We use the default argument to hold an LDAP session
64 static int LDAP_CALLBACK prldap_newhandle( LDAP *ld,
66 static void LDAP_CALLBACK prldap_disposehandle( LDAP *ld,
68 static int LDAP_CALLBACK prldap_shared_newhandle( LDAP *ld,
70 static void LDAP_CALLBACK prldap_shared_disposehandle( LDAP *ld,
94 * as the default functions for new LDAP * handles).
99 prldap_install_io_functions( LDAP *ld, int shared )
211 int evm_ldap; /* LDAP poll event */
254 /* populate NSPR poll info. based on LDAP info. */
277 /* populate LDAP inf
[all...]
H A Dldappr-dns.c53 static int prldap_getpeername( LDAP *ld, struct sockaddr *addr,
70 * as the default functions for new LDAP * handles).
75 prldap_install_dns_functions( LDAP *ld )
130 prldap_getpeername( LDAP *ld, struct sockaddr *addr, char *buffer, int buflen)
176 * the hostname to an IP address when a host name is given to LDAP user.
178 * For example, libsldap cannot use LDAP to resolve the host name to an
197 prldap_x_install_dns_skipdb(LDAP *ld, const char *skip)
316 * resolve the LDAP server name.
355 * resolve the LDAP server name and so warn the system
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c60 LDAP *ld=NULL;
141 LDAP *ld=NULL;
200 LDAP *ld,
244 LDAP *ld=NULL;
348 LDAP *ld=NULL;
397 LDAP *ld=NULL;
H A Dkdb_ldap.h94 prepend_err_str(context, "LDAP handle unavailable: ", KRB5_KDB_ACCESS_ERROR, st); \
121 prepend_err_str(context, "LDAP handle unavailable: ", KRB5_KDB_ACCESS_ERROR, st); \
190 LDAP *ldap_handle;
335 ldap_initialize(LDAP **, char *, int, char **);
339 ldap_unbind_ext_s(LDAP *, LDAPControl **, LDAPControl **);
H A Dldap_services.c52 LDAP *ld=NULL;
183 LDAP *ld=NULL;
347 LDAP *ld=NULL;
420 LDAP *ld = NULL;
561 LDAP *ld=NULL;
H A Dldap_tkt_policy.c48 LDAP *ld=NULL;
123 LDAP *ld=NULL;
201 LDAP *ld=NULL;
293 LDAP *ld = NULL;
421 LDAP *ld=NULL;
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c87 _ns_gethostbyaddr(LDAP *ld, const char *addr, int length, int type,
112 * LDAP session data structure.
127 LDAP *ld;
133 * LDAP socket data structure.
177 static int check_clientauth_nicknames_and_passwd( LDAP *ld,
196 LDAP *
200 LDAP *ld;
383 * Add SSL layer and let the standard NSPR to LDAP layer and enable SSL.
397 * Let the standard NSPR to LDAP layer know about the new socket and
471 ldapssl_disposehandle(LDAP *l
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.c41 ldaptool_set_sasl_defaults ( LDAP *ld, char *mech, char *authid, char *username,
75 ldaptool_sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *prompts ) {
H A Dldapmodify.c28 /* ldapmodify.c - generic program to modify or add entries using LDAP */
62 static LDAP *ld;
102 static int process_ldapmod_rec( LDAP *ld, char *rbuf );
103 static int process_ldif_rec( LDAP *ld, char *rbuf );
104 static int domodify( LDAP *ld, char *dn, LDAPMod **pmods, int newentry );
105 static int dodelete( LDAP *ld, char *dn );
106 static int dorename( LDAP *ld, char *dn, char *newrdn, char *newparent,
137 fprintf( stderr, gettext(" -l nb-connections\tnumber of LDAP connections\n"));
246 LDAP *ld;
438 process_ldif_rec( LDAP *l
[all...]
H A Dcommon.c29 * code that is shared by two or more of the LDAP command line tools
73 static int wait4result( LDAP *ld, int msgid, struct berval **servercredp,
75 static int parse_result( LDAP *ld, LDAPMessage *res,
155 fprintf( stderr, gettext(" -d level\tset LDAP debugging level to `level'\n") );
161 fprintf( stderr, gettext(" -0\t\tignore LDAP library version mismatches\n") );
280 * the LDAP tools.
281 * Handle options that are common to all of the LDAP tools.
333 * Perform a sanity check on the revision of the LDAP API library to
353 fprintf( stderr, gettext("%s: unable to retrieve LDAP library version"
354 " information;\n\tthis program requires an LDAP librar
[all...]

Completed in 80 milliseconds

123456