summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-18/+18
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-051-1/+1
* s3:smbd: ignore dacls with MS NFS ACEsRalph Boehme2014-12-041-0/+10
* s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison2014-08-221-5/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-221-0/+4
* smbd: Simplify unpack_nt_ownersVolker Lendecke2014-07-221-11/+3
* s3/posix_acls: replace dup_sec_desc() usageDavid Disseldorp2014-05-281-3/+3
* Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...Jeremy Allison2013-10-241-38/+41
* Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman2013-09-211-1/+1
* smbd: Fix build on platforms that will not support var = {} initialisationAndrew Bartlett2013-05-271-1/+4
* smbd: Convert posix_sys_acl_blob_get_file to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+5