Date: Sun Nov 23 06:28:00 2003 Author: tridge Update of /home/cvs/samba4/source/librpc/idl In directory dp.samba.org:/tmp/cvs-serv17129
Modified Files: idl_types.h Added Files: dcerpc.idl Log Message: ooh, this is fun! I have recoded the core dcerpc packet structures (all the PDUs etc) in terms of IDL, which means we now use pidl to generate all the code for handling the most basic dcerpc packets. This is not normally possible as it isn't completely valid NDR, but pidl has a number of extensions that make it quite easy. This also means we get the server side dcerpc marshalling/unmarshalling code for free. Revisions: dcerpc.idl NONE => 1.1 http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/dcerpc.idl?rev=1.1 idl_types.h 1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/idl_types.h.diff?r1=1.1&r2=1.2