summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: Replace TALLOC_SIZE() with talloc_size()Volker Lendecke1-3/+3
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke1-6/+6
2023-11-15vfs_aixacl2: Call stat DAC_CAP_OVERRIDE functionsChristof Schmitt1-0/+4
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2021-06-09s3: VFS: aixaxcl2: Remove aixjfs2_sys_acl_blob_get_file().Jeremy Allison1-23/+0
2021-06-09s3: VFS: aixacl2: Remove aixjfs2_sys_acl_get_file().Jeremy Allison1-24/+0
2021-06-09s3: VFS: aixacl2: Remove aixjfs2_get_nt_acl_at().Jeremy Allison1-41/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-2/+15
2021-05-18s3: VFS: aixacl2: Remove aixjfs2_sys_acl_delete_def_file().Jeremy Allison1-10/+0
2021-05-18s3: VFS: aixacl2: Add aixjfs2_sys_acl_delete_def_fd().Jeremy Allison1-1/+11
2021-03-03vfs_aixacl2: Fix "mem_ctx" and "ppdesc" smb_fget_nt_acl_nfs4 argsVolker Lendecke1-2/+2
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-41/+0
2020-12-17vfs_aixacl2: handle pathref fsps in aixjfs2_sys_acl_set_fd()Ralph Boehme1-0/+12
2020-12-17vfs_aixacl2: use ACL type in aixjfs2_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-1/+1
2020-05-07s3: VFS: aixacl2. Remove get_nt_acl_fn().Jeremy Allison1-37/+0
2020-05-07s3: VFS: aixacl2: Add aixjfs2_get_nt_acl_at().Jeremy Allison1-0/+41
2018-04-03s3:modules: fix the build of vfs_aixacl2.cStefan Metzmacher1-2/+3
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-5/+6
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison1-2/+7
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-4/+5
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
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke1-1/+1
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4Volker Lendecke1-0/+1
2016-08-12nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4Volker Lendecke1-1/+1
2016-03-14s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison1-1/+1
2016-03-14s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison1-1/+1
2016-03-14s3:smbd: Fix build for vfs_aixacl2.c.Jeremy Allison1-7/+16
2015-08-13nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke1-1/+1
2015-08-13nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke1-6/+8
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-10/+10
2013-05-09s3:modules/vfs_aixacl2 fix compile errorsChristian Ambach1-9/+8
2013-05-09Fix missing TALLOC_FREE of stackframes.Jeremy Allison1-1/+3
2013-05-09vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett1-5/+10
2013-05-09vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett1-4/+5
2012-11-28s3:vfs_aixacl2: make use of vfs_aixacl_util.hStefan Metzmacher1-3/+1
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett1-0/+38
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-5/+11
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-4/+5
2012-08-15s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-8/+8
2011-08-25s3: Fix the build of vfs_aixacl2.cSATOH Fumiyasu1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-4/+4
2010-03-02s3:vfs_aixacl2: add missing semicolonBjörn Jacke1-1/+1
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-42/+11