Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-28 | s3:cli_np_tstream: pass a leading backslash for the pipe name for SMB1 | Stefan Metzmacher | 1 | -1/+13 | |
metze | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | s3:cli_np_tstream: include smbXcli_base.h, because we'll use functions from ↵ | Stefan Metzmacher | 1 | -0/+1 | |
there metze | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 write calls | Luk Claes | 1 | -8/+12 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 ioctl calls | Luk Claes | 1 | -1/+4 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 create calls | Luk Claes | 1 | -1/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3/libsmb: Generalise cli_state in smb2 close calls | Luk Claes | 1 | -4/+18 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-12 | s3-libsmb: Generalise cli_state in smb2 read calls | Luk Claes | 1 | -1/+5 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-04-27 | s3:libsmb/cli_np_tstream: add support for SMB2 | Stefan Metzmacher | 1 | -41/+190 | |
metze | |||||
2012-04-27 | s3:libsmb/cli_np_tstream: remove unused tstream_cli_np_existing() | Stefan Metzmacher | 1 | -26/+0 | |
metze | |||||
2011-08-03 | s3:cli_np_tstream: make use of cli_set_timeout() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
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 | |
This isn't the fixed buffer size anymore, as we use dynamic beffer it's just the maximum size. metze | |||||
2011-06-08 | s3:libsmb:cli_np_tstream: use dynamic talloc buffers | Stefan Metzmacher | 1 | -9/+30 | |
Having 8192 bytes on an idle connection is a bit to much, so we better use dynamic buffers using talloc, which also avoids a memcpy in the common SMBtrans readv codepath. metze | |||||
2011-06-07 | s3:libsmb/cli_np_tstream: use larger buffers to avoid a bug NT4 servers (bug ↵ | Stefan Metzmacher | 1 | -2/+17 | |
#8195) NT4 servers return NT_STATUS_PIPE_BUSY if we try a SMBtrans and the SMBwriteX before hasn't transmited the whole DCERPC fragment. W2K and above is happy with that. As a result we try to match the behavior of Windows and older Samba clients, they use write and read buffers of 4280 bytes instead of 1024 bytes. On Windows only the SMBtrans based read uses 1024 (while we also use 4280 there). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jun 7 20:25:32 CEST 2011 on sn-devel-104 | |||||
2011-05-30 | s3: fix some -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -4/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 30 17:41:18 CEST 2011 on sn-devel-104 | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-05 | s3-libsmb: run minimal_includes.pl. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 | |||||
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 ↵ | Stefan Metzmacher | 1 | -23/+70 | |
last writev chunk. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 21 17:43:06 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_get_cli_state() | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_set_timeout() | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_use_trans() and the needed logic | Stefan Metzmacher | 1 | -0/+181 | |
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-15 | s3:libsmb: add tstream_is_cli_np() | Stefan Metzmacher | 1 | -0/+13 | |
metze | |||||
2010-12-15 | s3:libsmb: add cli_np_tstream.c | Stefan Metzmacher | 1 | -0/+775 | |
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 |