- If an access ACL has a mask, we set it to the group bits of the
authorWayne Davison <wayned@samba.org>
Fri, 10 Mar 2006 17:02:50 +0000 (17:02 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 Mar 2006 17:02:50 +0000 (17:02 +0000)
commitad625644fe9ffc1900f67b5238dd7dabac07aa18
tree6d761025bc310531427594c2e175d653f54d4ded
parente0a0de756478e5a2571a81f9ad62ddc9116318cf
- If an access ACL has a mask, we set it to the group bits of the
  file on the disk (which will be 0 for a new file) and let the
  following chmod() fix it.
- The chmod() call now follows set_acl() again.
- Improved the code in receive_rsync_acl().
- If we don't receive one of the  SMB_ACL_USER_OBJ, SMB_ACL_GROUP_OBJ,
  SMB_ACL_OTHER, and/or SMB_ACL_MASK objects, we set the access bits
  based on the incoming file's mode bits.
- Tweaked some comments.
acls.diff