CVS update: samba/source

Jeremy Allison jra at samba.anu.edu.au
Sat Apr 18 08:44:02 EST 1998


Date:	Saturday April 18, 1998 @ 8:44
Author:	jra

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

Modified Files:
	clientgen.c proto.h torture.c 
Log Message:
clientgen.c: Changes 'cli_xxx_' calls to use the following
regularized parameter syntax:

   setup, setup_count, max_setup_count,
   params, params_count, max_params_count,
   data, data_count, max_data_count,

(and if a reply is needed)

   *reply_params, *reply_data_len
   *reply_data, *reply_data_len

This allows the pointers and the lengths
that relate to these pointers to be next
to each other in the parameter list. This
makes seeing what you are passing to these
functions much easier to see.

Getting ready for adding the lib/rpc/client
functions needed to do security=domain.

torture.c: Fixed it so it uses / rather than \\
internally for the //machine/share syntax.

Jeremy.



More information about the samba-cvs mailing list