summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-03-24Fix bug #7283 - vfs_acl_tdb does not work as expected.Jeremy Allison1-34/+14
2010-02-18s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner1-1/+1
2010-02-08Fix bug #6876 for acl_tdb module.Jeremy Allison1-2/+1
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison1-1/+2
2009-12-07Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison1-50/+1
2009-12-02Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison1-1/+1
2009-11-30Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison1-0/+1
2009-11-30Restructure the connect function code to always callJeremy Allison1-5/+4
2009-11-11Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison1-2/+4
2009-11-06Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...Jeremy Allison1-0/+6
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison1-32/+18
2009-07-27Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison1-3/+5
2009-07-24Factor out common code into vfs_acl_common.c.Jeremy Allison1-638/+8
2009-07-24Make acl_tdb match acl_xattr. Large duplication ofJeremy Allison1-68/+225
2009-07-24Fix hash function in acl_xattr to be SHA256, makeJeremy Allison1-10/+10
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-24/+13
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-53/+45
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-9/+18
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-18/+28
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-5/+15
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-2/+2
2009-03-04Fix crashes when running RAW-ACLs against system with tdb ACL modulesJeremy Allison1-2/+2
2009-02-25Use fsp->posix_open in preference if we have it.Jeremy Allison1-5/+5
2009-02-25Ensure ACL modules work with POSIX paths.Jeremy Allison1-20/+69
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-0/+6
2009-01-15s3: Remove an incorrect constTim Prouty1-1/+1
2009-01-16s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init()Michael Adam1-0/+2
2009-01-12Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman1-1/+1
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-4/+1
2008-12-18Comment out the parent inheritance code (this is incorrect) as wasJeremy Allison1-0/+2
2008-11-19Add functions to delete NTACL on posix ACL set.Jeremy Allison1-77/+135
2008-11-13Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...Jeremy Allison1-20/+10
2008-11-11[s3]vfs_acl_tdb: fix the build.Michael Adam1-1/+1
2008-11-10Fix the build (ndr_pull_struct_blob has a different signature in master).Jeremy Allison1-1/+1
2008-11-10Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...Jeremy Allison1-0/+843