summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cli_np_tstream.c
Commit message (Expand)AuthorAgeFilesLines
* s3:cli_np_tstream: make use of cli_set_timeout()Stefan Metzmacher2011-08-031-1/+2
* s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZEStefan Metzmacher2011-06-081-6/+6
* s3:libsmb:cli_np_tstream: use dynamic talloc buffersStefan Metzmacher2011-06-081-9/+30
* s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...Stefan Metzmacher2011-06-071-2/+17
* s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner2011-05-301-4/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-libsmb: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* Fix up some buildfarm warnings.Jeremy Allison2011-02-091-1/+1
* s3:cli_np_tstream: if SMBtrans is desired, the readv needs to wait for the la...Stefan Metzmacher2010-12-211-23/+70
* s3:libsmb: add tstream_cli_np_get_cli_state()Stefan Metzmacher2010-12-151-0/+8
* s3:libsmb: add tstream_cli_np_set_timeout()Stefan Metzmacher2010-12-151-0/+15
* s3:libsmb: add tstream_cli_np_use_trans() and the needed logicStefan Metzmacher2010-12-151-0/+181
* s3:libsmb: add tstream_is_cli_np()Stefan Metzmacher2010-12-151-0/+13
* s3:libsmb: add cli_np_tstream.cStefan Metzmacher2010-12-151-0/+775