Displaying 7 results from an estimated 7 matches for "generic_execute".
2007 Jul 03
2
"Open Extend >> " doesn't work anymore... !
I've a problem with a program.
Printing system does:
type test.txt *>>* \\lnxsrv\printer
and it return:
"the parameter is incorrect"
but if i try:
type test.txt *> *\\lnxsrv\printer
it works
but if i try with early samba before 3.0.21 release "open extend >> "
works !
with last samba release 3.0.25 not work and it tell me error ! Only
simple >
2020 Jun 09
0
include in smb.conf
...;0x001e01bf;;;BA)(A;OICIIO;GRGX;;;SO)(A;;0x001200a9;;;SO)
Now, provided you have the key, you can easily decipher it, for
instance, (A;OICIIO;WOWDGRGWGX;;;CO) is:
(ACCESS_ALLOWED_ACE_TYPE;OBJECT_INHERIT_ACE CONTAINER_INHERIT_ACE
INHERIT_ONLY_ACE;WRITE_OWNER WRITE_DAC GENERIC_READ GENERIC_WRITE
GENERIC_EXECUTE;;;SECURITY_CREATOR_OWNER_RID)
See here:
https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings
and here:
https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings?redirectedfrom=MSDN
Rowland
2003 Sep 24
0
CreateFile for EXE images vs other files
...RDONLY
When the file is locked in this manner, I am unable to rename the file.
However, Windows launches executables over Samba shares with the lock:
DENY_WRITE 0x20 RDONLY
I have tried to mimic this lock using GENERIC_READ with FILE_SHARE_READ:
DENY_WRITE 0x20089 RDONLY
and with GENERIC_EXECUTE with FILE_SHARE_READ
DENY_WRITE 0x200a0 RDONLY
and by simply putting the constant value FILE_EXECUTE
DENY_WRITE 0xa0 RDONLY
It seems like something is automatically ORing in FILE_READ_ATTRIBUTES into my desired_access, since FILE_EXECUTE is 0x20 and FILE_READ_ATTRIBUTES is 0x80.
My...
2020 Jun 09
2
include in smb.conf
Hi Rowland
>Hi Marcio, we would need more info, where are you migrating the
home folders from ? and where to ?
I copied Windows Server 2008 folders and permissions with ROBOCOPY to my
Samba 4 server.
>I know you mentioned a Win 2008 server, are the home folders stored
on that ?
The personal folders were stored on it (Windows), but now they are on my
new Samba 4 file server.
>Another
2020 Jun 12
2
include in smb.conf
...X;;;SO)(A;;0x001200a9;;;SO)
>
> Now, provided you have the key, you can easily decipher it, for
> instance, (A;OICIIO;WOWDGRGWGX;;;CO) is:
>
> (ACCESS_ALLOWED_ACE_TYPE;OBJECT_INHERIT_ACE CONTAINER_INHERIT_ACE
> INHERIT_ONLY_ACE;WRITE_OWNER WRITE_DAC GENERIC_READ GENERIC_WRITE
> GENERIC_EXECUTE;;;SECURITY_CREATOR_OWNER_RID)
>
> See here:
> https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings
>
> and here:
>
> https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings?redirectedfrom=MSDN
>
> Rowland
>
>
>
> --
> To unsubscri...
2014 Feb 07
0
Wine release 1.7.12
...edTaskCollection stub implementation.
taskschd: Add ITaskDefinition stub implementation.
scrrun/tests: Add more tests for IFileCollection using a dedicated temporary directory.
server: Fix generic access mapping for a process.
server: Add PROCESS_QUERY_LIMITED_INFORMATION to GENERIC_EXECUTE access mapping and appropriately change PROCESS_ALL_ACCESS.
server: Add THREAD_[SET|QUERY]_LIMITED_INFORMATION to generic access mappings and appropriately change THREAD_ALL_ACCESS.
taskschd/tests: Add some tests for IRegisteredTask interface.
kernel32/tests: Use PROCESS_ALL_ACCES...
2011 Mar 18
0
Wine release 1.3.16
...winecfg: Protect from closing the root key.
gdi32: Remove a redundant check for Roman font presence.
advapi32: Properly skip the tests that depend on English locale.
advapi32: Move the 'const' modifier in front of the storage specifier.
kernel32: Add dumping of GENERIC_EXECUTE flag in CreateFile.
advapi32: Fix the English language check.
advapi32: Add a bunch of file access tests.
server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed.
advapi32: Add more file access permissions tests.
Dylan Smith (5):
d3dx9: D...