/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 113 IXDR_PUT_INT32(ptr, AUTH_NONE); in authnone_marshal() 115 IXDR_PUT_INT32(ptr, AUTH_NONE); in authnone_marshal()
|
H A D | sec_clnt.c | 361 case AUTH_NONE: in sec_clnt_loadinfo() 420 case AUTH_NONE: in sec_clnt_freeinfo() 458 case AUTH_NONE: in sec_clnt_geth() 529 authflavor = AUTH_NONE; in sec_clnt_geth() 593 authflavor = AUTH_NONE; in sec_clnt_geth() 608 authflavor = AUTH_NONE; in sec_clnt_geth() 619 case AUTH_NONE: /* XXX: do real AUTH_NONE */ in sec_clnt_freeh()
|
H A D | auth_loopb.c | 134 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authloopback_marshal() 199 IXDR_PUT_U_INT32(ptr, AUTH_NONE); /* verf flavor */ in authloopback_marshal()
|
H A D | sec_svc.c | 168 case AUTH_NONE: in sec_svc_getcred() 169 *secmod = AUTH_NONE; in sec_svc_getcred()
|
H A D | auth_kern.c | 131 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authkern_marshal()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 132 &to, &from, AUTH_NONE); in whoami() 273 &to, &from, AUTH_NONE); in getfile() 299 wait, &to, &from, AUTH_NONE); in getfile()
|
H A D | pmap.c | 365 AUTH_NONE); in bpmap_rmtcall() 395 AUTH_NONE); in bpmap_rmtcall() 455 (caddr_t)&pmap_port, 0, 0, to, from, AUTH_NONE); in bpmap_getport() 481 (char *)&ua, 0, 0, to, from, AUTH_NONE); in bpmap_getport()
|
H A D | rpc.c | 294 case AUTH_NONE: in brpc_call()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 1308 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) in nfsauth_access() 1323 flavor = AUTH_NONE; in nfsauth_access() 1381 if ((access & NFSAUTH_WRONGSEC) && (flavor != AUTH_NONE)) { in nfsauth_access() 1387 access = nfsauth_cache_get(exi, req, AUTH_NONE, cr, in nfsauth_access() 1394 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) { in nfsauth_access() 1397 AUTH_NONE, cr, NULL, NULL, NULL, in nfsauth_access()
|
H A D | nfs_log.c | 1799 req.rq_cred.oa_flavor = AUTH_NONE; in log_public_record() 1844 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_share_record() 1870 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_unshare_record() 1895 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_getfh()
|
H A D | nfs_server.c | 2102 rpcflavor = AUTH_NONE; in checkauth() 2111 rpcflavor = AUTH_NONE; in checkauth() 2126 case AUTH_NONE: in checkauth() 2353 rpcflavor = AUTH_NONE; in checkauth4() 2365 case AUTH_NONE: in checkauth4()
|
H A D | nfs4x_srv.c | 77 case AUTH_NONE: in rfs4_cmp_cred_set() 123 case AUTH_NONE: in rfs4_set_cred_set()
|
H A D | nfs4_client_secinfo.c | 116 val[5].flavor = AUTH_NONE; in nfs4_secinfo_init()
|
H A D | nfs_log_xdr.c | 58 case AUTH_NONE: in nfsl_principal_name_get()
|
H A D | nfs_vfsops.c | 822 case AUTH_NONE: in nfs_mount()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 416 case AUTH_NONE: in nfs_create_ah() 811 case AUTH_NONE: in nfs_free_secdata() 892 case AUTH_NONE: in nfs_clnt_secdata()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mount.c | 355 case AUTH_NONE: in print_auth()
|
H A D | snoop_rpc.c | 264 case AUTH_NONE : return ("None"); in nameof_flavor()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | auth.h | 488 #define AUTH_NONE 0 /* no authentication */ macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | nfssrv.c | 58 case AUTH_NONE: in print_sec()
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 528 verf.oa_flavor = AUTH_NONE;
|
H A D | svc_rpcsec_gss.c | 565 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NONE; in __svcrpcsec_gss()
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 965 verf.oa_flavor = AUTH_NONE;
|
H A D | svc_rpcsec_gss.c | 1470 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NONE; in __svcrpcsec_gss()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 98 #define AUTH_NONE 0x00 macro
|