smbXcli: add smb2cli_session_create_channel()
[ira/wip.git] / libcli / smb / smbXcli_base.c
2011-11-24 Stefan MetzmachersmbXcli: add smb2cli_session_create_channel()
2011-11-24 Stefan Metzmachers3:smb2cli: make use of smbXcli_session and setup the...
2011-11-24 Stefan MetzmachersmbXcli: add support for smb2 signing
2011-11-24 Stefan MetzmachersmbXcli: add smbXcli_session infrastructure
2011-11-24 Stefan MetzmachersmbXcli: add support for PROTOCOL_SMB2_22 in smbXcli_ne...
2011-11-24 Stefan MetzmachersmbXcli: add support for SMB2 multi-credit requests
2011-11-24 Stefan MetzmachersmbXcli: add support for 2.??? negprot and PROTOCOL_SMB2_10
2011-11-24 Stefan MetzmachersmbXcli: pass client_guid to smbXcli_conn_create()
2011-11-24 Stefan MetzmachersmbXcli: add smbXcli_negprot_*
2011-11-24 Stefan MetzmachersmbXcli: add helper functions to access the negotiated...
2011-11-24 Stefan MetzmachersmbXcli: also notify chained requests about broken...
2011-11-24 Stefan MetzmachersmbXcli: simplify smb1cli_req_chain_submit()
2011-11-24 Stefan MetzmachersmbXcli: remove unused smb1cli_have_andx_command()
2011-11-24 Stefan MetzmachersmbXcli: reorder smb1cli_conn_dispatch_incoming() to...
2011-11-24 Stefan MetzmachersmbXcli: rework smb1cli_req_recv() to expose an iov...
2011-11-24 Stefan MetzmachersmbXcli: use smb1cli_inbuf_parse_chain() and remember...
2011-11-24 Stefan MetzmachersmbXcli: add smb1cli_inbuf_parse_chain()
2011-11-24 Stefan MetzmachersmbXcli: pass hdr to smb1cli_pull_raw_error()
2011-11-24 Stefan MetzmachersmbXcli: add state->smb1.recv_{cmd,status,iov}
2011-11-24 Stefan MetzmachersmbXcli: split out a smb1cli_req_flags() function
2011-11-24 Stefan MetzmachersmbXcli: set message id to UINT64_MAX for BREAK in...
2011-11-24 Stefan MetzmachersmbXcli: rework smb2cli_req to smbXcli_conn/smbXcli_req
2011-11-24 Stefan Metzmacherlibcli/smb: copy smb2cli_req_* code to smbXcli_base.c
2011-11-24 Stefan MetzmachersmbXcli: rework smbXcli_base.c to use smbXcli_conn...
2011-11-24 Stefan MetzmachersmbXcli: cp source3/libsmb/async_smb.c libcli/smb/smbXc...