r1841: Fix for #1606, can't launch dos exe's.
authorJeremy Allison <jra@samba.org>
Mon, 16 Aug 2004 21:27:26 +0000 (21:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:21 +0000 (10:52 -0500)
commitf17922d537213fe1d15cebcd78a8df4068801e7f
treeeac2e66bc2d4099f08fb68fe8190f031d3e72bd8
parentcc72b666ed93556a2413055f161e67437024a320
r1841: Fix for #1606, can't launch dos exe's.
2 related problems - 1). DOS uses chained commands - when we
are replying with sendfile we neglect to send the chained header. 2). Win9x and
DOS TCP stacks blow up when getting data back from a Linux sendfile - "The
engines canna take the strain cap'n". Don't use sendfile for anything less than NT1.
Jeremy.
(This used to be commit 3cd88f48afa589a189bb728d2d2660d058203d4d)
source3/param/loadparm.c
source3/smbd/reply.c