1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
a770caed0f Remove "store create time" code, cause create time to be stored
in the "user.DOSATTRIB" EA. From the docs:
In Samba 3.5.0 and above the "user.DOSATTRIB" extended attribute has been extended to store
the create time for a file as well as the DOS attributes. This is done in a backwards compatible
way so files created by Samba 3.5.0 and above can still have the DOS attribute read from this
extended attribute by earlier versions of Samba, but they will not be able to read the create
time stored there. Storing the create time separately from the normal filesystem meta-data
allows Samba to faithfully reproduce NTFS semantics on top of a POSIX filesystem.
Passes make test but will need more testing.
Jeremy.
2009-11-17 14:55:02 -08:00
d1ad143a70 s3/docs: Fix typo.
Fix bug #4250. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-10-30 16:47:22 +01:00
04161b44a0 Fix map readonly in smb.conf, it is a single word 2009-10-28 19:10:08 -04:00
7ad5c69bd4 Documentation for "store create time".
Jeremy.
2009-08-12 13:54:38 -07:00
7ec6588ef8 man pages: Fix indentation in smb.conf section about 'map readonly'.
(This used to be commit 0f0d81a89a)
2008-06-12 09:34:15 +02:00
766f780cda man pages: Added improvements.
(This used to be commit 7fecd548af)
2008-06-12 09:28:17 +02:00
55da8e64e5 Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.
Have no idea why the previous sequence of characters was causing
iconv to choke on my Ubuntu 8.04.  Reword the entry some
for clarity and to advoid this failure.
(cherry picked from commit b0b4bd2466)
(This used to be commit 4d89c39f26)
2008-05-27 10:51:24 -05:00
a84c7455ae man pages: Remove man page for 'mangled map'.
'mangled map' has been removed with dee8beba7a.

Karolin
(cherry picked from commit d9b4e50067)
(This used to be commit 48bf0b42a7)
2008-05-20 11:21:54 +02:00
8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d6)
2008-04-23 08:47:48 -05:00