Searched refs:ACL (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/doc/
H A Dffserver.conf64 ACL allow 127.0.0.1
151 # ACL:
154 #ACL ALLOW <first address> <last address>
157 #ACL DENY <first address> <last address>
159 # You can repeat the ACL allow/deny as often as you like. It is on a per
161 # then the default is the inverse of the last ACL statement.
163 # Thus 'ACL allow localhost' only allows access from localhost.
164 # 'ACL deny 1.0.0.0 1.255.255.255' would deny the whole of network 1 and
343 ACL allow localhost
344 ACL allo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c281 ACL *acl;
293 sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE);
317 acl = (ACL *)((u8 *)sid + sizeof(SID) + 4);
319 acl->size = cpu_to_le16(sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE));
323 ace = (ACCESS_ALLOWED_ACE *)((u8 *)acl + sizeof(ACL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dprofiles.c114 sk (? Security Key ?) is the ACL of the registry.
390 } ACL; typedef in typeref:struct:acl_struct
503 static void process_acl(ACL *acl, const char *prefix)
691 ACL *sacl, *dacl;
707 sacl = (ACL *)(&sk_hdr->sec_desc[0] +
709 dacl = (ACL *)(&sk_hdr->sec_desc[0] +
H A Deditreg.c123 sk (? Security Key ?) is the ACL of the registry.
436 } ACL; typedef in typeref:struct:acl_struct_s
441 ACL *sacl, *dacl;
933 int nt_delete_acl(ACL *acl)
1244 * Create a default ACL
1247 ACL *nt_create_default_acl(REGF *regf)
1249 ACL *acl;
1251 acl = (ACL *)SMB_MALLOC(sizeof(ACL) + 7*sizeof(ACE *));
1874 * Allocate space for an ACL an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Dtest.conf62 ACL allow localhost
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs3acl.c29 * Get the Access and/or Default ACL of a file.
59 /* Solaris returns the inode's minimum ACL. */
67 /* Check how Solaris handles requests for the Default ACL
94 * Set the Access and/or Default ACL of a file.
252 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
256 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
H A Dnfs2acl.c31 * Get the Access and/or Default ACL of a file.
63 /* Solaris returns the inode's minimum ACL. */
71 /* Check how Solaris handles requests for the Default ACL
98 * Set the Access and/or Default ACL of a file.
327 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
331 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h1460 * An ACE is an access-control entry in an access-control list (ACL).
1575 * The access system ACL and maximum allowed access types (bits 24 to
1674 * struct ACL - An ACL is an access-control list (ACL).
1676 * An ACL starts with an ACL header structure, which specifies the size of
1677 * the ACL and the number of ACEs it contains. The ACL header is followed by
1678 * zero or more access control entries (ACEs). The ACL a
1689 } __attribute__((__packed__)) ACL; typedef in typeref:struct:__anon1275
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h1359 * An ACE is an access-control entry in an access-control list (ACL).
1471 * The access system ACL and maximum allowed access types (bits 24 to
1562 * An ACL is an access-control list (ACL).
1563 * An ACL starts with an ACL header structure, which specifies the size of
1564 * the ACL and the number of ACEs it contains. The ACL header is followed by
1565 * zero or more access control entries (ACEs). The ACL as well as each ACE
1569 u8 revision; /* Revision of this ACL
1576 } __attribute__ ((__packed__)) ACL; typedef in typeref:struct:__anon7590
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure1684 --with-acls Include ACL support (default=auto)
32778 { echo "$as_me:$LINENO: checking for LDAP (necessary for client-side ACL visibility)" >&5
32779 echo $ECHO_N "checking for LDAP (necessary for client-side ACL visibility)... $ECHO_C" >&6; }
33039 { echo "$as_me:$LINENO: result: Disabling ACL support" >&5
33040 echo "${ECHO_T}Disabling ACL support" >&6; }
33051 { echo "$as_me:$LINENO: checking whether ACL support is available:" >&5
33052 echo "$as_me: checking whether ACL support is available:" >&6;}
33254 { echo "$as_me:$LINENO: checking for POSIX ACL support" >&5
33255 echo $ECHO_N "checking for POSIX ACL support... $ECHO_C" >&6; }
33517 { echo "$as_me:$LINENO: ACL suppor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure877 --with-vfs-afsacl Include AFS to NT ACL mapping module (default=no)
905 --with-acl-support Include ACL support (default=no)
28090 # check whether to compile AFS/NT ACL mapping module
[all...]

Completed in 297 milliseconds