s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share
commitbb66504dadf56366ea30697ae73673de3df08132
authorChristian Ambach <ambi@samba.org>
Fri, 17 Jun 2011 19:54:30 +0000 (17 21:54 +0200)
committerChristian Ambach <ambi@samba.org>
Fri, 17 Jun 2011 21:11:10 +0000 (17 23:11 +0200)
tree95a0940e8131fac7bb3dc700e75f2ee0ec96ef4a
parentacc95354008ff11be5e59f74481228f04869095c
s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share

the time_audit module uses int instead of uint64 as return value
in get_alloc_size so that sizes of files larger than 2 GB are
cut of leading to wrong replies to NtCreateAndX and Windows
clients giving up

While checking the types of all functions, I found two more wrong
return value types that needed correction

Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Fri Jun 17 23:11:10 CEST 2011 on sn-devel-104
source3/modules/vfs_time_audit.c