index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
cli_np_tstream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
cli_np_tstream: remove unused tstream_cli_np_get_cli_state()
Gregor Beck
1
-8
/
+0
2013-08-15
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...
Jeremy Allison
1
-1
/
+2
2013-08-15
libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...
Jeremy Allison
1
-2
/
+5
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()
Stefan Metzmacher
1
-1
/
+1
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_write*()
Stefan Metzmacher
1
-1
/
+1
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_read*()
Stefan Metzmacher
1
-1
/
+1
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_close*()
Stefan Metzmacher
1
-4
/
+5
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_create*()
Stefan Metzmacher
1
-1
/
+1
2012-05-28
s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1
Stefan Metzmacher
1
-1
/
+13
2012-05-28
s3:libsmb: get rid of cli_state_protocol
Luk Claes
1
-1
/
+1
2012-05-15
s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from t...
Stefan Metzmacher
1
-0
/
+1
2012-05-12
s3/libsmb: Generalise cli_state in smb2 write calls
Luk Claes
1
-8
/
+12
2012-05-12
s3/libsmb: Generalise cli_state in smb2 ioctl calls
Luk Claes
1
-1
/
+4
2012-05-12
s3/libsmb: Generalise cli_state in smb2 create calls
Luk Claes
1
-1
/
+3
2012-05-12
s3/libsmb: Generalise cli_state in smb2 close calls
Luk Claes
1
-4
/
+18
2012-05-12
s3-libsmb: Generalise cli_state in smb2 read calls
Luk Claes
1
-1
/
+5
2012-04-27
s3:libsmb/cli_np_tstream: add support for SMB2
Stefan Metzmacher
1
-41
/
+190
2012-04-27
s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing()
Stefan Metzmacher
1
-26
/
+0
2011-08-03
s3:cli_np_tstream: make use of cli_set_timeout()
Stefan Metzmacher
1
-1
/
+2
2011-06-08
s3:libsmb/cli_np_tstream: s/TSTREAM_CLI_NP_BUF_SIZE/TSTREAM_CLI_NP_MAX_BUF_SIZE
Stefan Metzmacher
1
-6
/
+6
2011-06-08
s3:libsmb:cli_np_tstream: use dynamic talloc buffers
Stefan Metzmacher
1
-9
/
+30
2011-06-07
s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ...
Stefan Metzmacher
1
-2
/
+17
2011-05-30
s3: fix some -Wunused-but-set-variable build warnings.
Günther Deschner
1
-4
/
+2
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
s3-libsmb: run minimal_includes.pl.
Günther Deschner
1
-1
/
+0
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-02-09
Fix up some buildfarm warnings.
Jeremy Allison
1
-1
/
+1
2010-12-21
s3:cli_np_tstream: if SMBtrans is desired, the readv needs to wait for the la...
Stefan Metzmacher
1
-23
/
+70
2010-12-15
s3:libsmb: add tstream_cli_np_get_cli_state()
Stefan Metzmacher
1
-0
/
+8
2010-12-15
s3:libsmb: add tstream_cli_np_set_timeout()
Stefan Metzmacher
1
-0
/
+15
2010-12-15
s3:libsmb: add tstream_cli_np_use_trans() and the needed logic
Stefan Metzmacher
1
-0
/
+181
2010-12-15
s3:libsmb: add tstream_is_cli_np()
Stefan Metzmacher
1
-0
/
+13
2010-12-15
s3:libsmb: add cli_np_tstream.c
Stefan Metzmacher
1
-0
/
+775