summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_posixacl.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-7/+8
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-4/+4
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-8/+7
* s3-vfs: Show the invalid ACL when we say it is invalid for setAndrew Bartlett2012-05-091-2/+4
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-5/+5
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-141-1/+1
* s3-vfs acl modules: more non-linux build fixes.Günther Deschner2011-03-301-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-26/+7
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-3/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.Michael Adam2007-10-101-0/+6
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-5/+5
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-101-0/+391