summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_acl_common: Convert rmdir_acl_common() to use UNLINKAT instead o...Jeremy Allison2019-10-101-1/+4
* s3: VFS: Change rmdir_acl_common() to take a files_struct *dirfsp pointer.Jeremy Allison2019-10-101-1/+2
* s3: VFS: vfs_acl_common: Change acl_common_remove_object() to use UNLINKAT in...Jeremy Allison2019-10-101-1/+4
* s3: VFS: vfs_acl_common: Convert unlink_acl_common(), acl_common_remove_objec...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().Jeremy Allison2019-09-261-1/+3
* s3:modules: Use GnuTLS SHA256 in vfs_acl_commonAndreas Schneider2019-04-301-6/+12
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+3
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-10/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-11/+0
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-111-2/+5
* s3:modules: Add FALL_THROUGH statements in vfs_acl_common.cAndreas Schneider2018-03-011-0/+1
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-081-212/+4
* vfs_acl_common: directly pass default_acl_styleRalph Boehme2017-11-081-9/+9
* vfs_acl_common: fix take ownership vs give ownershipRalph Boehme2017-10-091-0/+13
* vfs_acl_common: factor out a variable declarationRalph Boehme2017-10-091-2/+3
* acl_common: Avoid "#include vfs_acl_common.c"Volker Lendecke2017-08-241-69/+40
* acl_common: Pass store_acl_blob_fsp through store_v3_blobVolker Lendecke2017-08-241-7/+13
* acl_common: Pass get_acl_blob_fn as a pointer to get_nt_acl_internalVolker Lendecke2017-08-241-15/+17
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-7/+6
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-8/+12
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+1
* s3: modules: vfs_acl_common - Add Ralph's copyright.Jeremy Allison2016-08-311-0/+1
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-08-301-42/+33
* vfs_acl_common: Windows style default ACLRalph Boehme2016-08-301-0/+76
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-08-301-6/+42
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-08-301-44/+55
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-08-301-31/+48
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-08-301-10/+40
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-08-301-89/+127
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-08-301-70/+61
* vfs_acl_common: remove redundant NULL assignmentRalph Boehme2016-08-301-2/+0
* vfs_acl_common: rename pdesc_next to psd_fsRalph Boehme2016-08-301-17/+17
* vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()Ralph Boehme2016-08-301-29/+29
* Revert "vfs_acl_xattr: objects without NT ACL xattr"Ralph Boehme2016-08-301-4/+39
* vfs_acl_xattr: objects without NT ACL xattrRalph Boehme2016-07-191-39/+5
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-0/+108
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-2/+2
* vfs_acl_common: avoid setting POSIX ACLs if "ignore system acls" is setUri Simchoni2016-03-241-48/+99
* s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-151-24/+24
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-2/+3
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-2/+3
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-5/+5
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-7/+14
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-011-2/+2
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-1/+18
* s3:smbd: ignore dacls with MS NFS ACEsRalph Boehme2014-12-041-0/+9
* vfs_acl_common: dacl size must be updatedRalph Boehme2014-09-111-0/+3
* vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett2013-02-041-44/+80
* vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett2013-02-041-4/+4