r4161: two more fixes for NT4 clients. Bugs found by kukks.
authorAndrew Tridgell <tridge@samba.org>
Sun, 12 Dec 2004 08:35:11 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:20 +0000 (13:07 -0500)
commit1960714669d03ce6c2f1fda34e9798cda555c962
tree26649cdfa6ee3d0a2663facb634a1be0ed502465
parentf2dbe4610704d97725a69c076af52fbb6e899640
r4161: two more fixes for NT4 clients. Bugs found by kukks.

 - nt4 doesn't setup the pfc flags correctly for rpc packet types
   other than normal requests, so don't check for fragmented packets
   unless they are of type request

 - ensure we give STATUS_BUFFER_OVERFLOW when we return a partial
   fragment in SMBtrans requests on ncacn_np
(This used to be commit 83ebffec3215c58c5cebf1a7c9a58904854203c8)
source4/rpc_server/dcerpc_server.c