﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16	Timestamps changed wrongly during copy to share	guest	Paul Smedley	"The date/time stamps are changed wrongly, when a file is copied from local drive to a share. The following example demostrates the problem:

{{{

Original timestamps of a given file:
testfile.txt File creation time:          2007-03-01 07:41:38
             File last access time:       2007-06-27 08:13:34
             File last update time:       2007-06-19 15:21:28

xcopy to Peer via LAN-Requester does not change these timestamps during copy, as the target file has still the same after the copy
operation:
testfile_LAN.txt File creation time:      2007-03-01 07:41:38
                 File last access time:   2007-06-27 08:13:34
                 File last update time:   2007-06-19 15:21:28

xcopy to Samba via Netdrive however changes these timestamps:
testfile_SMB.txt File creation time:      2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last access time:   2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last update time:   2007-06-19 15:21:28 (right)

}}}
"	defect	closed	critical	Samba Server for eCS (OS/2) 1.0	Samba Server	3.0.25b	fixed		herwig.bauernfeind@…
