Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-17 | libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs shares | Stefan Metzmacher | 1 | -1/+9 | |
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-08-15 | libcli/smb: pass max_dyn_len to smb2cli_req_send() | Stefan Metzmacher | 1 | -1/+12 | |
This way we can calculate the correct credit charge for requests with large output buffers. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-08-15 | libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a ↵ | Jeremy Allison | 1 | -21/+18 | |
parameter blob of the newly opened/created file. Will use in the smb2 client code. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2013-02-19 | libcli/smb: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-09-29 | libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_* | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-25 | libcli/smb: there's no PID field in the SMB2/3 header anymore | Stefan Metzmacher | 1 | -1/+0 | |
It's a reserved field... metze | |||||
2012-07-25 | libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send() | Stefan Metzmacher | 1 | -6/+1 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_create*() | Stefan Metzmacher | 1 | -4/+10 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 1 | -0/+279 | |
metze |