summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing()Stefan Metzmacher1-8/+0
metze
2010-12-15s3:libsmb: add tstream_cli_np_get_cli_state()Stefan Metzmacher1-0/+2
metze
2010-12-15s3:libsmb: add tstream_cli_np_set_timeout()Stefan Metzmacher1-0/+3
metze
2010-12-15s3:libsmb: add tstream_cli_np_use_trans() and the needed logicStefan Metzmacher1-0/+2
tstream_cli_np_use_trans() defers the next tstream_writev to the next tstream_readv and send both as an SMBtrans request. metze
2010-12-15s3:libsmb: add tstream_is_cli_np()Stefan Metzmacher1-0/+2
metze
2010-12-15s3:libsmb: add cli_np_tstream.cStefan Metzmacher1-0/+47
This abstracts a named pipe over smb as a tstream, which will make it easier to implement the dcerpc layer in a more generic way. metze