summaryrefslogtreecommitdiff
path: root/libcli/smb/smb2cli_create.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07libcli: Initialize a variable at declaration timeVolker Lendecke1-3/+1
2023-08-10libsmb: Use reparse_data_buffer_parse() to get symlink error respVolker Lendecke1-6/+22
2023-08-10libcli: Make symlink_reparse_buffer_parse() more flexibleVolker Lendecke1-3/+9
2023-08-08libcli: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-04-18libsmb: Return [MS-SMB2] 2.2.14 SMB2 CREATE Response flags fieldVolker Lendecke1-0/+1
2022-11-22libsmb: Return symlink error struct from smb2cli_create_recv()Volker Lendecke1-14/+22
2022-11-22libsmb: Parse the smb2 symlink error response in smb2cli_create()Volker Lendecke1-0/+222
2022-11-22libsmb: Keep name_utf16 around in smb2cli_create()Volker Lendecke1-12/+18
2020-06-15libcli: Add tevent_req_received() calls to smb2cli_create_recv()Volker Lendecke1-0/+2
2016-08-22s3: libsmb: Correctly align create contexts in a create call.Jeremy Allison1-0/+1
2014-06-30libcli: Make smb2cli_create return blobsVolker Lendecke1-3/+12
2014-06-21libsmb: Make smb2cli_create cancellableVolker Lendecke1-0/+13
2014-05-09s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison1-3/+3
2013-10-17libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs sharesStefan Metzmacher1-1/+9
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher1-1/+12
2013-08-15libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison1-21/+18
2013-02-19libcli/smb: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2012-09-29libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_*Stefan Metzmacher1-0/+1
2012-07-25libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher1-1/+0
2012-07-25libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher1-6/+1
2012-07-24libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher1-4/+10
2012-05-15libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher1-0/+279