Searched refs:auth_info (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomauth.c129 rpc_auth_info_p_t /*auth_info*/
136 rpc_auth_info_p_t /*auth_info*/
392 ** auth_info Authentication information
411 rpc_auth_info_p_t auth_info
415 const char *info_type = auth_info->is_server?"server":"client";
419 auth_info,
420 info_type, auth_info->refcount,
421 auth_info->refcount + 1));
423 /* assert (auth_info->refcount >= 0); XXX unsigned values always >= 0*/
424 auth_info
500 rpc_auth_info_p_t auth_info = *info; local
778 rpc_auth_info_p_t auth_info; local
995 rpc_auth_info_p_t auth_info; local
1162 rpc_auth_info_p_t auth_info; local
1264 rpc_auth_info_p_t auth_info; local
1479 rpc_auth_info_t *auth_info; local
1693 rpc_auth_info_p_t auth_info; local
1798 rpc_auth_info_p_t auth_info; local
[all...]
H A Dschnauth.c108 rpc_auth_info_p_t auth_info,
145 rpc_schannel_auth_info_p_t auth_info = NULL; local
150 auth_info = (rpc_schannel_auth_info_p_t)auth_ident;
173 if (auth_info->domain_name != NULL) {
174 server_name = rpc_stralloc(auth_info->domain_name);
189 schnauth_info->auth_info.server_princ_name = server_name;
190 schnauth_info->auth_info.authn_level = level;
191 schnauth_info->auth_info.authn_protocol = rpc_c_authn_schannel;
192 schnauth_info->auth_info.authz_protocol = authz_prot;
193 schnauth_info->auth_info
471 rpc__schnauth_inq_access_token( rpc_auth_info_p_t auth_info, rpc_access_token_p_t* token, unsigned32 *stp ) argument
[all...]
H A Dnoauthdg.c216 st = sec_krb_dg_build_message (noauth_info->auth_info.u.auth_identity, 0, 0,
217 rpc_c_authn_level_none, noauth_info->auth_info.authz_protocol,
284 &noauth_info->auth_info.authn_level,
285 &noauth_info->auth_info.authz_protocol,
318 * fill in the common auth_info stuff.
321 noauth_info->auth_info.refcount = 1;
322 noauth_info->auth_info.server_princ_name = 0;
323 noauth_info->auth_info.authn_level = -1;
324 noauth_info->auth_info.authn_protocol = rpc_c_authn_dce_dummy;
325 noauth_info->auth_info
[all...]
H A Ddgcct.c138 * Hash an auth_info.
143 #define AUTH_INFO_HASH(auth_info) \
144 ((unsigned32) (size_t) (auth_info))
154 rpc_auth_info_p_t /*auth_info*/,
217 rpc_auth_info_p_t auth_info,
226 if (auth_info != NULL)
230 (auth_info->authn_protocol, RPC_C_PROTOCOL_ID_NCADG);
233 ccte->key_info = (*epv->new_key) (auth_info);
234 ccte->auth_info = auth_info;
215 ccte_create( rpc_auth_info_p_t auth_info, unsigned32 probe ) argument
322 rpc__dg_cct_get( rpc_auth_info_p_t auth_info, rpc_dg_ccall_p_t ccall ) argument
[all...]
H A Dgssauth.h111 rpc_auth_info_t auth_info; /* This must be the first element. */ member in struct:rpc_gssauth_info_t
H A Dnoauth.c174 noauth_info->auth_info.server_princ_name = server_name;
175 noauth_info->auth_info.authn_level = level;
176 noauth_info->auth_info.authn_protocol = rpc_c_authn_dce_dummy;
177 noauth_info->auth_info.authz_protocol = authz_prot;
178 noauth_info->auth_info.is_server = 0;
179 noauth_info->auth_info.u.auth_identity = auth_ident;
181 noauth_info->auth_info.refcount = 1;
187 *infop = &noauth_info->auth_info;
192 *infop = (rpc_auth_info_p_t) &noauth_info->auth_info;
285 "(rpc__noauth_release) freeing %s auth_info (no
[all...]
H A Dgssauth.c114 rpc_auth_info_p_t /* out */ * /*auth_info*/,
124 rpc_auth_info_p_t /* out */ * /*auth_info*/,
134 rpc_auth_info_p_t /* out */ * /*auth_info*/,
144 rpc_auth_info_p_t /* out */ * /*auth_info*/,
184 rpc_auth_info_p_t /* in */ /*auth_info*/,
190 rpc_auth_info_p_t auth_info,
418 gssauth_info->auth_info.server_princ_name = str_server_name;
419 gssauth_info->auth_info.authn_level = level;
420 gssauth_info->auth_info.authn_protocol = authn_protocol;
421 gssauth_info->auth_info
864 rpc__gssauth_inq_sec_context( rpc_auth_info_p_t auth_info, void **mech_context, unsigned32 *stp ) argument
[all...]
H A Dschnauth.h112 rpc_auth_info_t auth_info; /* This must be the first element. */ member in struct:rpc_schnauth_info_t
149 rpc_auth_info_p_t /* out */ * /*auth_info*/,
189 rpc_auth_info_p_t auth_info,
H A Dnoauthcn.c108 rpc_auth_info_p_t * /*auth_info*/,
118 rpc_auth_info_p_t /*auth_info*/,
392 rpc_auth_info_p_t *auth_info,
432 * Initialize the common auth_info stuff.
434 noauth_info->auth_info.refcount = 1;
435 noauth_info->auth_info.server_princ_name = '\0';
436 noauth_info->auth_info.authn_level = authn_level;
437 noauth_info->auth_info.authn_protocol = rpc_c_authn_dce_dummy;
438 noauth_info->auth_info.authz_protocol = rpc_c_authz_name;
439 noauth_info->auth_info
388 rpc__noauth_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
566 rpc__noauth_cn_cred_refresh( rpc_auth_info_p_t auth_info, unsigned32 *st ) argument
[all...]
H A Dschnauthcn.c109 rpc_auth_info_p_t * /*auth_info*/,
119 rpc_auth_info_p_t /*auth_info*/,
398 rpc_auth_info_p_t *auth_info,
439 * Initialize the common auth_info stuff.
441 schnauth_info->auth_info.refcount = 1;
442 schnauth_info->auth_info.server_princ_name = '\0';
443 schnauth_info->auth_info.authn_level = authn_level;
444 schnauth_info->auth_info.authn_protocol = rpc_c_authn_dce_dummy;
445 schnauth_info->auth_info.authz_protocol = rpc_c_authz_name;
446 schnauth_info->auth_info
394 rpc__schnauth_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
574 rpc__schnauth_cn_cred_refresh( rpc_auth_info_p_t auth_info, unsigned32 *st ) argument
668 rpc_cn_auth_info_t *auth_info; local
[all...]
H A Ddgexec.c444 rpc_auth_info_p_t auth_info = key_info->auth_info; local
445 h->c.c.auth_info = auth_info;
446 RPC_DG_AUTH_REFERENCE(auth_info); /* for the handle */
536 rpc_auth_info_p_t auth_info; local
563 * This generates an auth_info and a key_info. The auth_info
580 /* fill in the auth_info in the handle */
581 auth_info
[all...]
H A Dnoauth.h133 rpc_auth_info_t auth_info; /* This must be the first element. */ member in struct:rpc_noauth_info_t
182 rpc_auth_info_p_t /* out */ * /*auth_info*/,
H A Dgssauthcn.c112 rpc_auth_info_p_t /* out */ * /*auth_info*/,
118 rpc_auth_info_p_t /* out */ * /*auth_info*/,
124 rpc_auth_info_p_t /* out */ * /*auth_info*/,
130 rpc_auth_info_p_t /* out */ * /*auth_info*/,
139 rpc_auth_info_p_t /* in */ /*auth_info*/,
482 rpc_auth_info_p_t *auth_info,
525 * Initialize the common auth_info stuff.
527 gssauth_info->auth_info.refcount = 1;
528 gssauth_info->auth_info.server_princ_name = '\0';
529 gssauth_info->auth_info
478 rpc__gssauth_cn_create_info( rpc_authn_protocol_id_t authn_protocol, rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
538 rpc__gssauth_negotiate_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
554 rpc__gssauth_mskrb_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
570 rpc__gssauth_winnt_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
586 rpc__gssauth_netlogon_cn_create_info( rpc_authn_level_t authn_level, rpc_auth_info_p_t *auth_info, unsigned32 *st ) argument
715 rpc__gssauth_cn_cred_refresh( rpc_auth_info_p_t auth_info, unsigned32 *st ) argument
[all...]
H A Dcomsoc.c703 if (binding_r->auth_info)
705 rpc_g_authn_protocol_id[binding_r->auth_info->authn_protocol].epv->
706 inq_access_token(binding_r->auth_info, token, st);
H A Dcnbind.c185 brp->common.auth_info = NULL;
H A Ddgccall.c556 rpc__dg_cct_get(h->c.c.auth_info, ccall);
573 * We used to copy the auth_info from the scall and
760 rpc__dg_cct_get(h->c.c.auth_info, ccall);
1080 * second is if the auth_info in the cached call doesn't match
1081 * the auth_info in the handle. In either case, release the
1084 * Note that the auth_info in the call is referenced through the
1092 rpc_auth_info_p_t auth_info = h->c.c.auth_info; local
1095 ((auth_info != NULL) ?
1096 ((key_info == NULL) || (key_info->auth_info !
[all...]
H A Dcnassoc.c172 rpc_auth_info_p_t /*auth_info*/,
502 binding_r->common.auth_info,
739 binding_r->common.auth_info,
3258 rpc_auth_info_p_t auth_info,
3296 if (RPC_CN_AUTH_REQUIRED (auth_info))
3303 sec_context = rpc__cn_assoc_sec_alloc (auth_info, st);
3386 if (RPC_CN_AUTH_REQUIRED (auth_info))
3400 (RPC_CN_AUTH_REQUIRED (auth_info) && (sec_context->sec_state != RPC_C_SEC_STATE_COMPLETE)))
3417 if (RPC_CN_AUTH_REQUIRED (auth_info) && (sec_context->sec_status != rpc_s_ok))
3422 if (RPC_CN_AUTH_REQUIRED (auth_info)
3225 rpc__cn_assoc_open( rpc_cn_assoc_p_t assoc, rpc_addr_p_t rpc_addr, rpc_if_rep_p_t if_r, rpc_cn_local_id_t grp_id, rpc_auth_info_p_t auth_info, rpc_transport_info_p_t transport_info, rpc_transfer_syntax_t *syntax, unsigned16 *context_id, rpc_cn_sec_context_p_t *sec, unsigned32 *st ) argument
[all...]
H A Dcombind.c763 if (src_binding_rep->auth_info != NULL)
765 rpc__auth_info_reference (src_binding_rep->auth_info);
766 dst_binding_rep->auth_info = src_binding_rep->auth_info;
2302 binding_rep->auth_info = NULL;
H A Dcnp.h735 #define RPC_CN_AUTH_CRED_REFRESH(auth_info, st)\
738 _cn_epv = RPC_CN_AUTH_PROT_EPV((auth_info)->authn_protocol);\
739 (*_cn_epv->cred_refresh)(auth_info, st);\
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Ddigestauth.rb262 auth_info = {
268 opaque_struct.nonce = auth_info['nextnonce']
273 auth_info[key] = auth_req[key]
276 res[@resp_info_field] = auth_info.keys.map{|key|
278 key + '=' + auth_info[key]
280 key + "=" + HTTPUtils::quote(auth_info[key])
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControl.h93 * The 'auth_info' dictionary may be NULL. If it is not NULL, it may
99 * If properties not in this list are specified in 'auth_info", EINVAL
108 CFDictionaryRef auth_info);
H A DEAPOLControl.c204 CFDictionaryRef auth_info; local
213 auth_info
216 if (EAPOLControlAuthInfoIsValid(&auth_info) == FALSE) {
232 if (auth_info != NULL) {
234 values[count] = (const void *)auth_info;
256 CFDictionaryRef auth_info)
265 if (EAPOLControlAuthInfoIsValid(&auth_info) == FALSE) {
276 if (auth_info != NULL) {
278 values[1] = (const void *)auth_info;
254 EAPOLControlStartWithClientItemID(const char * if_name, EAPOLClientItemIDRef itemID, CFDictionaryRef auth_info) argument
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_dev.c417 struct smbioc_auth_info * auth_info = (struct smbioc_auth_info *)data; local
424 if (auth_info->ioc_version != SMB_IOC_STRUCT_VERSION) {
430 auth_info->ioc_client_nt = vcp->vc_gss.gss_client_nt;
431 auth_info->ioc_target_nt = vcp->vc_gss.gss_target_nt;
437 if (vcp->vc_gss.gss_cpn_len >= auth_info->ioc_client_size) {
438 auth_info->ioc_client_size = vcp->vc_gss.gss_cpn_len;
440 auth_info->ioc_client_size = 0;
442 if (vcp->vc_gss.gss_spn_len >= auth_info->ioc_target_size) {
443 auth_info->ioc_target_size = vcp->vc_gss.gss_spn_len;
445 auth_info
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dkrpc_subr.c99 struct auth_info { struct
111 struct auth_info rp_auth;
112 struct auth_info rp_verf;
122 struct auth_info rp_auth;
/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c118 ipp_attribute_t *auth_info);
1192 *auth_info; /* auth-info attribute */ local
1242 auth_info = ippFindAttribute(con->request, "auth-info", IPP_TAG_TEXT);
1257 else if (auth_info && !con->http->tls &&
1582 if (con->username[0] || auth_info)
1584 save_auth_info(con, job, auth_info);
1590 if (auth_info)
1591 ippDeleteAttribute(job->attrs, auth_info);
2922 *auth_info; /* auth-info attribute */ local
3023 auth_info
9013 save_auth_info( cupsd_client_t *con, cupsd_job_t *job, ipp_attribute_t *auth_info) argument
10828 ipp_attribute_t *auth_info; /* auth-info attribute */ local
[all...]

Completed in 294 milliseconds

12