[OpenAFS-devel] dcerpc.net - freedce

Ted Anderson ota@transarc.com
Tue, 14 Aug 2001 12:03:52 -0400 (EDT)


On Mon, 13 Aug 2001 21:31:14 -0400 Marcus Watts <mdw@umich.edu> wrote:
> DCE RPC uses ASN.1, which is definitely less efficient at storing data

I don't think this is true.  DCE/RPC uses Kerberos 5 for security, and
the K5 ticket format uses ASN.1.  However, the RPC marshalling code uses
something similar to XDR.  One of the differences from XDR is that
doesn't use network byte order, but, I think, sender byte order.

Otherwise, the clarification of AFS vs. DFS RPC history is correct.

Ted