CVS update: samba/source/include

tpot at samba.org tpot at samba.org
Fri Apr 11 14:09:14 EST 2003


Date:	Fri Apr 11 04:09:14 2003
Author:	tpot

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv14541/include

Modified Files:
	smb.h ntdomain.h 
Added Files:
	rpc_echo.h 
Log Message:
A new RPC pipe!  The \pipe\echo named pipe is for testing large RPC
requests and responses and is only compiled in when --enable-developer
is passed to configure.  It includes server and client side code for
generating and responding to functions on this pipe.  The functions are:

 - AddOne: add one to the uint32 argument and return ig
 - EchoData: echo back a variable sized char array to the caller
 - SourceData: request a variable sized char array
 - SinkData: send a variable sized char array and throw it away

There's a win32 implementation of the client and server in the
junkcode CVS repository in the rpcecho-win32 subdirectory.


Revisions:
rpc_echo.h		NONE => 1.1
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_echo.h?rev=1.1
smb.h		1.482 => 1.483
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h?r1=1.482&r2=1.483
ntdomain.h		1.84 => 1.85
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntdomain.h?r1=1.84&r2=1.85


More information about the samba-cvs mailing list