search for: file_generic_write

Displaying 7 results from an estimated 7 matches for "file_generic_write".

2005 Sep 07
1
Samba 3.0.20 - Windows 98 problem
Server - Samba 3.0.20 on INTEL P4 running Slackware 10.1 Client - Windows 98. Can log in, see, browse, and write. Just can't run simultaneous, same *.exe from 2 different computers with Windows 98 With Windows 2000, Xp this keep good time. On samba 3.0.14a, with same smb.conf this problem dont exist.
2020 Apr 17
2
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
...able permissions? I did a quick search but can't find anywhere in the codebase that actually sets a value for mode. 2. How would we even map unix-style permissions to windows? I see in the MS docs that there are coarse-grained permission types that map to unix permissions (FILE_GENERIC_READ, FILE_GENERIC_WRITE, and FILE_GENERIC_EXECUTE). For file creation, the current user could be the owner. Perhaps all groups the user is a member of could get the group permissions, and maybe Authenticated Users for other? 3. On my previous project, we used clang-format, and I never had this issue. I was using a very...
2009 Jan 30
5
ACLs under Samba 3.3.0
Is behavior of ACLs under Samba 3.3.0 (Sernet) completely different from that under version 3.2.7? The release notes only talks about some "fixes". I installed version 3.3.0 and got completely different result with the same filesystem and the exact same samba configuration. The ACLs behaved strangely and appeared very different under Windows ACL editor. Users were now unable to
2020 Apr 20
4
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
...able permissions? I did a quick search but can’t find anywhere in the codebase that actually sets a value for mode. 2. How would we even map unix-style permissions to windows? I see in the MS docs that there are coarse-grained permission types that map to unix permissions (FILE_GENERIC_READ, FILE_GENERIC_WRITE, and FILE_GENERIC_EXECUTE). For file creation, the current user could be the owner. Perhaps all groups the user is a member of could get the group permissions, and maybe Authenticated Users for other? 3. On my previous project, we used clang-format, and I never had this issue. I was using a...
2001 Oct 23
1
samba NT ACL support problem?
...Everyone:F while the cacls output of the NT4 hosted file is: K:\Content.IE5\index.dat Everyone:(special access:) READ_CONTROL SYNCHRONIZE FILE_GENERIC_READ FILE_GENERIC_WRITE FILE_GENERIC_EXECUTE FILE_READ_DATA FILE_WRITE_DATA FILE_APPEND_DATA FILE_READ_EA FILE_WRITE_EA...
2015 Feb 02
0
NT_STATUS_ACCESS_DENIED (I can write and read, but not replace)
...SYNCHRONIZE FILE_GENERIC_READ FILE_GENERIC_WRITE FILE_READ_DATA FILE_WRITE_DATA...
2020 Apr 20
2
clang-format sets executable permission on windows (openNativeFile ignores mode on Windows)
...a quick search but can’t find anywhere in the > codebase that actually sets a value for mode. > > 2. How would we even map unix-style permissions to windows? I see in > the MS docs that there are coarse-grained permission types that map to unix > permissions (FILE_GENERIC_READ, FILE_GENERIC_WRITE, and > FILE_GENERIC_EXECUTE). For file creation, the current user could be the > owner. Perhaps all groups the user is a member of could get the group > permissions, and maybe Authenticated Users for other? > > 3. On my previous project, we used clang-format, and I never had &gt...