Searched refs:ld (Results 101 - 125 of 254) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c52 LDAP *ld=NULL; local
123 st = checkattributevalue(ld, service->krbrealmreferences[j], "ObjectClass",
138 if ((st=ldap_add_ext_s(ld, service->servicedn, mods, NULL, NULL)) != LDAP_SUCCESS) {
149 if ((st=updateAttribute(ld, service->krbrealmreferences[i], realmattr,
156 ldap_delete_ext_s(ld, service->servicedn, NULL, NULL);
183 LDAP *ld=NULL; local
227 st = checkattributevalue(ld, service->krbrealmreferences[j], "ObjectClass",
247 if ((st = ldap_search_ext_s (ld,
262 ent = ldap_first_entry(ld, result);
264 if ((values=ldap_get_values(ld, en
347 LDAP *ld=NULL; local
420 LDAP *ld = NULL; local
561 LDAP *ld=NULL; local
[all...]
H A Dldap_krbcontainer.c79 LDAP *ld=NULL; local
157 if ((ent = ldap_first_entry(ld, result)) != NULL) {
158 if ((st=krb5_ldap_get_string(ld, ent, "krbcontainerreference",
175 if ((ent = ldap_first_entry(ld, result))) {
176 if ((st=krb5_ldap_get_string(ld, ent, "krbticketpolicyreference",
190 ent=ldap_first_entry(ld, result);
192 krb5_ldap_get_value(ld, ent, "krbmaxtktlife", &(cparams->max_life));
193 krb5_ldap_get_value(ld, ent, "krbmaxrenewableage", &(cparams->max_renewable_life));
194 krb5_ldap_get_value(ld, ent, "krbticketflags", &(cparams->tktflags));
H A Dldap_realm.c172 LDAP *ld = NULL; local
200 count = ldap_count_entries (ld, result);
202 ldap_get_option(ld, LDAP_OPT_ERROR_NUMBER, &st);
210 for (ent = ldap_first_entry(ld, result), count = 0; ent != NULL;
211 ent = ldap_next_entry(ld, ent)) {
213 if ((values = ldap_get_values (ld, ent, "cn")) != NULL) {
256 LDAP *ld = NULL; local
319 for (ent = ldap_first_entry (ld, result); ent != NULL;
320 ent = ldap_next_entry (ld, ent)) {
321 if ((values = ldap_get_values(ld, en
393 LDAP *ld=NULL; local
784 LDAP *ld=NULL; local
909 LDAP *ld=NULL; local
957 LDAP *ld=NULL; local
1199 LDAP *ld=NULL; local
[all...]
H A Dldap_tkt_policy.c48 LDAP *ld=NULL; local
98 if ((st=ldap_add_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
123 LDAP *ld=NULL; local
145 st = checkattributevalue(ld, policy_dn, "objectClass", attrvalues, &objectmask);
173 if ((st=ldap_modify_ext_s(ld, policy_dn, mods, NULL, NULL)) != LDAP_SUCCESS) {
201 LDAP *ld=NULL; local
224 st = checkattributevalue(ld, policy_dn, "objectClass", attrvalues, &objectmask);
245 ent=ldap_first_entry(ld, result);
247 if (krb5_ldap_get_value(ld, ent, "krbmaxticketlife", (int *) &(lpolicy->maxtktlife)) == 0)
250 if (krb5_ldap_get_value(ld, en
293 LDAP *ld = NULL; local
421 LDAP *ld=NULL; local
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsort.c107 LDAP *ld,
119 count = ldap_count_entries( ld, *chain );
123 ld->ld_errno = LDAP_NO_MEMORY;
133 dn = ldap_get_dn( ld, e );
137 et[i].et_vals = ldap_get_values( ld, e, attr );
167 LDAP *ld,
106 ldap_sort_entries( LDAP *ld, LDAPMessage **chain, char *attr, int (*cmp)() ) argument
166 ldap_sort_values( LDAP *ld, char **vals, int (*cmp)() ) argument
/osnet-11/usr/src/lib/libast/common/features/
H A Dlibpath.sh24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c64 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,
93 * Install NSPR I/O functions into ld (if ld is NULL, they are installed
99 prldap_install_io_functions( LDAP *ld, int shared ) argument
117 if ( NULL != ld ) {
119 * If we are dealing with a real ld, we allocate the session specific
125 ldap_set_lderrno( ld, LDAP_NO_MEMOR
489 prldap_newhandle( LDAP *ld, struct lextiof_session_private *sessionarg ) argument
517 prldap_shared_newhandle( LDAP *ld, struct lextiof_session_private *sessionarg ) argument
530 prldap_disposehandle( LDAP *ld, struct lextiof_session_private *sessionarg ) argument
538 prldap_shared_disposehandle( LDAP *ld, struct lextiof_session_private *sessionarg ) argument
584 prldap_session_arg_from_ld( LDAP *ld, PRLDAPIOSessionArg **sessargpp ) argument
615 prldap_socket_arg_from_ld( LDAP *ld, PRLDAPIOSocketArg **sockargpp ) argument
[all...]
H A Dldappr-threads.c149 static PRLDAP_TPDMap *prldap_allocate_map( LDAP *ld );
161 * Install NSPR thread functions into ld (if ld is NULL, they are installed
167 prldap_install_thread_functions( LDAP *ld, int shared ) argument
175 ldap_set_lderrno( ld, LDAP_LOCAL_ERROR, NULL, NULL );
195 if ( ld != NULL ) {
197 * If this is a real ld (i.e., we are not setting the global
199 * If ld is NULL we do not do this here but it is done in
202 if (( tfns.ltf_lderrno_arg = (void *)prldap_allocate_map( ld ))
210 if ( ldap_set_option( ld, LDAP_OPT_THREAD_FN_PTR
352 prldap_thread_new_handle( LDAP *ld, void *sessionarg ) argument
379 prldap_thread_dispose_handle( LDAP *ld, void *sessionarg ) argument
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c87 _ns_gethostbyaddr(LDAP *ld, const char *addr, int length, int type,
124 * ld is used so that we can use libldap's gethostbyaddr
127 LDAP *ld; member in struct:ldapssl_session_info
177 static int check_clientauth_nicknames_and_passwd( LDAP *ld,
200 LDAP *ld; local
209 if (( ld = ldap_init( defhost, defport )) == NULL ) {
213 if ( ldapssl_install_routines( ld ) < 0 || ldap_set_option( ld,
216 ldap_unbind( ld );
220 return( ld );
471 ldapssl_disposehandle(LDAP *ld, struct lextiof_session_private *sessionarg) argument
594 ldapssl_set_strength( LDAP *ld, int sslstrength ) argument
626 ldapssl_enable_clientauth( LDAP *ld, char *keynickname, char *keypasswd, char *certnickname ) argument
877 check_clientauth_nicknames_and_passwd( LDAP *ld, LDAPSSLSessionInfo *ssip ) argument
932 ldapssl_import_fd( LDAP *ld, int secure ) argument
1238 ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip) argument
[all...]
H A Dclientinit.c785 static int ldapssl_tls_start(LDAP *ld, int *msgidp) argument
799 ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, &version );
802 rc = ldap_extended_operation( ld, START_TLS_OID, &extreq_data,
813 static int ldapssl_enableSSL_on_open_connection(LDAP *ld, int defsecure, argument
828 if ( prldap_get_default_socket_info( ld, &soi ) < 0 ) {
832 if ( ldapssl_install_routines( ld ) < 0 ) {
839 ldap_get_option( ld, LDAP_OPT_DESC, &sd );
845 if ( prldap_set_default_socket_info( ld, &soi ) != LDAP_SUCCESS ) {
849 if ( ldap_set_option( ld, LDAP_OPT_SSL,
854 if ( ldapssl_import_fd( ld, defsecur
906 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath, char ***referralsp) argument
[all...]
/osnet-11/usr/src/lib/brand/sn1/sn1_brand/amd64/
H A DMakefile34 # see ../Makefile.com for why we MUST explicity make ld.so.1 our interpreter
36 DYNFLAGS += -Wl,-I$(NATIVE_DIR)/usr/lib/64/ld.so.1
/osnet-11/usr/src/lib/brand/sn1/sn1_brand/sparcv9/
H A DMakefile34 # see ../Makefile.com for why we explicity make ld.so.1 our interpreter
36 DYNFLAGS += -Wl,-I$(NATIVE_DIR)/usr/lib/64/ld.so.1
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/amd64/
H A DMakefile33 # see ../Makefile.com for why we MUST explicity make ld.so.1 our interpreter
36 DYNFLAGS += -Wl,-I/lib/64/ld.so.1
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/sparcv9/
H A DMakefile33 # see ../Makefile.com for why we explicity make ld.so.1 our interpreter
36 DYNFLAGS += -Wl,-I/lib/64/ld.so.1
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_get_rp_rd.s34 ld [%sp+ARGPUSH],%o0 ! o0 = fsr
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D_Q_get_rp_rd.s34 ld [%sp+STACK_BIAS+ARGPUSH],%o0 ! o0 = fsr
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-float.c27 double ld; local
67 ld = 2.5;
68 sm_snprintf(buf, sizeof(buf), "%.3f %.1f", d, ld);
/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dstret.s43 # define LD ld
65 ld [%i7+8],MEMWORD
76 ld [%fp+STRUCT_VAL_OFF],TO /* (DELAY SLOT) */
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dsparc.il35 ld [%g7 + 80], %o0 ! ul_self
64 ld [%o0], %o2
75 ld [%o0], %o2
85 ld [%o0], %o2
95 ld [%o0], %o2
105 ld [%o0], %o2
/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_nces.c214 LDAP *ld; local
243 ld = nsdb_connect(host, port, NULL, NULL);
244 if (ld == NULL) {
259 if (ldap_search_s(ld, "", LDAP_SCOPE_BASE,
263 ldap_perror(ld, "ldap_search_s");
265 (void) ldap_unbind(ld);
273 for (e = ldap_first_entry(ld, result); e != NULL;
274 e = ldap_next_entry(ld, e)) {
277 if ((dn = ldap_get_dn(ld, e)) != NULL)
284 for (a = ldap_first_attribute(ld,
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c73 static int wait4result( LDAP *ld, int msgid, struct berval **servercredp,
75 static int parse_result( LDAP *ld, LDAPMessage *res,
1030 LDAP *ld = NULL; local
1094 /* set the default SSL strength (used for all future ld's we create) */
1106 if (( ld = ldapssl_init( host, port,
1108 if (ldapssl_enable_clientauth( ld, ssl_keydbpath, ssl_passwd,
1110 exit ( ldaptool_print_lderror( ld, "ldapssl_enable_clientauth",
1116 ld = ldap_init( host, port );
1118 ld = prldap_init( host, port, 0 /* not shared across threads */ );
1125 ld
1333 ldaptool_print_lderror( LDAP *ld, char *msg, int check4ssl ) argument
1376 ldaptool_print_extended_response( LDAP *ld, LDAPMessage *res, char *msg ) argument
1415 ldaptool_sasl_bind_s( LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp, char *msg ) argument
1441 ldaptool_simple_bind_s( LDAP *ld, const char *dn, const char *passwd, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1458 ldaptool_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1485 ldaptool_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1506 ldaptool_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1526 ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype, const struct berval *bvalue, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1548 ldaptool_rename_s( LDAP *ld, const char *dn, const char *newrdn, const char *newparent, int deleteoldrdn, LDAPControl **serverctrls, LDAPControl **clientctrls, char *msg ) argument
1571 wait4result( LDAP *ld, int msgid, struct berval **servercredp, char *msg ) argument
1604 parse_result( LDAP *ld, LDAPMessage *res, struct berval **servercredp, char *msg, int freeit ) argument
1751 ldaptool_create_geteffectiveRights_control( LDAP *ld, const char *authzid, const char **attrlist) argument
1926 get_rebind_credentials( LDAP *ld, char **whop, char **credp, int *methodp, int freeit, void* arg ) argument
[all...]
H A Dldaptool-sasl.c41 ldaptool_set_sasl_defaults ( LDAP *ld, char *mech, char *authid, char *username, argument
52 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &defaults->mech);
57 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHCID, &defaults->authid);
62 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHZID, &defaults->username);
69 ldap_get_option(ld, LDAP_OPT_X_SASL_REALM, &defaults->realm);
75 ldaptool_sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *prompts ) { argument
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c378 LDAP *ld; member in struct:__anon1943
513 LDAP *ld; local
524 ld = ldapssl_init(srv, port, 1);
526 ld = ldap_init(srv, port);
529 if (ld != 0) {
530 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
532 (void) ldap_set_option(ld, LDAP_OPT_DEREF, &derefOption);
533 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
534 (void) ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &timelimit);
535 (void) ldap_set_option(ld, LDAP_OPT_SIZELIMI
552 LDAP *ld; local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c67 extern int ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip);
700 getServerInfo(LDAP *ld, ns_server_info_t *sinfo) argument
737 ldap_rc = ldap_search_ext_s(ld, "", LDAP_SCOPE_BASE,
740 (entry = ldap_first_entry(ld, resultMsg)) != NULL) {
742 for (attr = ldap_first_attribute(ld, entry, &ber);
744 attr = ldap_next_attribute(ld, entry, ber)) {
745 value = ldap_get_values(ld, entry, attr);
824 LDAP *ld = NULL; local
909 rc = openConnection(&ld, *bindHost, auth, timeoutSec, errorp,
915 ldap_rc = getServerInfo(ld,
1503 LDAP *ld = NULL; local
2487 doSimpleBind(const ns_cred_t *auth, LDAP *ld, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt) argument
2607 doSASLBind(const ns_cred_t *auth, LDAP *ld, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt) argument
2822 performBind(const ns_cred_t *auth, LDAP *ld, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int passwd_mgmt) argument
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/threads/
H A Dsparcv9.il61 ld [%o0], %o2
72 ld [%o0], %o2
82 ld [%o0], %o2
92 ld [%o0], %o2
102 ld [%o0], %o2

Completed in 480 milliseconds

1234567891011