Constrain "min receivefile size" to max of BUFFER_SIZE
authorJeremy Allison <jra@samba.org>
Thu, 8 Nov 2007 05:47:00 +0000 (21:47 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 8 Nov 2007 05:47:00 +0000 (21:47 -0800)
commit6bf053a6a17749a3bc73c8cc5fd490aa5f93b763
tree36bd29858c4286e1e93fd6c96b2d08b19f85c218
parente398a8d7b60127001d309c2fd0b1f13337f9b46d
Constrain "min receivefile size" to max of BUFFER_SIZE
(128k). Add debug error messages so we can see why
writeX large is denied. Ensure we don't allow recvfile
writes on IPC$.
Jeremy.
source/param/loadparm.c
source/smbd/reply.c