summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fake_acls.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_fake_acls: Remove chown_fn().Jeremy Allison2019-10-151-41/+0
* s3: VFS: fake_acls: Fix Coverity CID 1435850 Uninitialized pointer read.Jeremy Allison2018-11-151-5/+20
* s3: vfs_fake_acls: Correctly implement the chmod/fchmod algorithm on fake acls.Jeremy Allison2018-05-251-0/+214
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_fake_acls: deny give-ownershipRalph Boehme2017-10-091-0/+18
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-10/+16
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-5/+5
* 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-2/+6
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-4/+5
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-3/+16
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-3/+16
* s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream p...Jeremy Allison2015-05-051-2/+18
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-051-1/+1
* vfs: Convert fake_acls_sys_acl_delete_def_file to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+5
* vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett2012-10-111-2/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett2012-10-111-67/+2
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-7/+11
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+68
* s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls moduleAndrew Bartlett2012-08-201-0/+63
* s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file()Andrew Bartlett2012-08-201-1/+31
* s3-vfs: Use the system. namespace for fake ACLsAndrew Bartlett2012-08-201-4/+4
* s3-vfs: Add new VFS module to fake setting an ACLAndrew Bartlett2012-08-161-0/+374