smbclient fails when we attempt to use the posix extensions to read 16MB chucks at a time. The oob check doesn't cope with sizes greater than the NBT length wheras with POSIX reads we can use up to 24-bit lengths. to reproduce: smbclient //server/tmp posix get large_file Reported by Alex Golenkevich <alex.golenkevich@gmail.com>. Patches from Andrew Bartlett to follow.
Created attachment 7263 [details] git-am fix for 3.6.next
Created attachment 7264 [details] git-am fix for 3.5.next
Re-assigning to Karolin for inclusion in 3.5.next and 3.6.next. Jeremy.
Pushed to both branches. Closing out bug report. Thanks!