Home
last modified time | relevance | path

Searched refs:SMB_ACL_T (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/rsync/rsync-3.2.3/lib/
H A Dsysacls.h52 #define SMB_ACL_T acl_t macro
82 #define SMB_ACL_T acl_t macro
114 typedef struct SMB_ACL_T { struct
119 } *SMB_ACL_T; argument
159 typedef struct SMB_ACL_T { struct
164 } *SMB_ACL_T; argument
194 typedef struct SMB_ACL_T { struct
198 } *SMB_ACL_T; typedef
265 #define SMB_ACL_T acl_t macro
295 SMB_ACL_T sys_acl_get_fd(int fd);
[all …]
H A Dsysacls.c406 SMB_ACL_T acl_d; in sys_acl_get_file()
485 SMB_ACL_T acl_d;
541 SMB_ACL_T a; in sys_acl_init()
569 SMB_ACL_T acl_d; in sys_acl_create_entry()
744 SMB_ACL_T acl_d; in sys_acl_delete_def_file()
892 SMB_ACL_T acl_d; in sys_acl_get_file()
1011 SMB_ACL_T a; in sys_acl_init()
1039 SMB_ACL_T acl_d; in sys_acl_create_entry()
1592 SMB_ACL_T a; in sys_acl_get_file()
1610 SMB_ACL_T a;
[all …]
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dsysacls.c264 SMB_ACL_T a; in sys_acl_init()
286 SMB_ACL_T acl_d; in sys_acl_create_entry()
392 SMB_ACL_T acl_d) in sys_acl_set_file()
398 SMB_ACL_T acl_d) in sys_acl_set_fd()
428 SMB_ACL_T acl_d) in sys_acl_set_file()
434 SMB_ACL_T acl_d) in sys_acl_set_fd()
465 SMB_ACL_T acl_d) in sys_acl_set_file()
471 SMB_ACL_T acl_d) in sys_acl_set_fd()
503 SMB_ACL_T acl_d) in sys_acl_set_file()
539 SMB_ACL_T acl_d) in sys_acl_set_file()
[all …]
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dsmb_acls.h40 typedef struct smb_acl_t *SMB_ACL_T; typedef
46 int sys_acl_get_entry(SMB_ACL_T acl_d, int entry_id, SMB_ACL_ENTRY_T *entry_p);
54 SMB_ACL_T sys_acl_init(TALLOC_CTX *mem_ctx);
55 int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p);
60 int sys_acl_valid(SMB_ACL_T acl_d);
61 SMB_ACL_T sys_acl_get_file(struct vfs_handle_struct *handle,
65 SMB_ACL_T sys_acl_get_fd(struct vfs_handle_struct *handle, struct files_struct *fsp,
70 SMB_ACL_T acl_d);
72 SMB_ACL_T acl_d);
H A Dvfs.h1014 SMB_ACL_T (*sys_acl_get_file_fn)(struct vfs_handle_struct *handle,
1018 SMB_ACL_T (*sys_acl_get_fd_fn)(struct vfs_handle_struct *handle,
1032 SMB_ACL_T theacl);
1540 SMB_ACL_T smb_vfs_call_sys_acl_get_file(struct vfs_handle_struct *handle,
1544 SMB_ACL_T smb_vfs_call_sys_acl_get_fd(struct vfs_handle_struct *handle,
1560 SMB_ACL_T theacl);
1562 struct files_struct *fsp, SMB_ACL_T theacl);
1962 SMB_ACL_T vfs_not_implemented_sys_acl_get_file(vfs_handle_struct *handle,
1966 SMB_ACL_T vfs_not_implemented_sys_acl_get_fd(vfs_handle_struct *handle,
1979 SMB_ACL_T theacl);
[all …]
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_hpuxacl.h36 SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle,
40 SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle,
46 SMB_ACL_T theacl);
50 SMB_ACL_T theacl);
H A Dvfs_tru64acl.h23 SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle,
27 SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle,
33 SMB_ACL_T theacl);
37 SMB_ACL_T theacl);
H A Dposixacl_xattr.h24 SMB_ACL_T posixacl_xattr_acl_get_file(vfs_handle_struct *handle,
29 SMB_ACL_T posixacl_xattr_acl_get_fd(vfs_handle_struct *handle,
36 SMB_ACL_T theacl);
40 SMB_ACL_T theacl);
H A Dvfs_solarisacl.h23 SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
28 SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle,
35 SMB_ACL_T theacl);
39 SMB_ACL_T theacl);
H A Dvfs_posixacl.h24 SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle,
29 SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle,
36 SMB_ACL_T theacl);
40 SMB_ACL_T theacl);
H A Dvfs_solarisacl.c44 static bool smb_acl_to_solaris_acl(SMB_ACL_T smb_acl,
47 static SMB_ACL_T solaris_acl_to_smb_acl(SOLARIS_ACL_T solarisacl, int count,
65 SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle, in solarisacl_sys_acl_get_file()
70 SMB_ACL_T result = NULL; in solarisacl_sys_acl_get_file()
107 SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle, in solarisacl_sys_acl_get_fd()
110 SMB_ACL_T result = NULL; in solarisacl_sys_acl_get_fd()
141 SMB_ACL_T theacl) in solarisacl_sys_acl_set_file()
240 SMB_ACL_T theacl) in solarisacl_sys_acl_set_fd()
311 SMB_ACL_T smb_acl; in solarisacl_sys_acl_delete_def_file()
363 static bool smb_acl_to_solaris_acl(SMB_ACL_T smb_acl, in smb_acl_to_solaris_acl()
[all …]
H A Dvfs_fake_acls.c214 static SMB_ACL_T fake_acls_blob2acl(DATA_BLOB *blob, TALLOC_CTX *mem_ctx) in fake_acls_blob2acl()
235 static DATA_BLOB fake_acls_acl2blob(TALLOC_CTX *mem_ctx, SMB_ACL_T acl) in fake_acls_acl2blob()
250 static SMB_ACL_T fake_acls_sys_acl_get_file(struct vfs_handle_struct *handle, in fake_acls_sys_acl_get_file()
292 static SMB_ACL_T fake_acls_sys_acl_get_fd(struct vfs_handle_struct *handle, in fake_acls_sys_acl_get_fd()
328 SMB_ACL_T theacl) in fake_acls_sys_acl_set_file()
354 static int fake_acls_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, SMB_ACL_T theacl) in fake_acls_sys_acl_set_fd()
487 static int fake_acl_process_chmod(SMB_ACL_T *pp_the_acl, in fake_acl_process_chmod()
497 SMB_ACL_T the_acl = *pp_the_acl; in fake_acl_process_chmod()
614 SMB_ACL_T the_acl = NULL; in fake_acls_chmod()
670 SMB_ACL_T the_acl = NULL; in fake_acls_fchmod()
H A Dposixacl_xattr.c59 static SMB_ACL_T mode_to_smb_acl(mode_t mode, TALLOC_CTX *mem_ctx) in mode_to_smb_acl()
91 static SMB_ACL_T posixacl_xattr_to_smb_acl(const char *buf, size_t xattr_size, in posixacl_xattr_to_smb_acl()
243 static int smb_acl_to_posixacl_xattr(SMB_ACL_T theacl, char *buf, size_t len) in smb_acl_to_posixacl_xattr()
338 SMB_ACL_T posixacl_xattr_acl_get_file(vfs_handle_struct *handle, in posixacl_xattr_acl_get_file()
410 SMB_ACL_T posixacl_xattr_acl_get_fd(vfs_handle_struct *handle, in posixacl_xattr_acl_get_fd()
449 SMB_ACL_T theacl) in posixacl_xattr_acl_set_file()
482 files_struct *fsp, SMB_ACL_T theacl) in posixacl_xattr_acl_set_fd()
H A Dvfs_aixacl.c25 SMB_ACL_T aixacl_sys_acl_get_file(vfs_handle_struct *handle, in aixacl_sys_acl_get_file()
84 SMB_ACL_T aixacl_sys_acl_get_fd(vfs_handle_struct *handle, in aixacl_sys_acl_get_fd()
139 SMB_ACL_T theacl) in aixacl_sys_acl_set_file()
159 SMB_ACL_T theacl) in aixacl_sys_acl_set_fd()
H A Dvfs_aixacl_util.h20 SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl, TALLOC_CTX *mem_ctx);
21 struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);
H A Dvfs_hpuxacl.c111 static bool smb_acl_to_hpux_acl(SMB_ACL_T smb_acl,
114 static SMB_ACL_T hpux_acl_to_smb_acl(HPUX_ACL_T hpuxacl, int count,
141 SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle, in hpuxacl_sys_acl_get_file()
146 SMB_ACL_T result = NULL; in hpuxacl_sys_acl_get_file()
190 SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle, in hpuxacl_sys_acl_get_fd()
214 SMB_ACL_T theacl) in hpuxacl_sys_acl_set_file()
327 SMB_ACL_T theacl) in hpuxacl_sys_acl_set_fd()
364 SMB_ACL_T smb_acl; in hpuxacl_sys_acl_delete_def_file()
419 static bool smb_acl_to_hpux_acl(SMB_ACL_T smb_acl, in smb_acl_to_hpux_acl()
499 static SMB_ACL_T hpux_acl_to_smb_acl(HPUX_ACL_T hpux_acl, int count, in hpux_acl_to_smb_acl()
[all …]
H A Dvfs_tru64acl.c31 static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl);
40 SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle, in tru64acl_sys_acl_get_file()
74 SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle, in tru64acl_sys_acl_get_fd()
93 SMB_ACL_T theacl) in tru64acl_sys_acl_set_file()
138 SMB_ACL_T theacl) in tru64acl_sys_acl_set_fd()
246 static acl_t smb_acl_to_tru64_acl(const SMB_ACL_T smb_acl) in smb_acl_to_tru64_acl()
H A Dvfs_nfs4acl_xattr.c605 static SMB_ACL_T nfs4acl_xattr_fail__sys_acl_get_file(vfs_handle_struct *handle, in nfs4acl_xattr_fail__sys_acl_get_file()
610 return (SMB_ACL_T)NULL; in nfs4acl_xattr_fail__sys_acl_get_file()
613 static SMB_ACL_T nfs4acl_xattr_fail__sys_acl_get_fd(vfs_handle_struct *handle, in nfs4acl_xattr_fail__sys_acl_get_fd()
617 return (SMB_ACL_T)NULL; in nfs4acl_xattr_fail__sys_acl_get_fd()
623 SMB_ACL_T theacl) in nfs4acl_xattr_fail__sys_acl_set_file()
630 SMB_ACL_T theacl) in nfs4acl_xattr_fail__sys_acl_set_fd()
H A Dvfs_zfsacl.c518 static SMB_ACL_T zfsacl_fail__sys_acl_get_file(vfs_handle_struct *handle, in zfsacl_fail__sys_acl_get_file()
523 return (SMB_ACL_T)NULL; in zfsacl_fail__sys_acl_get_file()
526 static SMB_ACL_T zfsacl_fail__sys_acl_get_fd(vfs_handle_struct *handle, in zfsacl_fail__sys_acl_get_fd()
530 return (SMB_ACL_T)NULL; in zfsacl_fail__sys_acl_get_fd()
536 SMB_ACL_T theacl) in zfsacl_fail__sys_acl_set_file()
543 SMB_ACL_T theacl) in zfsacl_fail__sys_acl_set_fd()
H A Dvfs_aixacl2.c264 static SMB_ACL_T aixjfs2_get_posix_acl(const char *path, acl_type_t type, TALLOC_CTX *mem_ctx) in aixjfs2_get_posix_acl()
268 SMB_ACL_T result = NULL; in aixjfs2_get_posix_acl()
298 SMB_ACL_T aixjfs2_sys_acl_get_file(vfs_handle_struct *handle, in aixjfs2_sys_acl_get_file()
321 SMB_ACL_T aixjfs2_sys_acl_get_fd(vfs_handle_struct *handle, in aixjfs2_sys_acl_get_fd()
473 SMB_ACL_T theacl) in aixjfs2_sys_acl_set_file()
512 SMB_ACL_T theacl) in aixjfs2_sys_acl_set_fd()
H A Dvfs_posixacl.c36 SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle, in posixacl_sys_acl_get_file()
68 SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle, in posixacl_sys_acl_get_fd()
86 SMB_ACL_T theacl) in posixacl_sys_acl_set_file()
121 SMB_ACL_T theacl) in posixacl_sys_acl_set_fd()
H A Dvfs_vxfs.c137 static char * vxfs_sort_acl(SMB_ACL_T theacl, TALLOC_CTX *mem_ctx, in vxfs_sort_acl()
399 static bool vxfs_compare(connection_struct *conn, char *name, SMB_ACL_T the_acl, in vxfs_compare()
402 SMB_ACL_T existing_acl = NULL; in vxfs_compare()
491 SMB_ACL_T theacl) in vxfs_sys_acl_set_fd()
505 SMB_ACL_T theacl) in vxfs_sys_acl_set_file()
H A Dvfs_not_implemented.c823 SMB_ACL_T vfs_not_implemented_sys_acl_get_file(vfs_handle_struct *handle, in vfs_not_implemented_sys_acl_get_file()
829 return (SMB_ACL_T) NULL; in vfs_not_implemented_sys_acl_get_file()
832 SMB_ACL_T vfs_not_implemented_sys_acl_get_fd(vfs_handle_struct *handle, in vfs_not_implemented_sys_acl_get_fd()
836 return (SMB_ACL_T) NULL; in vfs_not_implemented_sys_acl_get_fd()
860 SMB_ACL_T theacl) in vfs_not_implemented_sys_acl_set_file()
867 SMB_ACL_T theacl) in vfs_not_implemented_sys_acl_set_fd()
/dports/net/samba412/samba-4.12.15/examples/VFS/
H A Dskel_opaque.c818 static SMB_ACL_T skel_sys_acl_get_file(vfs_handle_struct *handle, in skel_sys_acl_get_file()
824 return (SMB_ACL_T) NULL; in skel_sys_acl_get_file()
827 static SMB_ACL_T skel_sys_acl_get_fd(vfs_handle_struct *handle, in skel_sys_acl_get_fd()
831 return (SMB_ACL_T) NULL; in skel_sys_acl_get_fd()
855 SMB_ACL_T theacl) in skel_sys_acl_set_file()
862 SMB_ACL_T theacl) in skel_sys_acl_set_fd()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dpysmbd.c114 SMB_ACL_T theacl, connection_struct *conn) in set_sys_acl_conn()
321 static SMB_ACL_T make_simple_acl(TALLOC_CTX *mem_ctx, in make_simple_acl()
331 SMB_ACL_T acl = sys_acl_init(mem_ctx); in make_simple_acl()
422 static SMB_ACL_T make_simple_nfsv4_acl(TALLOC_CTX *mem_ctx, in make_simple_nfsv4_acl()
454 SMB_ACL_T acl; in py_smbd_set_simple_acl()
527 SMB_ACL_T acl; in py_smbd_set_simple_nfsv4_acl()

12