Get closer to an accurate model of Windows timestamp changes.
authorJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 00:20:11 +0000 (16:20 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 6 Nov 2009 00:20:11 +0000 (16:20 -0800)
commit7f9fe127ba31e6dd064d090d5ffc8eeb377627ab
tree6b2c63f2d022c82c14ea517bac06e49a605b4f5e
parentc2df97f57ce205935c37cd5a90cfeddb129cd92b
Get closer to an accurate model of Windows timestamp changes.
"Normal" non truncate writes always cause the timestamp to
be set on close. Once a close is done on a handle this can
reset the sticky write time to current time also.
Updated smbtorture4 confirms this.
Jeremy.
source3/include/proto.h
source3/smbd/close.c
source3/smbd/dosmode.c
source3/smbd/fileio.c
source3/smbd/nttrans.c
source3/smbd/reply.c