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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A Davserver.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
364 ACL allow localhost
365 ACL allo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dffserver.conf60 ACL allow 127.0.0.1
147 # ACL:
150 #ACL ALLOW <first address> <last address>
153 #ACL DENY <first address> <last address>
155 # You can repeat the ACL allow/deny as often as you like. It is on a per
157 # then the default is the inverse of the last ACL statement.
159 # Thus 'ACL allow localhost' only allows access from localhost.
160 # 'ACL deny 1.0.0.0 1.255.255.255' would deny the whole of network 1 and
360 ACL allow localhost
361 ACL allo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Drsxntwin.h89 } ACL; typedef in typeref:struct:_ACL
90 typedef ACL *PACL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Drsxntwin.h91 } ACL; typedef in typeref:struct:_ACL
92 typedef ACL *PACL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver.conf62 ACL allow localhost
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3acl.c26 * Get the Access and/or Default ACL of a file.
57 /* Solaris returns the inode's minimum ACL. */
65 /* Check how Solaris handles requests for the Default ACL
92 * Set the Access and/or Default ACL of a file.
250 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
254 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
H A Dnfs2acl.c27 * Get the Access and/or Default ACL of a file.
60 /* Solaris returns the inode's minimum ACL. */
68 /* Check how Solaris handles requests for the Default ACL
95 * Set the Access and/or Default ACL of a file.
338 #define ACL (1+NFS_ACL_MAX_ENTRIES*3) /* Access Control List */ macro
342 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4221
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h1348 * An ACE is an access-control entry in an access-control list (ACL).
1460 * The access system ACL and maximum allowed access types (bits 24 to
1551 * An ACL is an access-control list (ACL).
1552 * An ACL starts with an ACL header structure, which specifies the size of
1553 * the ACL and the number of ACEs it contains. The ACL header is followed by
1554 * zero or more access control entries (ACEs). The ACL as well as each ACE
1558 u8 revision; /* Revision of this ACL
1565 } __attribute__ ((__packed__)) ACL; typedef in typeref:struct:__anon16862
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs77 public enum PrivilegeEnum {Default, ACL, Privilege}; enumerator in enum:CSharpInfoZip_UnZipSample.PrivilegeEnum
189 public int fPrivilege; //1 = ACL, 2 = Privileges
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure1414 --with-vfs-afsacl Include AFS to NT ACL mapping module (default=no)
1435 --with-acl-support Include ACL support (default=no)
[all...]

Completed in 210 milliseconds