Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |