Skip to content

Fix for bug 14150 (and bug 14320)

Ralph Böhme requested to merge samba-team/devel/samba:slow-bug14150 into master

This fixes a subtle problem in out seteof code which doesn't flush a pending writetime update if the set size equals the file size. Windows does this.

Windows also flushes a pending writetime update for SMB[2] FLUSH requests, so this gets implemented too.

I'm piggy-packing two commits related to timestamps, both are not related to the bug.

Edited by Ralph Böhme

Merge request reports