Home
last modified time | relevance | path

Searched refs:cl_auth (Results 1 – 13 of 13) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dclnt_raw.c129 client->cl_auth = authnone_create(); in clnt_raw_create()
164 (! AUTH_MARSHALL(h->cl_auth, xdrs)) || in clnt_raw_call()
205 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
210 if (AUTH_REFRESH(h->cl_auth, &msg)) in clnt_raw_call()
215 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
H A Dkey_call.c334 auth_destroy(kcp->client->cl_auth); in getkeyserv_handle()
335 kcp->client->cl_auth = in getkeyserv_handle()
337 if (kcp->client->cl_auth == NULL) { in getkeyserv_handle()
383 kcp->client->cl_auth = authsys_create("", kcp->uid, 0, 0, NULL); in getkeyserv_handle()
384 if (kcp->client->cl_auth == NULL) { in getkeyserv_handle()
H A Dclnt_dg.c263 cl->cl_auth = authnone_create(); in clnt_dg_create()
376 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_dg_call()
488 if (! AUTH_VALIDATE(cl->cl_auth, in clnt_dg_call()
506 AUTH_REFRESH(cl->cl_auth, &reply_msg)) { in clnt_dg_call()
H A Dclnt_vc.c286 cl->cl_auth = authnone_create(); in clnt_vc_create()
350 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_vc_call()
403 if (! AUTH_VALIDATE(cl->cl_auth, in clnt_vc_call()
419 if (refreshes-- && AUTH_REFRESH(cl->cl_auth, &reply_msg)) in clnt_vc_call()
/dragonfly/usr.sbin/rpc.umntall/
H A Drpc.umntall.c185 clp->cl_auth = authunix_create_default(); in do_umntall()
191 auth_destroy(clp->cl_auth); in do_umntall()
213 clp->cl_auth = authsys_create_default(); in do_umount()
218 auth_destroy(clp->cl_auth); in do_umount()
/dragonfly/lib/libypclnt/
H A Dypclnt_passwd.c187 clnt->cl_auth = authunix_create_default(); in yppasswd_local()
216 auth_destroy(clnt->cl_auth); in yppasswd_local()
268 clnt->cl_auth = authunix_create_default(); in yppasswd_remote()
297 auth_destroy(clnt->cl_auth); in yppasswd_remote()
/dragonfly/lib/librpcsvc/
H A Dyp_update.c103 if ((clnt->cl_auth = (AUTH *)authdes_create(netname, WINDOW, NULL, in yp_update()
195 auth_destroy(clnt->cl_auth); in yp_update()
/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c263 clnt->cl_auth = authunix_create_default(); in __yp_ping()
295 auth_destroy(clnt->cl_auth); in __yp_ping()
/dragonfly/usr.sbin/ypset/
H A Dypset.c99 client->cl_auth = authunix_create_default(); in bind_tohost()
/dragonfly/include/rpc/
H A Dclnt.h93 AUTH *cl_auth; /* authenticator */ member
/dragonfly/sbin/umount/
H A Dumount.c470 clp->cl_auth = authsys_create_default(); in umountfs()
491 auth_destroy(clp->cl_auth); in umountfs()
/dragonfly/sbin/mount_nfs/
H A Dmount_nfs.c711 clp->cl_auth = authsys_create_default(); in nfs_tryproto()
716 auth_destroy(clp->cl_auth); in nfs_tryproto()
/dragonfly/usr.bin/quota/
H A Dquota.c666 client->cl_auth = authunix_create_default(); in callaurpc()