summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Use dbwrap_delete() in acl_tdb_delete()Volker Lendecke2019-11-141-30/+4
* vfs: Use dbwrap_store() in store_acl_blob_fsp()Volker Lendecke2019-11-141-9/+4
* vfs: Use direct struct assignment in store_acl_blob_fsp()Volker Lendecke2019-11-141-3/+1
* s3: VFS: vfs_acl_tdb: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-101-2/+6
* s3: VFS: vfs_acl_tdb: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-42/+0
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_tdb. Implement unlinkat().Jeremy Allison2019-09-261-0/+45
* s3:modules: Remove superfloues sha256.h include in vfs_acl_tdbAndreas Schneider2018-12-121-1/+0
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-1/+0
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-241-6/+41
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-12/+25
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme2017-04-201-3/+21
* vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme2016-08-311-0/+21
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-08-301-0/+7
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-2/+2
* s3: vfs: vfs_acl_tdb. Remove use of vfs_stat_smb_basename().Jeremy Allison2016-03-241-3/+5
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-151-3/+5
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-3/+4
* vfs_acl_*: Only sha256 neededVolker Lendecke2015-11-091-1/+1
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-3/+3
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-13/+3
* 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