Displaying 6 results from an estimated 6 matches for "smbd_smb2_create_send".
2017 Dec 06
0
Does Samba 4.3.11 support for opening file with “APPEND” mode?
...unfortunately I get code error 5(stands for "Access is Denied"). The
API CreateFile is called as CreateFile("append.txt", FILE_APPEND_DATA,
FILE_SHARED_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE |
FILE_FLAG_POSIX_SEMANTICS, NULL).
When I look into Samba source code, in function smbd_smb2_create_send,
the FILE_FLAG_POSIX_SEMANTICS is removed from in_file_attributes. In
function calculate_open_access_flags, FILE_APPEND_DATA is just treated
as FILE_WRITE_DATA.
So I wonder, samba server maybe not support for opening file in append
mode. Is that right?
Many thanks for your guidance in advance....
2018 Oct 16
2
high cpu load with share_conflict on browsing and opening files
...create_file_unixpath: info=1
[2018/10/12 12:05:09.533708, 10, pid=3350, effective(1017, 1003), real(1017,
0)] ../source3/smbd/open.c:5684(create_file_default)
create_file: info=1
[2018/10/12 12:05:09.533716, 10, pid=3350, effective(1017, 1003), real(1017,
0)] ../source3/smbd/smb2_create.c:1194(smbd_smb2_create_send)
smbd_smb2_create_send: response construction phase
[2018/10/12 12:05:09.533724, 10, pid=3350, effective(1017, 1003), real(1017,
0), class=acls] ../source3/smbd/posix_acls.c:3564(posix_get_nt_acl)
posix_get_nt_acl: called for file .
[2018/10/12 12:05:09.533748, 10, pid=3350, effective(1017, 100...
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
...BUG 12772: s3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO with
"server max protocol = SMB2_02".
* BUG 12788: auth/spnego: Fix gensec_update_ev() argument order for
the SPNEGO_FALLBACK case.
* BUG 12832: s3:smb2_create: Avoid reusing the 'tevent_req' within
smbd_smb2_create_send().
* BUG 12844: Related requests with TreeConnect fail with
NETWORK_NAME_DELETED.
* BUG 12845: Related requests with SessionSetup fail with INTERNAL_ERROR.
* BUG 12859: ldb: protect Samba < 4.7 against incompatible ldb
versions and require ldb < 1.2.0.
* BUG 12862: auth/...
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
...BUG 12772: s3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO with
"server max protocol = SMB2_02".
* BUG 12788: auth/spnego: Fix gensec_update_ev() argument order for
the SPNEGO_FALLBACK case.
* BUG 12832: s3:smb2_create: Avoid reusing the 'tevent_req' within
smbd_smb2_create_send().
* BUG 12844: Related requests with TreeConnect fail with
NETWORK_NAME_DELETED.
* BUG 12845: Related requests with SessionSetup fail with INTERNAL_ERROR.
* BUG 12859: ldb: protect Samba < 4.7 against incompatible ldb
versions and require ldb < 1.2.0.
* BUG 12862: auth/...
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
...820800000000, access_mask = 1,
share_access = 150999040, create_disposition = 0, create_options = 1,
file_attributes = 0, oplock_request = 0, allocation_size = 0, private_flags
= 0, sd = (nil), ea_list = (nil), result = 0x0fffffffffffd850, pinfo =
0x0fffffffffffd840), line 1312 in "vfs.c"
smbd_smb2_create_send(mem_ctx = 0x000000011015b4a0, ev =
0x00000001100ab320, smb2req = 0x000000011015b4a0, in_oplock_level = '\0',
in_impersonation_level = 2, in_desired_access = 1048704, in_file_attributes
= 0, in_share_access = 0, in_create_disposition = 1, in_create_options =
8388609, in_name = "",...
2012 Nov 05
7
VFS ACL with SMB2
Hello,
I have a question because POSIX ACL with SMB2 max protocol does not work
properly.Did you test VFS xattr acls with SMB2 max protocol? Is it
working corectly?
Best regards/Adrian Berlin
--