summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_acl_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* vfs: Convert unlink_acl_tdb to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-12/+12
* Remove the setting of the inherited ACL on new files/directories. This isJeremy Allison2011-11-221-1/+0
* Remove opendir() VFS code from ACL modules.Jeremy Allison2011-11-021-1/+0
* Remove the mkdir and open functions from the ACL modules - main code paths no...Jeremy Allison2011-10-281-2/+0
* s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.Michael Adam2011-10-111-13/+14
* These modules are no longer experimental but production-ready (especiallyJeremy Allison2011-09-271-2/+0
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison2011-04-021-1/+5
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+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
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-161-2/+5
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-161-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* Fix bug #7283 - vfs_acl_tdb does not work as expected.Jeremy Allison2010-03-241-34/+14
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-181-1/+1
* Fix bug #6876 for acl_tdb module.Jeremy Allison2010-02-081-2/+1
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-1/+2
* Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison2009-12-071-50/+1
* Ensure get_nt_acl_internal() only looks at the ACL blobs, notJeremy Allison2009-12-021-1/+1
* Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...Jeremy Allison2009-11-301-0/+1
* Restructure the connect function code to always callJeremy Allison2009-11-301-5/+4
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison2009-11-111-2/+4
* Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...Jeremy Allison2009-11-061-0/+6
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-32/+18
* Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison2009-07-271-3/+5
* Factor out common code into vfs_acl_common.c.Jeremy Allison2009-07-241-638/+8
* Make acl_tdb match acl_xattr. Large duplication ofJeremy Allison2009-07-241-68/+225
* Fix hash function in acl_xattr to be SHA256, makeJeremy Allison2009-07-241-10/+10
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-24/+13
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-53/+45
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-9/+18
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-18/+28
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-5/+15
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* Fix crashes when running RAW-ACLs against system with tdb ACL modulesJeremy Allison2009-03-041-2/+2
* Use fsp->posix_open in preference if we have it.Jeremy Allison2009-02-251-5/+5
* Ensure ACL modules work with POSIX paths.Jeremy Allison2009-02-251-20/+69
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-0/+6
* s3: Remove an incorrect constTim Prouty2009-01-151-1/+1
* s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init()Michael Adam2009-01-161-0/+2
* Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman2009-01-121-1/+1
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+1