summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-08-21 21:44:21 -0700
committerJeremy Allison <jra@samba.org>2009-08-21 21:44:21 -0700
commit1af0aa92b3f3467715f6ffbfedf66df1acc0a83c (patch)
treea151ed8cc04a4bea659b8d11484a197ca3b74b2c /source3/include/smb.h
parent47c7063dc62dc06d0cdd50e1946c088f8bf1ee1d (diff)
downloadsamba-1af0aa92b3f3467715f6ffbfedf66df1acc0a83c.tar.gz
samba-1af0aa92b3f3467715f6ffbfedf66df1acc0a83c.tar.bz2
samba-1af0aa92b3f3467715f6ffbfedf66df1acc0a83c.zip
Fix bug 6529 - Offline files conflict with Vista and Office 2003
On filesystems that can't store less than one second timestamps, round the incoming timestamp set requests so the client can't discover that a time set request has been truncated by the filesystem. Needs backporting to 3.4, 3.3, 3.2 and (even) 3.0. Jeremy
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 9d1e22b064..1347ab228b 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -557,6 +557,9 @@ typedef struct connection_struct {
bool ipc;
bool read_only; /* Attributes for the current user of the share. */
bool admin_user; /* Attributes for the current user of the share. */
+ bool hires_timestamps_avail; /* Does this filesystem honor
+ sub second timestamps on files
+ and directories ? */
char *connectpath;
char *origpath;