Home
last modified time | relevance | path

Searched refs:AUTH_BADCRED (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dsvc_auth_unix.c85 stat = AUTH_BADCRED; in _svcauth_unix()
96 stat = AUTH_BADCRED; in _svcauth_unix()
110 stat = AUTH_BADCRED; in _svcauth_unix()
116 stat = AUTH_BADCRED; in _svcauth_unix()
H A Dsvc_auth_des.c148 return (AUTH_BADCRED); in _svcauth_des()
163 return (AUTH_BADCRED); in _svcauth_des()
185 return(AUTH_BADCRED); in _svcauth_des()
192 return (AUTH_BADCRED); /* key not found */ in _svcauth_des()
198 return (AUTH_BADCRED); /* garbled credential */ in _svcauth_des()
247 return (AUTH_BADCRED); /* garbled credential */ in _svcauth_des()
276 return (nick ? AUTH_REJECTEDVERF : AUTH_BADCRED); in _svcauth_des()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c481 svcerr_auth(rqstp->rq_xprt, AUTH_BADCRED); in yppasswdproc_update_1_svc()
724 svcerr_auth(transp, AUTH_BADCRED); in yppasswdproc_update_master_1_svc()
730 svcerr_auth(transp, AUTH_BADCRED); in yppasswdproc_update_master_1_svc()
736 svcerr_auth(transp, AUTH_BADCRED); in yppasswdproc_update_master_1_svc()
743 svcerr_auth(rqstp->rq_xprt, AUTH_BADCRED); in yppasswdproc_update_master_1_svc()
/dragonfly/stand/lib/
H A Drpcv2.h68 #define AUTH_BADCRED 1 macro
/dragonfly/sys/vfs/nfs/
H A Drpcv2.h78 #define AUTH_BADCRED 1 macro
H A Dnfs_socket.c2435 nd->nd_repstat = (NFSERR_AUTHERR|AUTH_BADCRED); in nfs_getreq()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c76 return(AUTH_BADCRED); in yp_checkauth()
/dragonfly/include/rpc/
H A Dauth.h127 AUTH_BADCRED=1, /* bogus credentials (seal broken) */ enumerator
/dragonfly/usr.sbin/ypbind/
H A Dypbind.c310 svcerr_auth(transp, AUTH_BADCRED); in ypbindprog_2()