summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_transport_tstream.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: s/tstream_cli_np/tstream_smbXcli_npStefan Metzmacher2014-01-071-9/+9
* libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2014-01-071-1/+1
* s3-rpc_client: Make data pointer const in trans_send().Andreas Schneider2013-10-301-1/+1
* s3:rpc_client: remove unused rpc_pipe_np_smb_conn()Gregor Beck2013-10-171-19/+0
* s3:rpc_client: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* s3-rpc: Return the correct ntstatus depending on the transport.Andreas Schneider2012-07-061-3/+15
* s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-3/+3
* s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requestsStefan Metzmacher2011-08-051-0/+6
* s3:rpc_transport_tstream: call tstream_cli_np_use_trans() before tstream_writ...Stefan Metzmacher2011-08-011-4/+9
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-3/+3
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.hGünther Deschner2011-04-121-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr...Stefan Metzmacher2010-12-151-0/+19
* s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher2010-12-151-2/+197
* s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher2010-12-151-1/+1
* s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher2010-12-151-9/+14
* s3-rpc_client: Added a tstream based transport.Simo Sorce2010-09-151-0/+361