Displaying 4 results from an estimated 4 matches for "share_write".
2009 Jul 26
0
server response does not appear to correspond to request
...Reserved: 00
AndXOffset: 57054
Reserved: 00
File Name Len: 14
Create Flags: 0x00000010
Root FID: 0x00000000
Access Mask: 0x00100100
Allocation Size: 0
File Attributes: 0x00000000
Share Access: 0x00000007 SHARE_DELETE SHARE_WRITE SHARE_READ
Disposition: Open (if file exists open it, else fail) (1)
Create Options: 0x00200000
Impersonation: Impersonation (2)
Security Flags: 0x00
Byte Count (BCC): 17
File Name: \jon.V2
Frame 110 (93 bytes on wire, 93 bytes captured)
Ethe...
2004 Nov 11
3
File.nopen alpha
...scenes
instead of
* the _open() function. This allows much greater flexibility when it
comes
* to Windows files. It also allows you to open directories, which
File.open
* cannot do on Windows.
*
* The access mode defaults to READ_DATA | WRITE_DATA
* The share mode defaults to SHARE_READ | SHARE_WRITE
* The creation mode defaults to OPEN_EXISTING
* The flags default to NORMAL
*
* To open a directory, pass File::BACKUP_SEMANTICS as the ''flags''
argument.
So, with this I can do:
dir = "C:\\TEST" # directory
fh = File.nopen(dir,nil,nil,nil,File::BACKUP_SEMANTICS)
p...
2011 Sep 14
1
Unexpected "Access Denied"
.....1. .... .... .... .... = Read Control: READ ACCESS to
owner, group and ACL of the SID
....... .... .... .... .... .... 1... .... = Read Attributes: READ
ATTRIBUTES access
....... .... .... .... .... .... .... 1... = Read EA: READ EXTENDED
ATTRIBUTES access
Share Access: 0x00000007 SHARE_DELETE SHARE_WRITE SHARE_READ
1623 00:55:07.590514 192.11.248.155
192.11.249.139 SMB NT Create AndX Response, FID:
0x0000, Error: STATUS_ACCESS_DENIED
----------------------------
The request succeeds when the file permissions are 444 but fails when they
are 440
T...
2015 Jul 09
2
Constant error messages about failure to remove oplock
...000
Access Mask: 0x00000080
.... .... .... .... .... .... 1... .... = Read
Attributes: READ ATTRIBUTES access
Create Options: 0x00200000
.... .... ..1. .... .... .... .... .... = Open
Reparse Point: Open a Reparse Point
File Attributes: 0x00000000
Share Access: 0x00000007 SHARE_DELETE SHARE_WRITE
SHARE_READ
ExtraInfo DHnQ MxAc QFid
This fails with object-not-found
222.667599 10.6.0.101 10.48.66.95 SMB2 131
Create Response, Error: STATUS_OBJECT_NAME_NOT_FOUND
SMB2 create request comes to create the file with batch-oplock/request
durable handle
222.681571 10.48.66.95 10.6.0.101 SM...