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)
commit1ea873e0a07ed146ccfa61acd746de85df9ffb97
treeaeac011a0b2be5a0b47b359d59e4a0c3bfd3293d
parent8c85675b075404a333c8cc3d653b949e33ddc6a8
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.
(This used to be commit 7dfdb456d4c9bcf6ecb1f7e5c5e79989f95e5627)
source3/include/includes.h
source3/include/ntioctl.h [new file with mode: 0644]
source3/smbd/dosmode.c
source3/smbd/nttrans.c
source3/smbd/trans2.c