CVS update: samba/source/include

Luke Leighton lkcl at samba.anu.edu.au
Tue Jan 25 11:10:55 EST 2000


Date:	Tuesday January 25, 2000 @ 11:10
Author:	lkcl

Update of /data/cvs/samba/source/include
In directory samba:/tmp/cvs-serv6110/include

Modified Files:
      Tag: SAMBA_TNG
	proto.h 
Log Message:
the first in a series of mods to have the rpc_client/cli_samr.c API
matched up EXACTLY with the rpc_server/srv_samr.c API.

in this way, the following can occur:

1) developers can implement alternative samr daemons WITHOUT having to
worry about MSRPC marshalling / unmarshalling.

2) a local loop-back MSRPC interface is absolutely trivial, and could
potentially be done with macros (#define samr_open _samr_open)

3) andrew's worries about MSRPC code are removed by making it possible
to entirely skip the MSRPC code!!!

4) we get a little bit closer to being able to auto-generate MSRPC
marshalling / unmarshalling code, because we keep the MSRPC
service-implementation independent of the auto-gen'd marshalling code.

<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>
<a href="http://mcp.com"          > Macmillan Technical Publishing  </a>

 ISBN1578701503 DCE/RPC over SMB: Samba and Windows NT Domain Internals


More information about the samba-cvs mailing list