[Samba] ACL bug FIXes for get_nt_acl() (resend)

2003-03-06 Thread Sergey Zhitomirsky
It seems attached patches were lost, resending inline : Two attached patches for samba 2.2.7a and 3.0-alfa22, that I've made today, fix 3 bugs mentioned in my previous e-mail. 1) For each file in addition to ALLOW ACE proper DENY ACE is created. 2) "Take ownership" is shown DENIED for a

[Samba] ACL bug FIXes for get_nt_acl()

2003-03-06 Thread Sergey Zhitomirsky
Two attached patches for samba 2.2.7a and 3.0-alfa22, that I've made today, fix 3 bugs mentioned in my previous e-mail. 1) For each file in addition to ALLOW ACE proper DENY ACE is created. 2) "Take ownership" is shown DENIED for all except root ACEs 3) Read Permissions and read attribute

[Samba] POSIX ACL to NT ACL bugs in get_nt_acl()

2003-03-06 Thread Sergey Zhitomirsky
Hello , the described bellow happens both in samba 2.2.7a and 3.0-alfa22. First bug: As it is easy to check smbd , when asked about ACL entry of a file never sends to the client OS DENY Access Control Entries , only ALLOW. so for example for a XFS file with acl: # owner: a user::r-- grou

Re: [Samba] POSIX to NT ACL bug

2003-03-04 Thread Sergey Zhitomirsky
On Mon, 3 Mar 2003, Brad Sagowitz wrote: > I JUST got over this problem with help here on the mailing list... what > version/distro of linux are you running? > > Brad Sagowitz I use samba 2.2.7a downloaded from samba.org on Suse 8.0 > > > Sergey Zhitomirs

[Samba] POSIX to NT ACL bug

2003-03-03 Thread Sergey Zhitomirsky
Hello recently I set up XFS share under samba , and played from Win2K with ACL entries of shared files, and noticed that Win2K never DENY ACL entries , so for example for a XFS file with acl: # owner: a user::r-- group::rwx other::rwx Win2K security tab shows for user "a": Re