r7168: Updating file times from libsmbclient was not working for win98. Although
authorDerrell Lipman <derrell@samba.org>
Wed, 1 Jun 2005 17:40:40 +0000 (17:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:04 +0000 (10:57 -0500)
commite317034997bbeab447298070afdb1b78c60e0e69
tree06e4d09719d735ebba861a74e2e60fe9f404623e
parent0100bb0eb697105db7ef1473455a8b180ca43cb4
r7168: Updating file times from libsmbclient was not working for win98.  Although
the function that was being used to set attributes is a core protocol
function (SMBsetatr = 0x09), it does not appear to work on win98.  As a
temporary measure, when file times are to be set, this version opens the
file and uses SMBsetattrE = 0x22 instead.  (The other advantage of this
function over the original one is that it supports setting access time as
well as modification time.)

The next step, the proper solution if it can be made to work, is to write
functions that use TRANS2_SET_PATH_INFO instead.
(This used to be commit bab0bf7f4f9d2a4b6fcee4429094349302bbeb33)
examples/libsmbclient/smbwrapper/smbw_stat.c
source3/libsmb/libsmb_compat.c
source3/libsmb/libsmbclient.c