summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09s3: VFS: aixacl: Remove aixacl_sys_acl_set_file().Jeremy Allison1-21/+0
2021-06-09s3: VFS: aixacl: Remove call to posix_sys_acl_blob_get_file().Jeremy Allison1-1/+0
2021-06-09s3: VFS: aixacl: Remove aixacl_sys_acl_get_file().Jeremy Allison1-60/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-0/+6
2021-05-18s3: VFS: aixacl: Remove aixacl_sys_acl_delete_def_file().Jeremy Allison1-7/+0
2021-05-18s3: VFS: aixacl: Add aixacl_sys_acl_delete_def_fd().Jeremy Allison1-0/+7
2021-01-28vfs: restore platform specific POSIX sys_acl_set_file() functionsRalph Boehme1-0/+21
2021-01-26vfs_aixacl: fix regression from f4c2f867f035fcbe3d547d5635d058b0aec7636aRalph Boehme1-3/+3
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-22/+0
2020-12-17vfs_aixacl: handle pathref fsps in aixacl_sys_acl_set_fd()Ralph Boehme1-0/+9
2020-12-17vfs_aixacl: use passed in ACL type in aixacl_sys_acl_set_fd()Ralph Boehme1-1/+1
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-0/+1
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-4/+4
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-1/+2
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2012-10-11vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett1-5/+7
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett1-0/+2
2012-08-14s3-vfs: Put vfs_aixacl_util.c helper functions into a header fileAndrew Bartlett1-3/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-5/+5
2011-03-30s3-vfs acl modules: more non-linux build fixes.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-28/+7
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam1-5/+4
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-0/+215