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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfsacl.h52 struct posix_acl *acl, int encode_entries, int typeflag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c29 #include <sys/acl.h>
34 #include <atalk/acl.h>
45 /* Only call acl() for regular files and directories, otherwise just return 0 */
60 if ((ace_count = acl(name, ACE_GETACLCNT, 0, NULL)) == 0) {
66 LOG(log_error, logtype_afpd, "get_nfsv4_acl: acl('%s/%s', ACE_GETACLCNT): ace_count %i, error: %s",
77 if ( (acl(name, ACE_GETACL, ace_count, aces)) == -1 ) {
78 LOG(log_error, logtype_afpd, "get_nfsv4_acl: acl(ACE_GETACL) error");
244 if ((ret = acl(name, ACE_SETACL, noaces + nnaces, cacl)) != 0) {
245 LOG(log_error, logtype_afpd, "nfsv4_chmod: error setting acl: %s", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Deditreg.c933 int nt_delete_acl(ACL *acl) argument
936 if (acl) {
939 for (i=0; i<acl->num_aces; i++)
940 nt_delete_ace(acl->aces[i]);
942 free(acl);
1249 ACL *acl; local
1251 acl = (ACL *)SMB_MALLOC(sizeof(ACL) + 7*sizeof(ACE *));
1252 if (!acl) goto error;
1254 acl->rev = 2;
1255 acl
1877 dup_acl(REG_ACL *acl) argument
2656 acl_size(ACL *acl) argument
2749 nt_store_acl(REGF *regf, ACL *acl, unsigned char *locn) argument
3886 print_acl(ACL *acl, const char *prefix) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c27 #include <sys/acl.h>
30 #include <sys/acl.h>
33 #include <acl/libacl.h>
44 #include <atalk/acl.h>
405 acl_t acl = NULL; local
409 EC_NULL_LOG(acl = acl_get_file(path, ACL_TYPE_ACCESS));
412 while (!havemask && acl_get_entry(acl, entry_id, &e) == 1) {
428 while (acl_get_entry(acl, entry_id, &e) == 1) {
476 if (acl) acl_free(acl);
490 acl_add_acl(acl_t *aclp, const acl_t acl) argument
692 map_acl_posix_to_darwin(int type, const acl_t acl, darwin_ace_t *darwin_aces) argument
788 map_acl(int type, void *acl, darwin_ace_t *buf, int ace_count) argument
1519 acl_t acl = NULL; local
[all...]
H A Dacl_mappings.h19 #include <sys/acl.h>
H A Dacls.h19 #include <sys/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dxattr.c696 struct posix_acl *acl; local
706 acl = posix_acl_from_xattr(value, value_len);
707 if (IS_ERR(acl)) {
708 rc = PTR_ERR(acl);
713 if (acl) {
715 rc = posix_acl_equiv_mode(acl, &mode);
716 posix_acl_release(acl);
729 acl =JFS_IP(inode)->i_acl;
730 if (acl != JFS_ACL_NOT_CACHED)
731 posix_acl_release(acl);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A DMakefile16 jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL) += acl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_ioctl.c351 if ((*uwrq == IW_MODE_MASTER) && (priv->acl.policy != MAC_POLICY_OPEN))
1782 prism54_acl_init(struct islpci_acl *acl) argument
1784 sema_init(&acl->sem, 1);
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 if (down_interruptible(&acl->sem))
1799 if (acl->size == 0) {
1800 up(&acl
1815 prism54_acl_clean(struct islpci_acl *acl) argument
1825 struct islpci_acl *acl = &priv->acl; local
1854 struct islpci_acl *acl = &priv->acl; local
1884 struct islpci_acl *acl = &priv->acl; local
1915 struct islpci_acl *acl = &priv->acl; local
1951 struct islpci_acl *acl = &priv->acl; local
1961 prism54_mac_accept(struct islpci_acl *acl, char *mac) argument
[all...]
H A Dislpci_dev.h105 struct islpci_acl acl; member in struct:__anon6152
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c443 new_acl = e_mr->acl; /* new == old access control */
547 ehca_mrmw_reverse_map_acl(&hipzout.acl, &mr_attr->mr_access_flags);
821 e_fmr->acl, e_pd, &pginfo, &tmp_lkey, &tmp_rkey);
944 int acl,
955 ehca_mrmw_map_acl(acl, &hipz_acl);
981 e_mr->acl = acl;
990 "iova_start=%p size=%lx acl=%x e_pd=%p lkey=%x "
992 h_ret, shca, e_mr, iova_start, size, acl, e_pd,
1001 "iova_start=%p size=%lx acl
940 ehca_reg_mr(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, int acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey) argument
1111 ehca_rereg_mr_rereg1(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, u32 acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey) argument
1201 ehca_rereg_mr(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, int acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey) argument
1394 ehca_reg_smr(struct ehca_shca *shca, struct ehca_mr *e_origmr, struct ehca_mr *e_newmr, u64 *iova_start, int acl, struct ehca_pd *e_pd, u32 *lkey, u32 *rkey) argument
1516 ehca_reg_maxmr(struct ehca_shca *shca, struct ehca_mr *e_newmr, u64 *iova_start, int acl, struct ehca_pd *e_pd, u32 *lkey, u32 *rkey) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dsmux.h91 u_short acl; member in struct:variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c425 struct nfs4_acl *acl)
444 host_error = nfs4_acl_nfsv4_to_posix(acl, &pacl, &dpacl, flags);
494 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, struct nfs4_acl **acl) argument
522 *acl = nfs4_acl_posix_to_nfsv4(pacl, dpacl, flags);
523 if (IS_ERR(*acl)) {
524 error = PTR_ERR(*acl);
525 *acl = NULL;
1891 struct posix_acl *acl; local
1911 acl = posix_acl_from_xattr(value, size);
1913 return acl;
424 nfsd4_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_acl *acl) argument
1917 nfsd_set_posix_acl(struct svc_fh *fhp, int type, struct posix_acl *acl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dmkrelease.sh11 # entire package with quota support and acl support.
55 ./configure --prefix=/usr/samba --sbindir=/usr/samba/bin --mandir=/usr/share/catman --with-acl-support --with-quotas --with-smbwrapper

Completed in 197 milliseconds

1234567