Searched refs:acl (Results 51 - 75 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_afsacl.c69 static BOOL init_afs_acl(struct afs_acl *acl) argument
71 ZERO_STRUCT(*acl);
72 acl->ctx = talloc_init("afs_acl");
73 if (acl->ctx == NULL) {
80 static void free_afs_acl(struct afs_acl *acl) argument
82 if (acl->ctx != NULL)
83 talloc_destroy(acl->ctx);
84 acl->ctx = NULL;
85 acl->num_aces = 0;
86 acl
191 add_afs_ace(struct afs_acl *acl, BOOL positive, const char *name, uint32 rights) argument
231 parse_afs_acl(struct afs_acl *acl, const char *acl_str) argument
294 unparse_afs_acl(struct afs_acl *acl, char *acl_str) argument
395 split_afs_acl(struct afs_acl *acl, struct afs_acl *dir_acl, struct afs_acl *file_acl) argument
799 afs_get_afs_acl(char *filename, struct afs_acl *acl) argument
836 struct afs_acl acl; local
[all...]
H A Dvfs_tru64acl.c25 static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl);
100 DEBUGADD(10, ("got acl type ACL_TYPE_ACCESS\n"));
104 DEBUGADD(10, ("got acl type ACL_TYPE_DEFAULT\n"));
108 DEBUGADD(10, ("invalid acl type\n"));
118 DEBUG(10, ("got tru64 acl...\n"));
155 static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl)
168 if (acl_first_entry((struct acl *)tru64_acl) != 0) {
172 while ((entry = acl_get_entry((struct acl *)tru64_acl)) != NULL) {
182 if (!tru64_ace_to_smb_ace(entry, &result->acl[result->count])) {
270 DEBUGADD(10, ("parsing acl entrie
[all...]
H A Dvfs_hpuxacl.c37 * The original hpux-acl code in lib/sysacls.c was based upon the
38 * solaris acl code in the same file. Now for the new modularized
39 * acl implementation, I have taken the code from vfs_solarisacls.c
42 * The check for the presence of the acl() call has been adopted, and
59 * are defined inside <sys/acl.h>.
65 /* dl.h: needed to check for acl call via shl_findsym */
68 typedef struct acl HPUX_ACE_T;
69 typedef struct acl *HPUX_ACL_T;
96 /* for convenience: check if hpux acl entry is a default entry? */
125 static BOOL hpux_acl_sort(HPUX_ACL_T acl, in
[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; local
317 acl = (ACL *)((u8 *)sid + sizeof(SID) + 4);
318 acl->revision = 2;
319 acl->size = cpu_to_le16(sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE));
320 acl->ace_count = cpu_to_le16(1);
321 sd->dacl = cpu_to_le32((u8 *)acl - (u8 *)sd);
323 ace = (ACCESS_ALLOWED_ACE *)((u8 *)acl + sizeof(ACL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile.gnulib33 ## begin gnulib module acl
36 EXTRA_DIST += acl-internal.h acl.c acl.h acl_entries.c file-has-acl.c
38 EXTRA_libgettextlib_la_SOURCES += acl.c acl_entries.c file-has-acl.c
40 ## end gnulib module acl
542 # Need @LIB_ACL@ because copy-file.c uses acl.h.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A DMakefile12 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A DMakefile3 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c904 acl_t acl;
930 acl = acl_get_fd_np(source_fd, acl_type);
931 if (acl == NULL) {
932 warn("failed to get acl entries while setting %s", to.p_path);
935 if (acl_is_trivial_np(acl, &trivial)) {
937 acl_free(acl);
941 acl_free(acl);
944 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
945 warn("failed to set acl entries for %s", to.p_path);
946 acl_free(acl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfsacl.h56 struct posix_acl *acl, int encode_entries, int typeflag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h41 #include <sys/acl.h>
45 #include <acl/libacl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmount.c66 const struct tomoyo_mount_acl *acl = local
67 container_of(ptr, typeof(*acl), head);
68 return tomoyo_compare_number_union(r->param.mount.flags, &acl->flags) &&
69 tomoyo_compare_name_union(r->param.mount.type, &acl->fs_type) &&
70 tomoyo_compare_name_union(r->param.mount.dir, &acl->dir_name) &&
72 tomoyo_compare_name_union(r->param.mount.dev, &acl->dev_name));
H A Dfile.c513 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), local
515 if (acl->perm & (1 << r->param.path.operation)) {
518 &acl->name);
527 const struct tomoyo_path_number_acl *acl = local
528 container_of(ptr, typeof(*acl), head);
529 return (acl->perm & (1 << r->param.path_number.operation)) &&
531 &acl->number) &&
533 &acl->name);
539 const struct tomoyo_path2_acl *acl local
550 const struct tomoyo_mkdev_acl *acl = local
[all...]
H A Dcommon.c659 list_for_each_cookie(head->r.acl,
662 list_entry(head->r.acl, typeof(*ptr), head.list);
910 * @acl: Pointer to an ACL entry.
915 struct tomoyo_acl_info *acl)
917 const u8 acl_type = acl->type;
920 if (acl->is_deleted)
928 container_of(acl, typeof(*ptr), head);
951 container_of(acl, typeof(*ptr), head);
960 container_of(acl, typeof(*ptr), head);
970 container_of(acl, typeo
914 tomoyo_print_entry(struct tomoyo_io_buffer *head, struct tomoyo_acl_info *acl) argument
1305 struct tomoyo_acl_head *acl = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c28 #include <sys/acl.h>
31 #include <sys/acl.h>
34 #include <acl/libacl.h>
45 #include <atalk/acl.h>
411 acl_t acl = NULL; local
415 EC_NULL_LOGSTR(acl = acl_get_file(path, ACL_TYPE_ACCESS),
419 while (acl_get_entry(acl, entry_id, &e) == 1) {
483 if (acl) acl_free(acl);
550 acl_t acl local
634 acl_add_acl(acl_t *aclp, const acl_t acl) argument
841 map_acl_posix_to_darwin(int type, const acl_t acl, darwin_ace_t *darwin_aces) argument
937 map_acl(int type, void *acl, darwin_ace_t *buf, int ace_count) argument
1190 acl_t acl; local
1772 acl_t acl = NULL; local
[all...]
H A Dacl_mappings.h19 #include <sys/acl.h>
H A Dacls.h19 #include <sys/acl.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvfs.h30 #include <atalk/acl.h>
70 #define VFS_FUNC_ARGS_ACL const struct vol *vol, const char *path, acl_type_t type, int count, acl_t acl
71 #define VFS_FUNC_VARS_ACL vol, path, type, count, acl
H A DMakefile.am9 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
H A Dea.h24 #include <sys/acl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A DMakefile9 export.o tree-log.o acl.o free-space-cache.o zlib.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr_sec.h18 size_t ndr_size_security_acl(const struct security_acl *acl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A DMakefile16 jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL) += acl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A DMakefile44 acl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_ioctl.c350 if ((*uwrq == IW_MODE_MASTER) && (priv->acl.policy != MAC_POLICY_OPEN))
1782 prism54_acl_init(struct islpci_acl *acl) argument
1784 mutex_init(&acl->lock);
1785 INIT_LIST_HEAD(&acl->mac_list);
1786 acl->size = 0;
1787 acl->policy = MAC_POLICY_OPEN;
1791 prism54_clear_mac(struct islpci_acl *acl) argument
1796 mutex_lock(&acl->lock);
1798 if (acl->size == 0) {
1799 mutex_unlock(&acl
1814 prism54_acl_clean(struct islpci_acl *acl) argument
1824 struct islpci_acl *acl = &priv->acl; local
1853 struct islpci_acl *acl = &priv->acl; local
1880 struct islpci_acl *acl = &priv->acl; local
1908 struct islpci_acl *acl = &priv->acl; local
1944 struct islpci_acl *acl = &priv->acl; local
1954 prism54_mac_accept(struct islpci_acl *acl, char *mac) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/
H A Dsamba-schema-netscapeds5.x20 aci: (target="ldap:///cn=schema")(targetattr !="aci")(version 3.0;acl "anonymo
22 aci: (targetattr = "*")(version 3.0; acl "Configuration Administrator"; allow
25 aci: (targetattr = "*")(version 3.0; acl "Local Directory Administrators Group
27 aci: (targetattr = "*")(version 3.0; acl "SIE Group"; allow (all)groupdn = "ld

Completed in 215 milliseconds

1234567