summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: set_nt_acl(). Now we know we always have a valid file handle, alway...Jeremy Allison2019-10-151-5/+14
* s3: smbd: Posix ACLs. Now we know we have a handle, always use VFS_FCHMOD ins...Jeremy Allison2019-06-241-5/+2
* s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.Jeremy Allison2019-06-241-14/+8
* s3: smbd: Only pass fsp to remove_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-241-45/+23
* s3: smbd: Only pass fsp to set_unix_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-241-28/+10
* s3: smbd: Change set_unix_posix_default_acl() to return NTSTATUS.Jeremy Allison2019-06-241-10/+11
* s3: smbd: Cleanup - make set_unix_posix_default_acl() use modern coding stand...Jeremy Allison2019-06-241-22/+32
* s3: smbd: Make set_unix_posix_acl() return NTSTATUS.Jeremy Allison2019-06-241-10/+8
* s3: smbd: Cleanup - make remove_posix_acl() return NTSTATUS.Jeremy Allison2019-06-241-5/+25
* s3: smbd: Cleanup - make set_unix_posix_acl() use modern coding standards.Jeremy Allison2019-06-241-17/+29
* s3: smbd: Cleanup - make remove_posix_acl() use modern coding standards.Jeremy Allison2019-06-241-54/+90
* smbd: Use dom_sid_str_bufVolker Lendecke2018-12-201-16/+27
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* smbd/posix_acls: reuse secutiry token from session info if existJoe Guo2018-07-121-0/+26
* smbd: make use of create_conn_struct_tos() in get_nt_acl_no_snum()Stefan Metzmacher2018-06-141-11/+7
* s3: smbd: Make map_acl_perms_to_permset() extern.Jeremy Allison2018-05-251-1/+1
* s3: smbd: Make unix_perms_to_acl_perms() extern.Jeremy Allison2018-05-251-1/+1
* s3: posix_acls: Remove unused 'connection_struct *conn' parameter to map_acl_...Jeremy Allison2018-05-251-4/+4
* s3: posix_acls: Remove dead functions fchmod_acl()/chmod_acl().Jeremy Allison2018-05-251-38/+0
* s3:smbd: make psbuf arg to make_default_acl_posix() constRalph Boehme2018-05-181-4/+4
* s3:smbd: remove deprecated handling of "profile acls = yes"Stefan Metzmacher2017-12-131-82/+1
* s3/posix_acls: add default ACL style "everyone"Ralph Boehme2017-11-081-1/+57
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-081-0/+216
* s3/smbd/posix_acls: return correct status in try_chownRalph Boehme2017-10-091-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-6/+7
* 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_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-6/+10
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-6/+8
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-23/+53
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-11/+17
* posix_acls: Use talloc_zero_arrayVolker Lendecke2017-03-011-3/+1
* posix_acls: Do a *bit* of reformattingVolker Lendecke2017-03-011-2/+5
* smbd: Fix some whitespaceVolker Lendecke2017-02-151-2/+2
* smbd: Make "create_file_sids" staticVolker Lendecke2017-02-151-1/+3
* smbd: Fix "map acl inherit" = yesVolker Lendecke2017-02-011-2/+2
* smbd: Fix an indentationVolker Lendecke2017-01-221-2/+3
* smbd: Fix a few signed/unsigned hickupsVolker Lendecke2017-01-221-6/+7
* smbd: avoid extra churn on a debug printUri Simchoni2016-12-011-4/+2
* smbd: add an option to inherit only the UNIX ownerUri Simchoni2016-08-101-0/+8
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-110/+0
* s3: posix_acls. Always use STAT, not LSTAT here.Jeremy Allison2016-03-241-5/+7
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-2/+3
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-141-19/+29
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-2/+2
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-1/+14
* s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with ...Jeremy Allison2016-02-111-1/+38
* dlist: remove unneeded argument from DLIST_DEMOTE()Michael Adam2016-02-061-4/+4
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+2
* smbd: Use a struct initializerVolker Lendecke2015-08-141-8/+9
* smbd: Remove a confusing commentVolker Lendecke2015-08-141-1/+0