]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: remove get_change_timespec()
authorRalph Boehme <slow@samba.org>
Fri, 14 Mar 2025 06:59:33 +0000 (07:59 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 27 Mar 2025 05:37:43 +0000 (05:37 +0000)
commit907f17dda9984dd70af9fd23ab02c21b7c50fbe8
treef1019c32a16bcc1bfa480cc76b550cc43abf595e
parent560c7359cedc0286f75d4946e755f7925b9c4e45
smbd: remove get_change_timespec()

Return ctime from the filesystem instead of mtime. Adjust existing tests
by removing ctime check.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13594

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/script/tests/test_smbclient_s3.sh
source3/script/tests/test_timestamps.sh
source3/smbd/dosmode.c
source3/smbd/proto.h
source3/smbd/smb1_nttrans.c
source3/smbd/smb2_close.c
source3/smbd/smb2_create.c
source3/smbd/smb2_trans2.c
source4/torture/smb2/rename.c
source4/torture/smb2/timestamps.c