Home
last modified time | relevance | path

Searched refs:denied (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c389 static int denied; /* 1 if READONLY was set due to file permissions */ in rop() local
407 if (value(vi_READONLY) && denied) { in rop()
409 denied = 0; in rop()
434 if (value(vi_READONLY) && denied) { in rop()
436 denied = 0; in rop()
440 denied = 1; in rop()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c141 char **allowed = NULL, **denied = NULL; in lpsched_printer_configuration_to_attributes() local
247 load_userprinter_access(dest, &allowed, &denied); in lpsched_printer_configuration_to_attributes()
251 "requesting-user-name-denied", denied); in lpsched_printer_configuration_to_attributes()
254 freelist(denied); in lpsched_printer_configuration_to_attributes()
/illumos-gate/usr/src/cmd/Adm/sun/
H A Dftpusers2 # List of users denied access to the FTP server, see ftpusers(5).
/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h48 unsigned denied:1; /* for some reason this was not allowed in */ member
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c135 uint32_t denied; member
777 vals->denied = ACE_MASK_UNDEFINED; in acevals_init()
1055 if (vals->allowed != (vals->denied ^ flips)) { in acevals_to_aent()
1414 if (vals->denied != ACE_MASK_UNDEFINED) { in ln_ace_to_aent()
1424 acl->acl_mask = vals->denied; in ln_ace_to_aent()
1426 } else if (acl->acl_mask != vals->denied) { in ln_ace_to_aent()
1430 vals->mask = vals->denied; in ln_ace_to_aent()
1432 vals->denied = acep->a_access_mask; in ln_ace_to_aent()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c338 vals->denied = ACE4_MASK_UNDEFINED; in ace4vals_init()
1200 if (vals->allowed != (vals->denied ^ flips)) { in ace4vals_to_aent()
1203 vals->allowed, vals->denied)); in ace4vals_to_aent()
1530 if (vals->denied != ACE4_MASK_UNDEFINED) { in ln_ace4_to_aent()
1544 acl->acl_mask = vals->denied; in ln_ace4_to_aent()
1546 } else if (acl->acl_mask != vals->denied) { in ln_ace4_to_aent()
1553 vals->mask = vals->denied; in ln_ace4_to_aent()
1555 vals->denied = ace4p->access_mask; in ln_ace4_to_aent()
H A Dnfs4_xdr.c2849 denied.offset)) in xdr_LOCK4res()
2852 denied.length)) in xdr_LOCK4res()
2857 denied.owner.clientid)) in xdr_LOCK4res()
2873 objp->LOCK4res_u.denied.owner.owner_len); in xdr_LOCK4res()
2915 (u_longlong_t *)&objp->denied.offset)) in xdr_LOCKT4res()
2918 (u_longlong_t *)&objp->denied.length)) in xdr_LOCKT4res()
2926 (char **)&objp->denied.owner.owner_val, in xdr_LOCKT4res()
2927 (uint_t *)&objp->denied.owner.owner_len, in xdr_LOCKT4res()
2936 if (objp->denied.owner.owner_val != NULL) in xdr_LOCKT4res()
2937 kmem_free(objp->denied.owner.owner_val, in xdr_LOCKT4res()
[all …]
H A Dnfs4_state.c135 lock_owner4 *slo = &sres->LOCK4res_u.denied.owner; in deep_lock_copy()
136 lock_owner4 *dlo = &dres->LOCK4res_u.denied.owner; in deep_lock_copy()
152 lock_owner4 *lo = &res->LOCK4res_u.denied.owner; in deep_lock_free()
H A Dnfs4_srv.c9058 if (lock_denied(&lres->LOCK4res_u.denied, &flock) in rfs4_do_lock()
9499 dp = &resop->nfs_resop4_u.oplock.LOCK4res_u.denied; in lock_denied_free()
9503 dp = &resop->nfs_resop4_u.oplockt.denied; in lock_denied_free()
9773 if (lock_denied(&resp->denied, &flk) == NFS4ERR_EXPIRED) in rfs4_op_lockt()
H A Dnfs4_vnops.c13908 denied_to_flk(&resop->nfs_resop4_u.oplockt.denied, in nfs4frlock_results_denied()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1318 sum_lock_denied(LOCK4denied *denied) in sum_lock_denied() argument
1323 sum_lock_type_name(denied->locktype), in sum_lock_denied()
1324 denied->offset, denied->length, in sum_lock_denied()
1325 owner_hash(&denied->owner.owner)); in sum_lock_denied()
1331 detail_lock_denied(LOCK4denied *denied) in detail_lock_denied() argument
1334 detail_lock_owner(&denied->owner); in detail_lock_denied()
1335 sprintf(get_line(0, 0), "Offset = %llu", denied->offset); in detail_lock_denied()
2637 sum_lock_denied(&res->LOCK4res_u.denied)); in sumres_lock()
2651 detail_lock_denied(&res->LOCK4res_u.denied); in dtlres_lock()
2665 sum_lock_denied(&res->LOCKT4res_u.denied)); in sumres_lockt()
[all …]
H A Dnfs4_xdr.c1375 if (!xdr_LOCK4denied(xdrs, &objp->LOCK4res_u.denied)) in xdr_LOCK4res()
1405 if (!xdr_LOCK4denied(xdrs, &objp->LOCKT4res_u.denied)) in xdr_LOCKT4res()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c907 mstat->denied = 1; /* install denied! */ in domerg()
1284 if (mstat->denied) { in endofclass()
1474 if (mstat->denied) { in fix_attributes()
/illumos-gate/usr/src/cmd/bnu/
H A DGrades52 # that are permitted or denied to queue
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config115 # maybe denied access by a PAM module regardless of this setting.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist57 13 EACCES Permission denied
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl366 * without anything appearing in the log, and return access denied.
H A Dsrvsvc.ndl1413 * in RPC code, so we just reply with access denied error
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m483 dnl default relaying denied message
85 ifdef(`_USE_AUTH_', `"550 Relaying denied. Proper authentication required."', `"550 Relaying denied
1775 …JECT> <$*> $#error ifdef(`confREJECT_MSG', `$: confREJECT_MSG', `$@ 5.7.1 $: "550 Access denied"')
1942 R<REJECT> $* $#error ifdef(`confREJECT_MSG', `$: confREJECT_MSG', `$@ 5.7.1 $: "550 Access denied"…
2266 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…
2267 R<FORGED> $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name}
2268 R<FAIL> $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name}
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h467 acemask4 denied; member
1428 LOCK4denied denied; member
1443 LOCK4denied denied; member
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1534 LOCK4denied denied; variable
1549 LOCK4denied denied; variable
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt216 # return,failure: Permission denied,-1
550 # return,failure: Permission denied,-1
666 # return,failure: Permission denied,-1
812 # return,failure: Permission denied,-1
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in147 #define SQLITE_PERM 3 /* Access permission denied */
167 #define SQLITE_AUTH 23 /* Authorization denied */
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk333 network may be denied when the modification itself materially and
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME2131 * Relaying is denied by default.
2137 {w}) to another site except yours) is denied by default. Note that this
3862 confREJECT_MSG - [550 Access denied] The message
3865 confRELAY_MSG - [550 Relaying denied] The message