Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-24 | smbXcli: add smb1cli_inbuf_parse_chain() | Stefan Metzmacher | 1 | -0/+174 | |
metze | |||||
2011-11-24 | smbXcli: pass hdr to smb1cli_pull_raw_error() | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2011-11-24 | smbXcli: add state->smb1.recv_{cmd,status,iov} | Stefan Metzmacher | 1 | -0/+13 | |
In the following commits we will need to remember a few more things. metze | |||||
2011-11-24 | smbXcli: split out a smb1cli_req_flags() function | Stefan Metzmacher | 1 | -26/+55 | |
metze | |||||
2011-11-24 | smbXcli: set message id to UINT64_MAX for BREAK in smb2cli_req_create() | Stefan Metzmacher | 1 | -0/+9 | |
This way the caller can register an oplock handler. Note that smb2cli_req_compound_submit() will overwrite this if a request is send over the wire. metze | |||||
2011-11-24 | smbXcli: rework smb2cli_req to smbXcli_conn/smbXcli_req | Stefan Metzmacher | 1 | -168/+163 | |
metze | |||||
2011-11-24 | libcli/smb: copy smb2cli_req_* code to smbXcli_base.c | Stefan Metzmacher | 1 | -0/+579 | |
metze | |||||
2011-11-24 | smbXcli: rework smbXcli_base.c to use smbXcli_conn/smbXcli_req | Stefan Metzmacher | 1 | -323/+765 | |
This splits the low level smb code from 'struct cli_state' and makes it much more generic and useful for testing. metze | |||||
2011-11-24 | smbXcli: cp source3/libsmb/async_smb.c libcli/smb/smbXcli_base.c | Stefan Metzmacher | 1 | -0/+1118 | |
metze |