summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl2.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-7/+9
2009-01-22Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison1-2/+0
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-2/+2
2008-08-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison1-1/+1
2008-07-12Remove an unused extern reference in vfs_aixacl2.cVolker Lendecke1-2/+0
2008-06-19current_user is not used in vfs_aixacl2.cVolker Lendecke1-1/+0
2008-06-12AIX build fixes from William Jojo -- thanksVolker Lendecke1-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-9/+0
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-2/+1
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam1-1/+1
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam1-1/+1
2007-12-19Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam1-11/+21
2007-12-19Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam1-5/+5
2007-12-19Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam1-1/+1
2007-12-19Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam1-1/+1
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-4/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-2/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison1-5/+5
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-4/+4
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r19826: Fix typoJim McDonough1-1/+1
2007-10-10r18603: Add in the NFSv4 ACL mapping code from IBM.Jeremy Allison1-0/+537
2007-10-10r17367: Reverting the ab code. Note I'm not saying thisJeremy Allison1-538/+0
2007-10-10r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific e...Alexander Bokovoy1-0/+538
2007-10-10r17354: Revert -r 17353 per Volker request while gpfs compatibility layer cod...Alexander Bokovoy1-537/+0
2007-10-10r17353: Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.Alexander Bokovoy1-0/+537