The branch, master has been updated
       via  7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6 (commit)
      from  d6270df748dcfd8d5a02c328518c2332da8fbed5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6
Author: Jeremy Allison <[email protected]>
Date:   Wed Aug 12 13:54:38 2009 -0700

    Documentation for "store create time".
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/filename/storecreatetime.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 docs-xml/smbdotconf/filename/storecreatetime.xml


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/filename/storecreatetime.xml 
b/docs-xml/smbdotconf/filename/storecreatetime.xml
new file mode 100644
index 0000000..5957a5d
--- /dev/null
+++ b/docs-xml/smbdotconf/filename/storecreatetime.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="store create time"
+                 context="S"
+                type="boolean"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
+<description>
+       <para>
+       If this parameter is set Samba attempts to store a create timestamp on 
any file or directory created by Samba
+       in a filesystem extended attribute. The data is written as an 8 byte 
Windows timestamp in little-endian form
+       in attribute named "user.DosTimestamps". This extended attribute is 
explicitly hidden from smbd clients requesting an
+       EA list. On Linux the filesystem must have been mounted with the mount 
option user_xattr in order for
+       extended attributes to work, also extended attributes must be compiled 
into the Linux kernel.
+       </para>
+</description>
+<value type="default">no</value>
+</samba:parameter>


-- 
Samba Shared Repository

Reply via email to