Searched refs:ld (Results 126 - 150 of 254) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h101 LDAP *ld; /* LDAP connection */ member in struct:adutils_host
160 int saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts);
162 int adutils_set_thread_functions(LDAP *ld);
H A Daddisc.c845 LDAP *ld = NULL; local
848 ld = ldap_init(ds[i].host, ds[i].port);
849 if (ld == NULL) {
860 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
862 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS,
864 (void) ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &zero);
865 (void) ldap_set_option(ld, LDAP_OPT_SIZELIMIT, &zero);
867 (void) ldap_set_option(ld, LDAP_X_OPT_CONNECT_TIMEOUT,
869 (void) ldap_set_option(ld, LDAP_OPT_RESTART,
872 rc = adutils_set_thread_functions(ld);
910 ldap_lookup_entry_attr(LDAP **ld, idmap_ad_disc_ds_t *domainControllers, char **dn_list, char *attr) argument
968 ldap_lookup_trusted_domains(LDAP **ld, idmap_ad_disc_ds_t *globalCatalog, char *base_dn) argument
1061 ldap_lookup_domains_in_forest(LDAP **ld, idmap_ad_disc_ds_t *globalCatalogs) argument
1520 LDAP *ld = NULL; local
1698 LDAP *ld = NULL; local
1935 LDAP *ld = NULL; local
2019 LDAP *ld = NULL; local
[all...]
H A Dadutils.c450 saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts) argument
484 if (adh->ld) {
485 (void) ldap_unbind(adh->ld);
486 adh->ld = NULL;
593 if (!adh->dead && adh->ld != NULL)
597 if (adh->ld != NULL) {
598 (void) ldap_unbind(adh->ld);
599 adh->ld = NULL;
606 adh->ld = ldap_init(adh->host, adh->port);
607 if (adh->ld
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c53 static int prldap_getpeername( LDAP *ld, struct sockaddr *addr,
69 * Install NSPR DNS functions into ld (if ld is NULL, they are installed
75 prldap_install_dns_functions( LDAP *ld )
84 if ( ldap_set_option( ld, LDAP_OPT_DNS_FN_PTRS, (void *)&dnsfns ) != 0 ) {
130 prldap_getpeername( LDAP *ld, struct sockaddr *addr, char *buffer, int buflen) argument
137 if (NULL != ld) {
138 ret = prldap_socket_arg_from_ld( ld, &sa );
197 prldap_x_install_dns_skipdb(LDAP *ld, const char *skip) argument
265 if (ldap_get_option(ld, LDAP_OPT_DNS_FN_PTR
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c535 LDAP *ld = NULL; local
546 ld = ldap_init(sever_name, server_port);
547 if (ld == NULL) {
559 ld = ldapssl_init(sever_name, server_port, 1);
560 if (ld == NULL) {
567 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
569 (void) ldap_set_option(ld, LDAP_OPT_DEREF, &derefOption);
570 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
571 (void) ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &timelimit);
572 (void) ldap_set_option(ld, LDAP_OPT_SIZELIMI
644 process_ldap_config_result( LDAP *ld, LDAPMessage *resultMsg, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nisdb_table_mapping_t *table_info) argument
772 LDAP *ld = NULL; local
838 process_ldap_referral_msg( LDAP *ld, LDAPMessage *resultMsg, char **attrs, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info) argument
905 LDAP *ld = NULL; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.s39 ld [%sp+ARGPUSH], %o0 ! load into register
H A Dfpsetmask.s50 ld [%sp+ARGPUSH], %o0 ! load into register
55 ld [%sp+ARGPUSH], %fsr ! load fsr with new value
H A Dfpsetrnd.s41 ld [%sp+ARGPUSH], %o0 ! load into register
46 ld [%sp+ARGPUSH], %fsr ! load fsr with new value
H A Dfpsetsticky.s41 ld [%sp+ARGPUSH], %o0 ! load into register
46 ld [%sp+ARGPUSH], %fsr ! load fsr with new value
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.s39 ld [%sp+STACK_BIAS+ARGPUSH], %o0 ! load into register
H A Dfpsetmask.s50 ld [%sp+STACK_BIAS+ARGPUSH], %o0 ! load into register
55 ld [%sp+STACK_BIAS+ARGPUSH], %fsr ! load fsr with new value
H A Dfpsetrnd.s41 ld [%sp+STACK_BIAS+ARGPUSH], %o0 ! load into register
46 ld [%sp+STACK_BIAS+ARGPUSH], %fsr ! load fsr with new value
H A Dfpsetsticky.s41 ld [%sp+STACK_BIAS+ARGPUSH], %o0 ! load into register
46 ld [%sp+STACK_BIAS+ARGPUSH], %fsr ! load fsr with new value
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c230 dclevel = smb_ads_get_dsattr(ah->ld, DS_ATTR_DCLEVEL);
231 domainlevel = smb_ads_get_dsattr(ah->ld, DS_ATTR_DOMAINLEVEL);
294 if ((rc = ldap_modify_s(ah->ld, dn, attrs)) != LDAP_SUCCESS) {
357 LDAP *ld = NULL; local
359 ld = ldap_init(ads_host->name, ads_host->port);
360 if (ld == NULL)
364 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &ldversion);
366 (void) ldap_set_option(ld, LDAP_X_OPT_CONNECT_TIMEOUT, &timeoutms);
368 status = ldap_bind_s(ld, "", NULL, LDAP_AUTH_SIMPLE);
371 (void) ldap_unbind(ld);
1384 smb_ads_saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts) argument
1422 LDAP *ld; local
2010 LDAP *ld; local
2046 LDAP *ld; local
2071 smb_ads_get_dsattr(LDAP *ld, const char *ds_attr) argument
2249 smb_ads_getattr(LDAP *ld, LDAPMessage *entry, smb_ads_avpair_t *avpair) argument
[all...]
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h194 * ldap_set_option( ld, LDAP_X_OPT_..., &val ). The units used for the
255 LDAP *ld, struct lextiof_session_private *sessionarg );
257 LDAP *ld, struct lextiof_session_private *sessionarg );
360 LDAP *ld, struct sockaddr *netaddr, char *buffer, int buflen);
382 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_BIND_CALLBACK)(LDAP *ld, int msgid,
385 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_UNBIND_CALLBACK)(LDAP *ld,
387 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_SEARCH_CALLBACK)(LDAP *ld,
390 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_COMPARE_CALLBACK)(LDAP *ld,
393 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_ADD_CALLBACK)(LDAP *ld,
395 typedef int (LDAP_C LDAP_CALLBACK LDAP_CF_DELETE_CALLBACK)(LDAP *ld,
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c43 static int dosearch( LDAP *ld, char *base, int scope, char **attrs,
50 static void print_entry( LDAP *ld, LDAPMessage *entry, int attrsonly );
52 static void parse_and_display_reference( LDAP *ld, LDAPMessage *ref );
158 LDAP *ld; local
266 ld = ldaptool_ldap_init( 0 );
269 ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
270 ldap_set_option( ld, LDAP_OPT_TIMELIMIT, &timelimit );
271 ldap_set_option( ld, LDAP_OPT_SIZELIMIT, &sizelimit );
274 ldaptool_bind( ld );
292 rc = dosearch( ld, con
1184 parse_and_display_reference( LDAP *ld, LDAPMessage *ref ) argument
[all...]
H A Dldapmodify.c56 * For Solaris, ld is defined local to process() because
58 * ld variable.
62 static LDAP *ld; variable
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,
246 LDAP *ld; local
249 ld
438 process_ldif_rec( LDAP *ld, char *rbuf ) argument
784 process_ldapmod_rec( LDAP *ld, char *rbuf ) argument
983 domodify( LDAP *ld, char *dn, LDAPMod **pmods, int newentry ) argument
1119 dodelete( LDAP *ld, char *dn ) argument
1144 dorename( LDAP *ld, char *dn, char *newrdn, char *newparent, int deleteoldrdn ) argument
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_python_wrapper.sh32 # By default, the kernel loads the linker at /lib/ld.so.1, which
34 # executable below, we explicitly specify /.SUNWnative/lib/ld.so.1 as our 32-
35 # bit linker and /.SUNWnative/lib/64/ld.so.1 as our 64-bit linker.
52 $n/lib/ld.so.1 \
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c30 * set of controls from ld.
35 nsldapi_put_controls( LDAP *ld, LDAPControl **ctrls, int closeseq, argument
44 LDAP_MUTEX_LOCK( ld, LDAP_CTRL_LOCK );
46 ctrls = ld->ld_servercontrols;
59 if ( NSLDAPI_LDAP_VERSION( ld ) < LDAP_VERSION3 ) {
110 LDAP_MUTEX_UNLOCK( ld, LDAP_CTRL_LOCK );
117 LDAP_MUTEX_UNLOCK( ld, LDAP_CTRL_LOCK );
118 LDAP_SET_LDERRNO( ld, rc, NULL, NULL );
336 * return -1 if not and set error code inside LDAP *ld.
339 nsldapi_dup_controls( LDAP *ld, LDAPContro argument
[all...]
H A Ddigest_md5.c661 LDAP *ld,
675 if (ld == NULL || user_name == NULL || cred == NULL ||
679 if (ld->ld_version < LDAP_VERSION3)
682 errnum = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_DIGEST_MD5,
700 errnum = ldap_sasl_bind_s(ld, NULL,
712 LDAP_MUTEX_LOCK(ld, LDAP_ERR_LOCK);
713 ld->ld_errno = errnum;
714 LDAP_MUTEX_UNLOCK(ld, LDAP_ERR_LOCK);
720 LDAP *ld,
726 if (ld
660 ldap_x_sasl_digest_md5_bind_s( LDAP *ld, char *user_name, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls) argument
719 sasl_digest_md5_bind_1( LDAP *ld, char *user_name, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp) argument
737 sasl_digest_md5_bind_2( LDAP *ld, char *user_name, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, LDAPMessage *result, int *msgidp) argument
785 ldap_x_sasl_digest_md5_bind( LDAP *ld, char *user_name, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeout, LDAPMessage **result) argument
[all...]
H A Dcram_md5.c65 LDAP *ld,
83 if ((res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challenge))
112 res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge);
64 ldap_sasl_cram_md5_bind_s( LDAP *ld, char *dn, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls ) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c152 LDAP *ld=NULL; local
202 for (ent=ldap_first_entry(ld, result); ent != NULL; ent=ldap_next_entry(ld, ent)) {
203 values=ldap_get_values(ld, ent, "krbcanonicalname");
205 values=ldap_get_values(ld, ent, "krbprincipalname");
213 if ((st = populate_krb5_db_entry(context, ldap_context, ld, ent, principal,
253 LDAP *ld=NULL; local
287 st = ldap_delete_ext_s(ld, DN, NULL, NULL);
336 if ((st=checkattributevalue(ld, DN, "objectclass", attrvalues, &amask)) != 0)
350 st=ldap_modify_ext_s(ld, D
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.s110 .cmpeq: ld [%sp + 68], %g2
136 ld [%sp + 68], %g2
141 ld [%sp + 68], %g2
161 2: ld [%o0 + %o1], %g1
162 ld [%o0], %o4
184 3: ld [%o0 + %o1], %g1
185 ld [%o0], %o4
206 4: ld [%o0 + %o1], %g1 ! read a word from s2
207 ld [%o0], %o4 ! read a word from s1
222 ld [
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c150 LDAP *ld = NULL; local
176 save_errno = ldap_initialize(&ld, lmap->ldap_uri);
201 if (ld == NULL)
204 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
214 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
223 if (ld == NULL)
226 sm_ldap_setopts(ld, lmap);
251 bind_result = ldap_bind_s(ld, lmap->ldap_binddn,
267 lmap->ldap_ld = ld;
1369 ** ld
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pl125 local($ld);
129 $ld = length($cx) - length($cy);
130 return $ld if ($ld);
134 $ld = length($cy) - length($cx);
135 return $ld if ($ld);

Completed in 191 milliseconds

1234567891011