fixed a bug handling multiple PDUs being read from a socket at one
authorAndrew Tridgell <tridge@samba.org>
Sun, 14 Dec 2003 01:09:10 +0000 (01:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 14 Dec 2003 01:09:10 +0000 (01:09 +0000)
commit74041b6a0a60d792e1b220496d66ec27b9ee6c25
tree8946794b1eafcf65894586d90efb8bc85155e80c
parentebe29305af82553ef0197d1950b57f8ff8efa78b
fixed a bug handling multiple PDUs being read from a socket at one
time in the rpc server.

started on the framework for the dcerpc authentication server code
source/Makefile.in
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc_util.c
source/rpc_server/dcerpc_server.c
source/rpc_server/dcerpc_server.h
source/rpc_server/dcerpc_tcp.c
source/rpc_server/dcesrv_auth.c [new file with mode: 0644]