summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2014-01-071-1337/+0
* s3:libsmb: add a TSTREAM_CLI_NP_DESIRED_ACCESS define as collection of indivi...Stefan Metzmacher2014-01-071-2/+14
* s3:libsmb: add tstream_cli_np_ref as protection to talloc_free(smbXcli_conn)Stefan Metzmacher2014-01-071-0/+34
* s3:libsmb: do not use cli_state internally within cli_np_tstreamGregor Beck2014-01-071-95/+117
* s3:libsmb: let cli_np_tstream use smb1cli_readxGregor Beck2014-01-071-6/+9
* s3:libsmb: let cli_np_tstream use smb1cli_writexGregor Beck2014-01-071-8/+9
* s3:libsmb: let cli_np_tstream use smb1cli_closeGregor Beck2014-01-071-10/+29
* s3:libsmb: let cli_np_tstream use smb1cli_transGregor Beck2014-01-071-14/+19
* s3:libsmb: let cli_np_tstream use smb1cli_ntcreatexGregor Beck2014-01-071-11/+17
* cli_np_tstream: remove unused tstream_cli_np_get_cli_state()Gregor Beck2013-10-171-8/+0
* libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2013-08-151-1/+2
* libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2013-08-151-2/+5
* libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()Stefan Metzmacher2012-07-241-1/+1
* libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher2012-07-241-1/+1
* libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher2012-07-241-1/+1
* libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher2012-07-241-4/+5
* libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher2012-07-241-1/+1
* s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1Stefan Metzmacher2012-05-281-1/+13
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-1/+1
* s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...Stefan Metzmacher2012-05-151-0/+1
* s3/libsmb: Generalise cli_state in smb2 write callsLuk Claes2012-05-121-8/+12
* s3/libsmb: Generalise cli_state in smb2 ioctl callsLuk Claes2012-05-121-1/+4
* s3/libsmb: Generalise cli_state in smb2 create callsLuk Claes2012-05-121-1/+3
* s3/libsmb: Generalise cli_state in smb2 close callsLuk Claes2012-05-121-4/+18
* s3-libsmb: Generalise cli_state in smb2 read callsLuk Claes2012-05-121-1/+5
* s3:libsmb/cli_np_tstream: add support for SMB2Stefan Metzmacher2012-04-271-41/+190
* s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing()Stefan Metzmacher2012-04-271-26/+0
* 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