summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-3/+3
* s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett2012-08-231-2/+2
* s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()Andrew Bartlett2012-08-231-3/+8
* s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()Andrew Bartlett2012-08-161-11/+2
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-151-2/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-16/+16
* s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()Andrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_set_permset() directly rather than via the VFSAndrew Bartlett2012-08-151-7/+7
* s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_create_entry() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_add_perm() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_init() directly rather than via the VFSAndrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_free_acl() directly rather than via the VFSAndrew Bartlett2012-08-151-16/+16
* s3-smbd: Call sys_acl_get_entry() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFSAndrew Bartlett2012-08-151-4/+4
* s3-smbd: Call sys_acl_get_permset() directly rather than via the VFSAndrew Bartlett2012-08-151-7/+7
* s3-smbd: Call sys_acl_get_perm() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Merge ACE entries based on mapped UID/GID not SIDAndrew Bartlett2012-08-101-4/+4
* s3-smbd: Convert posix_acls.c to use struct unixid internallyAndrew Bartlett2012-08-101-57/+72
* s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2012-08-101-10/+2
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3:smbd: use FNUM_FIELD_INVALID instead of literal -1Michael Adam2012-06-151-1/+1
* s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...Andrew Bartlett2012-05-171-0/+35
* s3-smbd: Consider a group with the same SID as sufficient duplicationAndrew Bartlett2012-05-171-0/+7
* s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...Andrew Bartlett2012-05-171-39/+109
* We need to split things up into a new helper function add_current_ace_to_acl(...Andrew Bartlett2012-05-171-172/+184
* This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...Jeremy Allison2012-05-171-2/+5
* s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACLAndrew Bartlett2012-05-171-5/+12
* s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entriesAndrew Bartlett2012-05-091-2/+2
* Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison2012-03-131-4/+6
* Ensure when setting a POSIX ACL, that the uid for aJeremy Allison2012-02-031-0/+60
* Fix mistaken assignment of gid to uid field.Jeremy Allison2012-02-031-1/+1
* Replace bool flags inside ensure_canon_entry_valid() with pointers.Jeremy Allison2012-02-031-11/+12
* Replace all malloc/free with talloc on tos.Jeremy Allison2012-02-031-41/+41
* Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...Jeremy Allison2011-11-291-2/+2
* Second part of fix for bug #8443 - Default user entry is set to minimal permi...Jeremy Allison2011-09-091-8/+11
* First part of fix for bug #8443 - Default user entry is set to minimal permis...Jeremy Allison2011-09-081-58/+2
* Revert "Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...Jeremy Allison2011-09-081-11/+8
* Revert "Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...Jeremy Allison2011-09-071-21/+4
* Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-031-4/+21
* Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-8/+11
* Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-7/+6
* Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-0/+38
* Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-72/+0
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1