dcerpc over tcp in the samba4 server now works to some extent. It
authorAndrew Tridgell <tridge@samba.org>
Sat, 13 Dec 2003 10:58:48 +0000 (10:58 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 13 Dec 2003 10:58:48 +0000 (10:58 +0000)
commitd4705378ce88d1bb2f787338c531998d37d078ef
tree5c69c190347bd71067203aa89f0e99db4bc50a38
parent8faa77f177833eeee245391840d06771f46e0136
dcerpc over tcp in the samba4 server now works to some extent. It
needs quite a bit more work to get it finished. The biggest missing
feature is the lack of NTLMSSP which is needed for basic
authentication over tcp
(This used to be commit 9fb0f0369356909c99389e2cbc525be27c08793c)
15 files changed:
source4/Makefile.in
source4/include/context.h
source4/librpc/idl/epmapper.idl
source4/ntvfs/ipc/vfs_ipc.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/dcerpc_tcp.c [new file with mode: 0644]
source4/rpc_server/echo/rpc_echo.c
source4/rpc_server/epmapper/rpc_epmapper.c
source4/smbd/process.c
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/rewrite.c
source4/smbd/server.c