Windows clients cannot copy files larger than 2 GB if time_audit VFS module is used, because the module messes up the allocationsize in the NtCreateAndX reply. Problem is caused by the module using int to store a uint64, so the upper bits get messed up Patch is coming through autobuild
Created attachment 6596 [details] proposed patch
Karolin, you can cherry-pick bb66504 from master.
(In reply to comment #2) > Karolin, > > you can cherry-pick bb66504 from master. Pushed to v3-6-test. Closing out bug report. Thanks!