summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_acl_xattr: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-9/+0
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-101-2/+6
* s3: VFS: vfs_acl_xattr. Wrap rmdir_acl_common() by acl_xattr_rmdir() so we do...Jeremy Allison2019-10-101-1/+7
* s3: VFS: vfs_acl_xattr: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_xattr: Don't call unlink_acl_common() directly.Jeremy Allison2019-09-261-1/+7
* s3: VFS: vfs_acl_xattr. Implement unlinkat().Jeremy Allison2019-09-261-0/+17
* s3:modules: Remove superfloues sha256.h include in vfs_acl_xattrAndreas Schneider2018-12-121-1/+0
* 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-9/+43
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-1/+1
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-5/+6
* 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: avoid needlessly supplying a large buffer to getxattr()Uri Simchoni2017-04-181-14/+30
* vfs_acl_xattr: factor out fetching of an extended attributeUri Simchoni2017-04-181-13/+31
* 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:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-151-2/+2
* 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
* Fix the overwriting of errno before use in a DEBUG statement and use the retu...Richard Sharpe2012-05-161-3/+3
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-11/+11
* 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
* These modules are no longer experimental but production-ready (especiallyJeremy Allison2011-09-271-2/+0
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+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-0/+4
* 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
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-161-2/+4
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-161-0/+2
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+2
* Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...Jeremy Allison2009-12-071-35/+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-0/+6
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison2009-11-111-2/+6
* Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...Jeremy Allison2009-11-061-0/+12
* Fix the build breakage by #including modules/vfs_acl_common.cJeremy Allison2009-07-271-3/+6
* Factor out common code into vfs_acl_common.c.Jeremy Allison2009-07-241-634/+8
* Fix hash function in acl_xattr to be SHA256, makeJeremy Allison2009-07-241-52/+90
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-18/+10
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-23/+37
* Add hash values to the xattr ACLS to determine whenJeremy Allison2009-07-101-55/+158
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+10