summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_tdb.c
AgeCommit message (Expand)AuthorFilesLines
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