completed the linkage between the endpoint mapper and the dcerpc
authorAndrew Tridgell <tridge@samba.org>
Sat, 13 Dec 2003 23:25:15 +0000 (23:25 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 13 Dec 2003 23:25:15 +0000 (23:25 +0000)
commitd262b8c3c79b2fbb0bf8c330d765f89210948a26
tree0492a6fa66101b94f5dc368480c2ab027e4f8b77
parent8d79eb52f104d023122de3965592b4ea36adbb2b
completed the linkage between the endpoint mapper and the dcerpc
server endpoints. We can now successfully setup listening endpoints on
high ports, then use our endpoint mapper redirect incoming clients to
the right port.

also greatly cleanup the rpc over tcp session handling.
(This used to be commit 593bc29bbe0e46d356d001160e8a3332a88f2fa8)
12 files changed:
source4/include/context.h
source4/include/local.h
source4/librpc/idl/echo.idl
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/dcerpc_tcp.c
source4/rpc_server/echo/rpc_echo.c
source4/rpc_server/epmapper/rpc_epmapper.c
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/torture/torture.c