r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies
authorStefan Metzmacher <metze@samba.org>
Thu, 30 Jun 2005 17:10:03 +0000 (17:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:00 +0000 (13:19 -0500)
commitfe483dcd874b7243d61e9623840c672b4ea06b2c
treef485b3017e84cd8d55bcd99f54e7940dd4f06e6d
parentd04057b932266325b1267597b2bc202db392a88a
r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies
and not for the ipc_read() replies as here the client explicit says how much data it wants

the write_fn() in dcesrv_output() now returns NTSTATUS

and the ipc specific implementations are moved to the ntvfs_ipc module

metze
source/ntvfs/ipc/vfs_ipc.c
source/rpc_server/dcerpc_server.c
source/rpc_server/dcerpc_sock.c