Searched refs:cl_auth (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_raw.c154 client->cl_auth = authnone_create();
186 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
191 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
216 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
221 if (AUTH_REFRESH(h->cl_auth))
226 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
H A Dclnt_tcp.c140 * NB: The rpch->cl_auth is set null authentication. Caller may wish to set this
258 h->cl_auth = authnone_create();
330 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
335 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
381 if (! AUTH_VALIDATE(h->cl_auth, &reply_msg.acpted_rply.ar_verf)) {
396 if (refreshes-- && AUTH_REFRESH(h->cl_auth))
H A Dclnt_udp.c128 * NB: The rpch->cl_auth is initialized to null authentication.
253 cl->cl_auth = authnone_create();
359 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
364 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
458 if (! AUTH_VALIDATE(cl->cl_auth,
471 if (nrefreshes > 0 && AUTH_REFRESH(cl->cl_auth)) {
H A Dclnt.h159 AUTH *cl_auth; /* authenticator */ member in struct:CLIENT
/macosx-10.9.5/remote_cmds-41.90.1/ypset.tproj/
H A Dypset.c114 client->cl_auth = authunix_create_default();
/macosx-10.9.5/NFS-81/showmount/
H A Dshowmount.c435 clp->cl_auth = authunix_create_default();
461 auth_destroy(clp->cl_auth);
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dkern.c448 if (cl->cl_auth != NULL)
449 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth);
450 cl->cl_auth = authunix_create(hostname,
/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dnis_passwd.c166 cl->cl_auth = authunix_create_default();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dnis_passwd.c166 cl->cl_auth = authunix_create_default();
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_parse.c2465 add_alloc("AUTH_HANDLE", cl->cl_auth, 0,
2483 drop_alloc("AUTH_HANDLE", cl->cl_auth,
2493 drop_alloc("AUTH_HANDLE", cl->cl_auth,

Completed in 130 milliseconds