Searched refs:acl (Results 26 - 50 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dgc.c81 struct tomoyo_acl_info *acl = local
82 container_of(element, typeof(*acl), list);
83 switch (acl->type) {
87 = container_of(acl, typeof(*entry), head);
94 = container_of(acl, typeof(*entry), head);
102 = container_of(acl, typeof(*entry), head);
110 = container_of(acl, typeof(*entry), head);
120 = container_of(acl, typeof(*entry), head);
134 struct tomoyo_acl_info *acl; local
160 list_for_each_entry_safe(acl, tm
209 struct tomoyo_acl_info *acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.h0 /* acl.c - access control lists
23 # include <sys/acl.h>
H A Dacl-internal.h20 #include "acl.h"
26 # include <acl/libacl.h>
63 # define acl_set_fd(fd, acl) (-1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c30 #include <sys/acl.h>
35 #include <atalk/acl.h>
49 /* Only call acl() for regular files and directories, otherwise just return 0 */
64 if ((ace_count = acl(name, ACE_GETACLCNT, 0, NULL)) == 0) {
70 LOG(log_debug, logtype_afpd, "get_nfsv4_acl: acl('%s/%s', ACE_GETACLCNT): ace_count %i, error: %s",
81 if ( (acl(name, ACE_GETACL, ace_count, aces)) == -1 ) {
82 LOG(log_error, logtype_afpd, "get_nfsv4_acl: acl(ACE_GETACL) error");
254 if ((ret = acl(name, ACE_SETACL, noaces + nnaces, cacl)) != 0) {
256 LOG(log_error, logtype_afpd, "nfsv4_chmod: error setting acl: %s", strerror(errno));
260 ret = acl(nam
302 acl_t acl; local
409 acl_t acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dprofiles.c61 SEC_ACL *acl; local
82 acl = sd->dacl;
83 verbose_output(" DACL: %d entries:\n", acl->num_aces);
84 for ( i=0; i<acl->num_aces; i++ ) {
86 sid_string_static(&acl->aces[i].trustee));
87 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
88 sid_copy( &acl->aces[i].trustee, s2 );
91 sid_string_static(&acl->aces[i].trustee));
96 acl = sd->sacl;
97 verbose_output(" SACL: %d entries: \n", acl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dnfs4_acls.c48 static SMB_ACL4_INT_T *get_validated_aclint(SMB4ACL_T *acl) argument
50 SMB_ACL4_INT_T *aclint = (SMB_ACL4_INT_T *)acl;
51 if (acl==NULL)
53 DEBUG(2, ("acl is NULL\n"));
87 SMB_ACL4_INT_T *acl = (SMB_ACL4_INT_T *)TALLOC_SIZE(mem_ctx, sizeof(SMB_ACL4_INT_T)); local
88 if (acl==NULL)
94 memset(acl, 0, sizeof(SMB_ACL4_INT_T));
95 acl->magic = SMB_ACL4_INT_MAGIC;
96 /* acl->first, last = NULL not needed */
97 return (SMB4ACL_T *)acl;
100 smb_add_ace4(SMB4ACL_T *acl, SMB_ACE4PROP_T *prop) argument
149 smb_first_ace4(SMB4ACL_T *acl) argument
158 smb_get_naces(SMB4ACL_T *acl) argument
190 smbacl4_nfs42win(SMB4ACL_T *acl, DOM_SID *psid_owner, DOM_SID *psid_group, SEC_ACE **ppnt_ace_list, int *pgood_aces ) argument
270 smb_get_nt_acl_nfs4(files_struct *fsp, uint32 security_info, SEC_DESC **ppdesc, SMB4ACL_T *acl) argument
374 smbacl4_dump_nfs4acl(int level, SMB4ACL_T *acl) argument
397 smbacl4_find_equal_special( SMB4ACL_T *acl, SMB_ACE4PROP_T *aceNew) argument
508 smbacl4_MergeIgnoreReject( enum smbacl4_acedup_enum acedup, SMB4ACL_T *acl, SMB_ACE4PROP_T *ace, BOOL *paddNewACE, int i ) argument
549 SMB4ACL_T *acl; local
586 SMB4ACL_T *acl = NULL; local
[all...]
H A Dgpfs.c31 static int (*gpfs_getacl_fn)(char *pathname, int flags, void *acl);
32 static int (*gpfs_putacl_fn)(char *pathname, int flags, void *acl);
101 int smbd_gpfs_getacl(char *pathname, int flags, void *acl) argument
108 return gpfs_getacl_fn(pathname, flags, acl);
111 int smbd_gpfs_putacl(char *pathname, int flags, void *acl) argument
118 return gpfs_putacl_fn(pathname, flags, acl);
219 int smbd_gpfs_getacl(char *pathname, int flags, void *acl) argument
225 int smbd_gpfs_putacl(char *pathname, int flags, void *acl) argument
H A Dvfs_aixacl2.c34 extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
35 extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
42 static int32_t aixacl2_getlen(AIXJFS2_ACL_T *acl, acl_type_t *type) argument
47 len = acl->jfs2_acl[0].aclLength;
51 len = acl->aixc_acl[0].acl_len;
63 AIXJFS2_ACL_T *acl; local
71 acl = (AIXJFS2_ACL_T *)TALLOC_SIZE(mem_ctx, len);
72 if (acl == NULL) {
81 ret = aclx_get((char *)fname, ctl_flag, type, acl, &len, &mode);
83 len = aixacl2_getlen(acl, typ
199 AIXJFS2_ACL_T *acl; local
[all...]
H A Dvfs_aixacl_util.c23 SMB_ACL_T aixacl_to_smbacl(struct acl *file_acl)
37 /* Point to the first acl entry in the acl */
45 /* Check if the extended acl bit is on. *
47 * contents of the acl since AIX intends *
54 /* a valid acl entry and one that we want to map */
76 ace = &result->acl[result->count];
97 /* The access in the acl entries must be left shifted by *
109 /* Since there is no way to return a DENY acl entry *
135 /* Since owner, group, other acl entrie
[all...]
H A Dnfs4_acls.h5 * Reused & renamed some parts of AIX 5.3 sys/acl.h structures
121 SMB4ACE_T *smb_add_ace4(SMB4ACL_T *acl, SMB_ACE4PROP_T *prop);
126 SMB4ACE_T *smb_first_ace4(SMB4ACL_T *acl);
131 uint32 smb_get_naces(SMB4ACL_T *acl);
135 SEC_DESC **ppdesc, SMB4ACL_T *acl);
137 /* Callback function needed to set the native acl
H A Dvfs_gpfs.c85 DEBUG(0, ("gpfs acl is NULL\n"));
89 DEBUG(level, ("gpfs acl: nace: %d, type:%d, version:%d, level:%d, len:%d\n",
102 struct gpfs_acl *acl; local
107 acl = (struct gpfs_acl *)TALLOC_SIZE(mem_ctx, len);
108 if (acl == NULL) {
113 acl->acl_len = len;
114 acl->acl_level = 0;
115 acl->acl_version = 0;
116 acl->acl_type = type;
118 ret = smbd_gpfs_getacl((char *)fname, GPFS_GETACL_STRUCT | GPFS_ACL_SAMBA, acl);
326 struct gpfs_acl *acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/
H A DMakefile.am4 SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode vfs
11 acl/libacl.la \
22 acl/libacl.la \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3acl.c32 struct posix_acl *acl; local
45 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
46 if (IS_ERR(acl)) {
47 int err = PTR_ERR(acl);
50 acl = NULL;
56 if (acl == NULL) {
60 acl = posix_acl_from_mode(inode->i_mode, GFP_KERNEL);
62 resp->acl_access = acl;
68 acl = nfsd_get_posix_acl(fh, ACL_TYPE_DEFAULT);
69 if (IS_ERR(acl)) {
[all...]
H A Dnfs2acl.c33 struct posix_acl *acl; local
36 dprintk("nfsd: GETACL(2acl) %s\n", SVCFH_fmt(&argp->fh));
48 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
49 if (IS_ERR(acl)) {
50 int err = PTR_ERR(acl);
53 acl = NULL;
59 if (acl == NULL) {
63 acl = posix_acl_from_mode(inode->i_mode, GFP_KERNEL);
65 resp->acl_access = acl;
71 acl
[all...]
H A Dnfs4acl.c134 struct nfs4_acl *acl; local
149 acl = nfs4_acl_new(size);
150 if (acl == NULL)
154 _posix_to_nfsv4_one(pacl, acl, flags & ~NFS4_ACL_TYPE_DEFAULT);
157 _posix_to_nfsv4_one(dpacl, acl, flags | NFS4_ACL_TYPE_DEFAULT);
159 return acl;
172 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) argument
184 pe = acl->a_entries + acl->a_count;
186 FOREACH_ACL_ENTRY(pa, acl, p
216 _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl, unsigned int flags) argument
690 nfs4_acl_nfsv4_to_posix(struct nfs4_acl *acl, struct posix_acl **pacl, struct posix_acl **dpacl, unsigned int flags) argument
775 struct nfs4_acl *acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dacl.h27 #include <sys/acl.h>
42 #include <sys/acl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs4_acl.h49 int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,
H A Dposix_acl_xattr.h56 int posix_acl_to_xattr(const struct posix_acl *acl, void *buffer, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_conn.c298 struct hci_conn *acl = conn->link; local
299 if (acl) {
300 acl->link = NULL;
301 hci_conn_put(acl);
366 struct hci_conn *acl; local
371 if (!(acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst))) {
372 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
376 hci_conn_hold(acl);
378 if (acl->state == BT_OPEN || acl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.h54 int acl,
82 int acl,
94 int acl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_acls.h55 struct smb_acl_entry acl[1]; member in struct:smb_acl_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A DMakefile11 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A DMakefile11 ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A DMakefile14 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_common.h55 BOOL py_from_ACL(PyObject **dict, SEC_ACL *acl);
56 BOOL py_to_ACL(SEC_ACL *acl, PyObject *dict, TALLOC_CTX *mem_ctx);

Completed in 243 milliseconds

1234567