r17800: Start using struct timespec internally for file times
commit425280a1d23f97ef0b0be77462386d619f47b21d
authorJeremy Allison <jra@samba.org>
Thu, 24 Aug 2006 16:44:00 +0000 (24 16:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:48 +0000 (10 11:38 -0500)
tree7ef113d951f9940ce153c553a0097c92443b5816
parent3c547202856378cb1b6895b8c5dd0c9e43c66a1f
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.
14 files changed:
source/client/client.c
source/client/clitar.c
source/include/client.h
source/lib/time.c
source/lib/util.c
source/libsmb/cliconnect.c
source/libsmb/clifile.c
source/libsmb/clifsinfo.c
source/libsmb/clilist.c
source/libsmb/clirap.c
source/libsmb/libsmbclient.c
source/smbd/nttrans.c
source/smbd/trans2.c
source/torture/torture.c