dce/rpc redesign

Andrew Tridgell tridge at samba.anu.edu.au
Wed Oct 7 00:19:40 GMT 1998


> to cope with SMBwriteX (oversized DCE/RPC requests), some reworking of
> smbd is going to be needed.
> 
> smbd already does SMBwriteX (oversized DCE/RPC responses).

can't we just do this in reply_writex()?

if (rpc_fnum(fnum)) {
   return rpc_writex(foo);
}

that way the rpc changes are hidden away in the rpc code and we don't
risk breaking writex.



More information about the samba-technical mailing list