HomeSort by relevance Sort by last modified time
    Searched refs:deny (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/lib/access/
allowed.c 69 ** is_user_allowed() - CHECK USER ACCESS ACCORDING TO ALLOW/DENY LISTS
77 char ** deny
80 is_user_allowed (user, allow, deny)
83 **deny;
89 return (allowed(user, allow, deny));
109 **deny; local
111 if (loadaccess(Lp_A_Forms, form, "", &allow, &deny) == -1)
114 return (is_user_allowed(user, allow, deny));
134 **deny; local
136 if (loadaccess(Lp_A_Printers, printer, UACCESSPREFIX, &allow, &deny) == -1
159 **deny; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/pam_modules/deny/
Makefile 31 POFILE= deny.po
32 MSGFILES= deny.c
Makefile.com 26 # usr/src/lib/pam_modules/deny/Makefile.com
32 OBJECTS= deny.o
  /onnv/onnv-gate/usr/src/cmd/cron/
permit.c 72 allowed(user, allow, deny)
73 char *user, *allow, *deny;
81 } else if (exists(deny)) {
82 if (within(user, deny)) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
safe3.t 25 $safe->deny('add');
37 $safe2->deny('add');
  /onnv/onnv-gate/usr/src/cmd/Adm/
Makefile 27 CRON_LIB= .proto at.deny cron.deny queuedefs
  /onnv/onnv-gate/usr/src/lib/pam_modules/
Makefile 35 deny \
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtcpd/
prototype_com 43 f none usr/share/man/man4/hosts.deny.4 444 root bin
  /onnv/onnv-gate/usr/src/common/acl/
acl_common.c 197 ace_allow_deny_helper(uint16_t type, boolean_t *allow, boolean_t *deny)
202 *deny = B_TRUE;
265 * Don't allow anybody to deny reading basic
512 * always go in the DENY ACE.
590 * corresponding DENY entry at the address given.
593 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner)
595 (void) memcpy(deny, allow, sizeof (ace_t));
597 deny->a_who = allow->a_who;
599 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
600 deny->a_access_mask ^= ACE_POSIX_SUPPORTED_BITS
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_vops.c 1293 short deny = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
Safe.pm 58 # use permit/deny methods instead till interface issues resolved
136 sub trap { shift->deny(@_) }
139 sub deny { subroutine
356 consideration. Use the permit and deny methods described below.
375 =item deny (OP, ...)
377 Deny the listed operators from being used when compiling code in the
382 Deny I<only> the listed operators from being used when compiling code
389 The trap and untrap methods are synonyms for deny and permit
Opcode.xs 413 deny = 3
430 on = PERMITING ? 0 : 1; /* deny = mask bit on */
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_acl.c 457 * always go in the DENY ACE.
480 * corresponding DENY entry at the address given.
483 ace4_make_deny(nfsace4 *allow, nfsace4 *deny, int isdir, int isowner,
486 bcopy(allow, deny, sizeof (nfsace4));
488 (void) utf8_copy(&allow->who, &deny->who);
490 deny->type = ACE4_ACCESS_DENIED_ACE_TYPE;
491 deny->access_mask ^= ACE4_POSIX_SUPPORTED_BITS;
493 deny->access_mask ^= ACE4_DELETE_CHILD;
495 deny->access_mask &= ~(ACE4_SYNCHRONIZE | ACE4_WRITE_OWNER |
498 deny->access_mask |= access_mask_set((allow->access_mask
    [all...]
nfs4_srv_deleg.c 1151 * delegation type and the desired access and deny modes on the file.
1153 * deny modes are consistent with the file modes.
1160 uint32_t deny = sp->rs_share_deny; local
1185 (deny & (OPEN4_SHARE_DENY_READ | OPEN4_SHARE_DENY_WRITE)))
1192 (deny & ~OPEN4_SHARE_DENY_READ))
1201 * write or deny others to read then we can't delegate
1206 (deny & OPEN4_SHARE_DENY_READ))
    [all...]
nfs4_srv.c 7571 uint32_t deny = args->share_deny; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
extensions.c 911 static time_t last = 0, shut, deny, disc; local
938 &tmbuf.tm_mday, &tmbuf.tm_hour, &tmbuf.tm_min, &deny, &disc) != 7) {
943 deny_off = 3600 * (deny / 100) + 60 * (deny % 100);
954 deny = shut - deny_off;
955 strcpy(denytime, ctime(&deny));
976 /* if a new connection and past deny time, tell caller to drop 'em */
977 if (new && curtime > deny)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsec/common/
acl_lex.l 79 * AIS = Allow/deny/inheritance state
433 <AS>deny/[:,\n] {
478 " it should be either allow or deny.\n"));
527 <AIS>deny/[:,\n] {
609 * allow/deny fields match on ":" as part
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
Project.pm 92 'actions' => [ qw(none deny sig) ],
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
prototype_com 105 e preserve etc/cron.d/at.deny 644 root sys
106 e preserve etc/cron.d/cron.deny 644 root sys
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
idsconfig.sh     [all...]

Completed in 1319 milliseconds