summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2008-04-23fix bad ending tagGerald Carter1-1/+1
(This used to be commit 551d70cc66e1853e1007d17df69e128e9b5dbc50)
2008-04-23man page updates for new idmap options (still a work in progress)Gerald Carter4-28/+88
(This used to be commit c88062d21899e67ba031d6a2da48c50be567ebfd)
2008-04-23Add nfs4:chown option, and a few formatting changes.Jim McDonough1-0/+21
(This used to be commit 51200b7b58d055d0d82876dda6bf82d41f6398f5)
2008-04-23Typo found by Tom Bork -- thanksVolker Lendecke1-1/+1
(This used to be commit 0fa037b402485d25b0ebbbcf16deeb1b06e811a5)
2008-04-23A few updates to the gpfs manpage. Clarify some language, list setleaseJim McDonough1-7/+8
as feature, add "vfs objects = gpfs" to example. (This used to be commit 1e8deb37aa2a19cd9711d79c7ead0185d3c50118)
2008-04-23Add manpage for gpfs module. Thanks to Chetan ShringarpureJim McDonough1-0/+139
<chetan.sh@in.ibm.com> (This used to be commit 649b6fffcb531fef3d0952a2f1a43acd8ec7f6e1)
2008-04-23Fix reference to vfs_audit - pointed out by der Tom.John Terpstra1-1/+1
(This used to be commit 0123de56b7c10932b36b482511375562699ebb76)
2008-04-23add documentation for debug prefix timestampHerb Lewis2-2/+22
fix missing tag close in printjobusername (This used to be commit ea5c7f2258a7e5b6811719520a0a716cf49bc89b)
2008-04-23Add chflags to the list of audited operations and sort the list.James Peach1-75/+76
(This used to be commit e2ae796dd0d9863bf23b814e7badaf928475703c)
2008-04-23More doc fixes by Tom Bork -- thanks :-)Volker Lendecke2-4/+4
(This used to be commit af1abf9986f8d79c891cd8f94e101d5c0f69f261)
2008-04-23Fix doc defaults report by Tom Bork -- Thanks :-)Volker Lendecke3-4/+4
(This used to be commit 07638766645dbb2377cf17f5e7d66140239ed67e)
2008-04-23Update manpage to add "minsize" parameter.Jeremy Allison1-0/+10
Jeremy. (This used to be commit 94463a1fafced29ffcbbc3ce20fa8f2c83d1dfc3)
2008-04-23Apparantly putting a newline in the "wrong" place can cause the generatedJames Peach1-8/+4
nroff to join words instead of separating them with spaces. (This used to be commit 79a60e635f3fde6ca9e50a1cca6df67cd08008af)
2008-04-23Remove bogus mention of ACLs. Note that quota units are bytes.James Peach1-8/+9
(This used to be commit f8369083cf6e01beee4d16f132e0397744848d55)
2008-04-23Document tdbtool.James Peach1-0/+224
(This used to be commit 62b5557b9519dd578f41b288b63731de2da97c39)
2008-04-23I can't spell "choice". Twice.James Peach1-2/+2
(This used to be commit f9d1581abc9e835b06e3c6c596b9f2f29ff10a6f)
2008-04-23Document eventlogadm. The synopsis does not format correctly and I can'tJames Peach1-0/+253
figure out why :( (This used to be commit 68a9c092bd32c00a28e53f14a208d11335ff7c0f)
2008-04-23Make sure all the modules are referred to as vfs_module_name to avoidJames Peach14-75/+89
collisions with existing man pages. (This used to be commit 2c7722ac9ed62bfb4670aa61e382a4cf1653a3ba)
2008-04-23Rename module manpages for consistency.James Peach15-0/+0
(This used to be commit e2e8104462cf32a1ef29778f7d10bee8aa6dcb3e)
2008-04-23Document the full_audit VFS module.James Peach1-0/+262
(This used to be commit 44e419b8c49662f3563b0344cb94192913121649)
2008-04-23Document the extd_audit module.James Peach1-0/+64
(This used to be commit 01d20e72d68e3fa6758ce5d06b3d00fa6ef38a1a)
2008-04-23Fix cut'n'paste error.James Peach1-1/+1
(This used to be commit 167aa6486b6219a3b6a9921147fc4367986001bc)
2008-04-23Document the catia VFS module.James Peach1-0/+69
(This used to be commit 3ba1803d9f5809dbac86005a3b5f57d53c6a8b6f)
2008-04-23Fix cut'n'pasted command summary.James Peach1-1/+1
(This used to be commit ff71f4f68a5f5bb8a8127bd31952c3ad54576b2e)
2008-04-23Document the cap VFS module.James Peach1-0/+74
(This used to be commit c595aa3353b1fe4b19b077058cf0d6370edeebc8)
2008-04-23Make capitalisation consistent.James Peach1-1/+1
(This used to be commit cbb24fae32ff1a6e2631389ad3c082438e06e55c)
2008-04-23Document the prealloc VFS module.James Peach1-0/+103
(This used to be commit afa33d3267e41cacdcfab9ec7da1c150cdb18593)
2008-04-23Document the commit VFS module.James Peach2-3/+108
(This used to be commit b8f5837a8de3c9b673ffaab427642fafa2661ec0)
2008-04-23Document cacheprime VFS module.James Peach1-0/+107
(This used to be commit bc5fa1d172857c156137add76de4611fda050098)
2008-04-23Document netatalk VFS module.James Peach1-0/+73
(This used to be commit b32b9d9e3a0c4f5fd9e2416423322fe56d0ebde2)
2008-04-23Document shadow_copy module.James Peach1-0/+117
NOTE - the formatting is a bit wonky because itemized list emits a trailing .RE the messes up the indentation of the ssubsequent paragraph. Also, itemizedlist emits character entities (dot points?) that man doesn't appear to understand (ie. it renders them as &#8226;). suggestions welcome on how to fix the above :) (This used to be commit 54b8f9b9c2e0cdd98471b52e3ef07c5f85276068)
2008-04-23Document fam_notify module.James Peach1-0/+66
(This used to be commit 1ba0ed90b05dfc1b51abcdfa1be21a25829870b8)
2008-04-23Document the recycle VFS module.James Peach1-0/+202
(This used to be commit 4fac3bf9353dcd96b10673062eb59c2ff743036e)
2008-04-23Restore missing refentry tag.James Peach1-0/+1
(This used to be commit c8896c8966cd6a615900c1b3e28994b6fbc873df)
2008-04-23Fix cut'n'paste error.James Peach1-1/+1
(This used to be commit dd43cce0553c450afafb75c59e4bfc40812fdfc2)
2008-04-23Fix cut'n'paste error.James Peach1-1/+0
(This used to be commit 0b47334b1916ca7020004714265900001c49d4ae)
2008-04-23Document fake_perms module.James Peach1-0/+69
(This used to be commit 48803bcc051a8d5fe3c96d9a896923604d7e22d9)
2008-04-23Document default_quota module.James Peach1-0/+132
(This used to be commit d515158bb5f405773056efd85f46c83a38b38e61)
2008-04-23Document audit vfs module.James Peach1-0/+118
(This used to be commit 1cfa1a0921ca2601128ea678a142727112002086)
2008-04-23Document the readonly VFS module.James Peach1-0/+97
(This used to be commit 067285af805eef643d7a34a24aff8a77b737b897)
2008-04-23adding template file for individual manpagesGerald Carter1-0/+37
(This used to be commit c23af91ed4377df153e6caf64f08d14605be35aa)
2008-04-23After merging the notify stuff to 3_0_25, check in the docsVolker Lendecke4-47/+17
(This used to be commit ee532da6c8eb7c21937702e942e2755cf0aac042)
2008-04-23Talked to Jerry on irc, he does not see what might break with this: ChangeVolker Lendecke1-1/+1
back the 'msdfs root = yes' default to 'no'. Volker (This used to be commit 9b7c2a5242efb4eea0929ead0ae6be2cdcd6280d)
2008-04-23Docs for "printjob username"Volker Lendecke1-0/+15
(This used to be commit 2a1aa85b57b3b5121eb05a4feb5495c439e2463b)
2008-04-23Fix use with newer versions of xsltproc.Jelmer Vernooij1-0/+1
(This used to be commit 0b739c14f2c3c70ebf0344c5d98a57d8bd76cc46)
2008-04-23fix the broken generation of the smb.conf.5.html pageSamba Release Account1-1/+1
(This used to be commit af9a23313de445fc8cd36f7e75c8e35a0b1922cf)
2008-04-23minor updates to linux client user guideSteve French1-0/+0
(This used to be commit 4e52bb0efc9ef719dcbcb04818f1efff72051733)
2008-04-23Add documentation for linux cifs clientSteve French1-0/+0
(This used to be commit 35688bc70d86f71271ce3f20674d1a69e51f6a7d)
2008-04-23Remove a section assuming multiple password backendsVolker Lendecke1-34/+0
(This used to be commit 362a4c23d420f4bef6613180a3cd0bbc3f02f665)
2008-04-23Some smbconf fixes from Karolin Seeger <ks@sernet.de>. Removing theVolker Lendecke1-3/+3
<smbconfsection> / </smbconfsection> is in line with the rest of the introduction. Thanks :-) Volker (This used to be commit 388f801f3ca3d60e8e8c35a95bad5ce1c2b22977)