| /onnv/onnv-gate/usr/src/uts/common/rpc/sec/ |
| auth_none.c | 28 * auth_none.c implements routines used to pass "null" credentials 79 * AUTH_NONE. Opaque data associated with AUTH_NONE is undefined. 81 * oa_flavor = AUTH_NONE 107 * auth_none has no opaque data. Encode auth_none 113 IXDR_PUT_INT32(ptr, AUTH_NONE); 115 IXDR_PUT_INT32(ptr, AUTH_NONE); 121 * serialize AUTH_NONE credential and AUTH_NONE verifie [all...] |
| sec_clnt.c | 350 case AUTH_NONE: 409 case AUTH_NONE: 447 case AUTH_NONE: 515 * with AUTH_NONE. See bug 1180236. 518 authflavor = AUTH_NONE; 579 * with AUTH_NONE. See bug 1180236. 582 authflavor = AUTH_NONE; 592 * auth create must have failed, try AUTH_NONE 593 * (this relies on AUTH_NONE never failing) 596 "authflavor %d, trying AUTH_NONE", authflavor) [all...] |
| sec_svc.c | 170 case AUTH_NONE: 171 *secmod = AUTH_NONE;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs_auth.c | 553 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) 564 * Flavor not found, but use AUTH_NONE if it exists 568 flavor = AUTH_NONE; 610 * "rw" list. Try again using AUTH_NONE if present. 612 if ((access & NFSAUTH_WRONGSEC) && (flavor != AUTH_NONE)) { 614 * Have we already encountered AUTH_NONE ? 618 access = nfsauth_cache_get(exi, req, AUTH_NONE); 621 * Check for AUTH_NONE presence. 624 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) { 627 AUTH_NONE); [all...] |
| nfs_log.c | [all...] |
| nfs_server.c | [all...] |
| nfs4_client_secinfo.c | 118 val[5].flavor = AUTH_NONE;
|
| nfs_log_xdr.c | 58 case AUTH_NONE:
|
| nfs3_vfsops.c | 804 case AUTH_NONE: 879 * If mount secure failed, we will fall back to AUTH_NONE 885 * AUTH_NONE that does not require a credential setup for root [all...] |
| nfs_vfsops.c | 823 case AUTH_NONE: 906 * If mount secure failed, we will fall back to AUTH_NONE 911 * authentication flavor, so if mount retries using AUTH_NONE [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/ |
| auth.h | 163 #define AUTH_NONE 0 /* no authentication */
|
| /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/ |
| bootparams.c | 134 &to, &from, AUTH_NONE); 275 &to, &from, AUTH_NONE); 301 wait, &to, &from, AUTH_NONE);
|
| pmap.c | 367 AUTH_NONE); 397 AUTH_NONE); 457 (caddr_t)&pmap_port, 0, 0, to, from, AUTH_NONE); 483 (char *)&ua, 0, 0, to, from, AUTH_NONE);
|
| rpc.c | 296 case AUTH_NONE:
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/ |
| nfs_sec.c | 416 case AUTH_NONE: 811 case AUTH_NONE: 892 case AUTH_NONE:
|
| /onnv/onnv-gate/usr/src/uts/common/rpc/ |
| auth.h | 116 #define AUTH_F_TRYNONE 0x002 /* allow fall back to AUTH_NONE */ 474 #define AUTH_NONE 0 /* no authentication */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_mount.c | 355 case AUTH_NONE:
|
| snoop_rpc.c | 264 case AUTH_NONE : return ("None"); 401 /* For other flavors like AUTH_NONE, AUTH_UNIX, RPCSEC_GSS etc. */
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_misc_proc.c | 149 if (flavor == AUTH_NONE) { 490 case AUTH_NONE: 536 if (flavor == AUTH_NONE) {
|
| /onnv/onnv-gate/usr/src/lib/rpcsec_gss/ |
| rpcsec_gss.c | 515 verf.oa_flavor = AUTH_NONE;
|
| svc_rpcsec_gss.c | 590 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NONE; [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| in.rlogind.c | 98 #define AUTH_NONE 0x00 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/ |
| rpcsec_gss.c | 947 verf.oa_flavor = AUTH_NONE; [all...] |
| svc_rpcsec_gss.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| nis_subr_proc.c | 1113 if (flavor == AUTH_NONE) { [all...] |