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)
commit8a300c9248cc956d2aaed59e89efc2535a9f60f5
tree97d180180386b35f3fbdd788359542fe44002da2
parent7a4496f606ab3d6594489eeee89ed2140b8c7655
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
(This used to be commit fe483dcd874b7243d61e9623840c672b4ea06b2c)
source4/ntvfs/ipc/vfs_ipc.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_sock.c