ABOUT time. dce/rpc long packet format now works, server-side.
authorLuke Leighton <lkcl@samba.org>
Fri, 24 Apr 1998 21:01:08 +0000 (21:01 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 24 Apr 1998 21:01:08 +0000 (21:01 +0000)
commit9189005f7f884123d29c8f27db73687b68c80bb9
treec13cfec7a13f883b3d329e79f12cc6d4b7cbaebb
parent42058f3c662b2bf6e442ea7667de038a21ec82be
ABOUT time.  dce/rpc long packet format now works, server-side.
turns out that [it can be deduced that] microsoft ignores the SMBreadX
offset, and goes by the SMBreadX length only.  this makes for a lot simpler
code, in both client and server.
(This used to be commit a8b641c027c8cce179455ac1f6fd0322a8ab017d)
source3/include/proto.h
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_util.c