summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_nfs4acl_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_nfs4acl_xattr: fix setting of permissions via NFSBjoern Jacke2019-07-041-31/+0
* vfs_nfs4acl_xattr: check status for NT_STATUS_ACCESS_DENIED in take ownership...Ralph Boehme2019-03-181-0/+3
* vfs_nfs4acl_xattr: support for NFS 4.0 and 4.1 ACLs from NFS4 mountRalph Boehme2019-03-181-0/+33
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+4
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_nfs4acl_xattr: add XDR backendRalph Boehme2017-11-081-0/+11
* vfs_nfs4acl_xattr: implement take-ownership as in vfs_acl_commonRalph Boehme2017-11-081-3/+52
* vfs_nfs4acl_xattr: add POSIX mode check and resetRalph Boehme2017-11-081-6/+112
* vfs_nfs4acl_xattr: do xattr ops as rootRalph Boehme2017-11-081-0/+19
* nfs4acls: update default NFS4 ACL version to 4.1Ralph Boehme2017-11-081-1/+1
* vfs_nfs4acl_xattr: add support for NFS 4.1 ACL flags in the NDR backendRalph Boehme2017-11-081-0/+3
* vfs_nfs4acl_xattr: move the meat of the implementation to a seperate fileRalph Boehme2017-11-081-202/+1
* vfs_nfs4acl_xattr: fsp->fh->fd can legally be -1Ralph Boehme2017-11-081-2/+8
* vfs_nfs4acl_xattr: refactoringRalph Boehme2017-11-081-97/+176
* vfs_nfs4acl_xattr: code polishRalph Boehme2017-11-081-42/+48
* vfs_nfs4acl_xattr: modernize ACL inheritanceRalph Boehme2017-11-081-220/+57
* vfs_nfs4acl_xattr: add a runtime configuration objectRalph Boehme2017-11-081-0/+88
* librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme2017-11-081-4/+4
* vfs_nfs4acl_xattr: move interesting functions pointers to the topRalph Boehme2017-11-081-3/+4
* vfs_nfs4acl_xattr: remove a layer of indirectionRalph Boehme2017-11-081-13/+2
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-14/+31
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-3/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+5
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke2016-08-121-1/+1
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4Volker Lendecke2016-08-121-2/+2
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4Volker Lendecke2016-08-121-1/+2
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison2016-03-141-1/+1
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-1/+3
* nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke2015-08-131-4/+4
* nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke2015-08-131-14/+14
* s3:vfs_nfs4acl_xattr: fix compiler warningsStefan Metzmacher2015-05-191-10/+12
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-8/+8
* vfs: Add inheritance emulation to vfs_nfs4acl_xattr.Alexander Werth2013-05-091-29/+263
* vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idlAndrew Bartlett2013-05-091-0/+414