Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |