r17800: Start using struct timespec internally for file times
authorJeremy Allison <jra@samba.org>
Thu, 24 Aug 2006 16:44:00 +0000 (16:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:48 +0000 (11:38 -0500)
commita64925ddff467a47f7adfac4b1b977ddc0c7f4ef
tree0c228a2046097065d34dc62a744747509689e09c
parent26f55cb40de4556774ac3a4ef0e46003d85477a4
r17800: Start using struct timespec internally for file times
on the wire. This allows us to go to nsec resolution
for systems that support it. It should also now be
easy to add a correct "create time" (birth time)
for systems that support it (*BSD). I'll be watching
the build farm closely after this one for breakage :-).
Jeremy.
(This used to be commit 425280a1d23f97ef0b0be77462386d619f47b21d)
14 files changed:
source3/client/client.c
source3/client/clitar.c
source3/include/client.h
source3/lib/time.c
source3/lib/util.c
source3/libsmb/cliconnect.c
source3/libsmb/clifile.c
source3/libsmb/clifsinfo.c
source3/libsmb/clilist.c
source3/libsmb/clirap.c
source3/libsmb/libsmbclient.c
source3/smbd/nttrans.c
source3/smbd/trans2.c
source3/torture/torture.c