1. 09 11月, 2007 1 次提交
    • S
      [CIFS] Fix incorrect mode when ACL had deny access control entries · 15b03959
      Steve French 提交于
      When mounted with the cifsacl mount option, we were
      treating any deny ACEs found like allow ACEs and it turns out for
      SFU and SUA Windows set these type of access control entries often.
      The order of ACEs is important too.  The canonical order that most
      ACL tools and Windows explorer consruct ACLs with is to begin with
      DENY entries then follow with ALLOW, otherwise an allow entry
      could be encountered first, making the subsequent deny entry like "dead
      code which would be superflous since Windows stops when a match is
      made for the operation you are trying to perform for your user
      
      We start with no permissions in the mode and build up as we find
      permissions (ie allow ACEs).  This fixes deny ACEs so they affect
      the mask used to set the subsequent allow ACEs.
      Acked-by: NShirish Pargaonkar <shirishp@us.ibm.com>
      CC: Alexander Bokovoy <ab@samba.org>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      15b03959
  2. 06 11月, 2007 1 次提交
  3. 02 11月, 2007 1 次提交
  4. 31 10月, 2007 1 次提交
  5. 30 10月, 2007 1 次提交
  6. 27 10月, 2007 1 次提交
  7. 26 10月, 2007 2 次提交
  8. 24 10月, 2007 1 次提交
  9. 20 10月, 2007 1 次提交
  10. 18 10月, 2007 2 次提交
  11. 17 10月, 2007 4 次提交
  12. 13 10月, 2007 1 次提交
  13. 12 10月, 2007 1 次提交
  14. 04 10月, 2007 2 次提交
  15. 02 10月, 2007 1 次提交
  16. 26 9月, 2007 2 次提交