Home
last modified time | relevance | path

Searched refs:unix_auth (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/rpc/
H A Dpmap_rmt.c214 AUTH *unix_auth; in clnt_broadcast() local
234 if ((unix_auth = authunix_create_default()) == NULL) { in clnt_broadcast()
274 msg.rm_call.cb_cred = unix_auth->ah_cred; in clnt_broadcast()
275 msg.rm_call.cb_verf = unix_auth->ah_verf; in clnt_broadcast()
381 if (unix_auth != NULL) in clnt_broadcast()
382 AUTH_DESTROY(unix_auth); in clnt_broadcast()
/openbsd-src/usr.bin/rusers/
H A Drusers.c456 AUTH *unix_auth, char *buf) in rpc_setup() argument
472 msg->rm_call.cb_cred = unix_auth->ah_cred; in rpc_setup()
473 msg->rm_call.cb_verf = unix_auth->ah_verf; in rpc_setup()
487 AUTH *unix_auth; in allhosts() local
503 if ((unix_auth = authunix_create_default()) == NULL) in allhosts()
522 stat = rpc_setup(&sock[0], &xdr, &msg[0], &args, unix_auth, buf[0]); in allhosts()
530 stat = rpc_setup(&sock[1], &xdr, &msg[1], &args, unix_auth, buf[1]); in allhosts()
624 AUTH_DESTROY(unix_auth); in allhosts()