an initial fix for handling sparse files in smbd
authorAndrew Tridgell <tridge@samba.org>
Mon, 29 Jul 2002 11:14:05 +0000 (11:14 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 29 Jul 2002 11:14:05 +0000 (11:14 +0000)
commit7dfdb456d4c9bcf6ecb1f7e5c5e79989f95e5627
treea59021941f83b8a2394891bc901374fd80dd3c69
parent161dd6d963ea1c11891278af2483c925e508767e
an initial fix for handling sparse files in smbd
This gets my test code working, where we previously failed with files
above 20G in size.

I'm still not completely happy with this. There are just too many
fields in trans2.c that we don't fill in.
source/include/includes.h
source/include/ntioctl.h [new file with mode: 0644]
source/smbd/dosmode.c
source/smbd/nttrans.c
source/smbd/trans2.c