summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* s3-docs: Adapt version...Karolin Seeger2011-10-181-2/+2
| | | | | | in man vfs_aio_fork. Karolin
* s3/doc: add man page for aio_fork vfs moduleBjörn Jacke2011-10-181-0/+86
| | | | | | | | | | | thanks to Volker for the content Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Oct 18 12:24:35 CEST 2011 on sn-devel-104 (cherry picked from commit 56328a4d61c8d0a52f6841097bf8fc4ffd46bfb6) (cherry picked from commit 51f87fce55d160abed6b04ea27f53f254d2db474) Fix bug #8256 (vfs_aio_fork is undocumented).
* s3-docs: Remove "experimental" label on VFS ACL modulesKarolin Seeger2011-09-302-8/+0
| | | | | | | in the documentation also (bug #8494). Karolin (cherry picked from commit bd5d9d9fba23ea585b701c41ec27482a0076729e)
* Allows changing the maximum number of simultaneous clients in winbindd ↵Pierre Carrier2011-09-281-0/+14
| | | | | | | | | through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org> Fix bug #8186 (Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option).
* docs: fix the missing parameter description section in the smb.conf manpageMichael Adam2011-06-211-1/+9
| | | | | | | | | | | | | | | | | | The smb.conf (5) manpage recently sometimes failed to contain the contents of the description of each parameter section. The reason was a unreliable chain of dependencies in the Makefile. The error can be reproduced by touching manpages-3/smb.conf.5.xml and then building the manpages. Then smb.conf.5.xml is newer than any of the smbdotconf/*/*.xml files and hence the intermediate inexistent parameters.*.xml don't get generated. This patch fixes this problem by introducing a phony "parameters" target referencing the parameters.*.xml targets, so that they get build unconditionally. Fix bug #7997 (smb.conf.5 manpage truncated in 3.5.8).
* s3-docs Add documentation for 'client use spnego principal'Andrew Bartlett2011-06-141-0/+28
|
* s3-docs: document all wbinfo options.Günther Deschner2011-04-121-2/+98
| | | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 23:45:40 CET 2011 on sn-devel-104 Fix bug #7983 - not all wbinfo parameters are documented in manpage.
* s3-docs: Update 3.2 features.Samba-JP oota2010-11-231-0/+96
| | | | (cherry picked from commit aa54713615c5d0367528733ff2c3a5650eed96f7)
* s3-docs: Add missing whitespace.Karolin Seeger2010-06-211-1/+1
| | | | | Karolin (cherry picked from commit 2352538362977e456e8d05783f2732ff650cea41)
* s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.Günther Deschner2010-06-181-3/+3
| | | | | Guenther (cherry picked from commit cfb67b1a169350a8316532eb5d53de4a3f2bacb3)
* s3: Fix a typo found by ITPFS oota <t-oota@dh.jp.nec.com>Volker Lendecke2010-05-251-1/+1
| | | | | Thanks! (cherry picked from commit d12768cc0ae52d95ffd83070948c83af4ce8704b)
* s3-docs: Unify capitalization.Karolin Seeger2010-05-121-2/+2
| | | | | Karolin (cherry picked from commit da64913f55fa2c3d0b34cda3b8c4953894c4ed66)
* s3-docs: Add documentation of the net g_lock subcommand.Karolin Seeger2010-05-121-0/+40
| | | | | Karolin (cherry picked from commit ad6f63822915463011074c9e5f3ed938b48579f4)
* s3-docs: Move -D option to the right paragraph in man winbindd.Karolin Seeger2010-05-121-10/+10
| | | | | | | | Fix bug #7260 (Command line option documentation in wrong place in winbindd man page.). Thanks to Ged Haywood <samba@jubileegroup.co.uk> for reporting! Karolin (cherry picked from commit da5c49d727150eea7d2a4b83da1a02ac1f26e77c)
* s3-docs: Improve "winbind nss info" section in man smb.conf.Karolin Seeger2010-04-161-10/+8
| | | | | Karolin (cherry picked from commit 20fc769179377bf037f4d5efe1afbaf77d4c9292)
* s3-docs: Fix typo in man idmap_ad.Karolin Seeger2010-04-131-1/+1
| | | | | Karolin (cherry picked from commit 6389fac6db2f54d148222009b5e209cef5c6bdd7)
* Fix bug 7307 - man net usershare mistakeJeremy Allison2010-03-301-1/+1
| | | | | | | Fix bad usage message, reported by headset001@yahoo.com. Jeremy. (cherry picked from commit e14a6fbf8c9e4d16b2727e48c708ceccfd157e59)
* s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger2010-02-181-3/+3
| | | | | Karolin (cherry picked from commit 494819773d61daa32d4ee2a0a15088f3b4abe6e2)
* s3:docs: add some advice for usage of strict allocateBjörn Jacke2010-02-181-6/+18
| | | | (cherry picked from commit 37115f91aebec9c846e54790c6bcf433ae35888a)
* s3-docs: Document 'smbclient -C'.Volker Lendecke2010-02-162-0/+12
| | | | (cherry picked from commit f6c39cec27eea2522c62e6f1ff85efdafde351ac)
* Fix error in docs. Should be milliseconds, not microseconds.Jeremy Allison2010-02-161-1/+1
| | | | (cherry picked from commit c7f16abc47a2d291d3da95b4c8e654010e36bc0f)
* s3-docs: fix eventlogadm manpage typo.Günther Deschner2010-02-151-1/+1
| | | | | | | Guenther (cherry picked from commit c1ca00047d26ace240fa5f34b428392b5d61e6c3) Fix bug #7137 (eventlogadm manpage typo for dump command).
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-111-5/+6
| | | | | | Fix a comment typo. Jeremy.
* s3:docs-xml: document "nmbd bind explicit broadcast"Stefan Metzmacher2010-02-111-0/+16
| | | | | | | metze (cherry picked from commit 9887751f6fa6f7e4fd5c79c637e0576405000c01) The last 3 fixes address bug #7118 (nmbd problems with socket address).
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-091-0/+1
| | | | Karolin
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-092-4/+12
| | | | | | | | | | | | | | | Change parameter "wide links" to default to "no". Ensure "wide links = no" if "unix extensions = yes" on a share. Fix man pages to refect this. Remove "within share" checks for a UNIX symlink set - even if widelinks = no. The server will not follow that link anyway. Correct DEBUG message in check_reduced_name() to add missing "\n" so it's really clear when a path is being denied as it's outside the enclosing share path. Jeremy.
* s3-docs: Fix version in man ldbrename.Karolin Seeger2010-01-261-1/+1
| | | | Karolin
* s3/docs: Fix typo.Karolin Seeger2010-01-251-1/+1
| | | | | Karolin (cherry picked from commit a3420bf7a52c3d9fa6cba75aa88d1f4087c0e3aa)
* s3-docs: Fix typos.Karolin Seeger2010-01-206-6/+6
| | | | | | | | | | Thanks to the Debian samba package maintainers <pkg-samba-maint@lists.alioth.debian.org> for providing the patch! Fix bug #7017 (Typos and spelling errors in manpages). Karolin (cherry picked from commit e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c)
* s3-docs: Adapt version number in man vfs_scannedonly.Karolin Seeger2010-01-181-2/+2
| | | | Karolin
* s3-docs: Add man page for vfs_scannedonly.Olivier Sessink2010-01-181-0/+243
| | | | | Fix bug #7028. (cherry picked from commit 3fb359aa5698e393f37765ab279b5a4ba366f965)
* docs: fix xml tag in the pdbedit manpageMichael Adam2010-01-151-1/+1
| | | | | | | | | Michael (cherry picked from commit 3b58b2ac39a91c0c9f074abf079f700c7e886841) Signed-off-by: Michael Adam <obnox@samba.org> Fix bug #7041.
* s3-docs: mention -K option in pdbedit manpage.Günther Deschner2010-01-151-0/+1
| | | | | | | Guenther (cherry picked from commit 9bdd3d6c1b1aec536d87fb2e2d4e8495b3c88ee6) Signed-off-by: Michael Adam <obnox@samba.org>
* tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij2010-01-073-3/+3
| | | | | | | (cherry picked from commit 0110990f01390c80b8db423ba7eed486883219de) (Version changed to 3.5) Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.Günther Deschner2010-01-061-5/+5
| | | | | Guenther (cherry picked from commit 3b40ec83705f7ea61f4d4b88438493b6c197f222)
* doc: update mount.cifs man page with nounix optionSuresh Jayaraman2009-12-231-2/+52
| | | | | | | | | | | | | | | Change since last post: - fix build error due to superfluous </para> tag. - ensure it builds fine. Also add a section on INODE NUMBERS that discusses inode numbers more thoroughly and add reference to it in "nounix" and "noserverino" options. Thanks to Jeff Layton for explaining those details. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> Signed-off-by: Jeff Layton <jlayton@redhat.com>
* s3-docs: mention long and undocumented option names in rpcclient manpage.Günther Deschner2009-12-211-2/+9
| | | | | Guenther (cherry picked from commit 9a7bed7ae6ec46a848a87b9e9b41e686fffeb26b)
* s3-docs: mention long and undocumented option names in smbcacls manpage.Günther Deschner2009-12-211-20/+8
| | | | | Guenther (cherry picked from commit 308e1b51874bc7b3fd7a44bec1367f75b8c975f0)
* s3-docs: mention long and undocumented option names in smbclient manpage.Günther Deschner2009-12-211-11/+17
| | | | | Guenther (cherry picked from commit 71a5aef4e1e054359f419c5540694d3d8d8ededf)
* s3-docs: mention -O, --stdout in smbget manpage.Günther Deschner2009-12-211-1/+7
| | | | | Guenther (cherry picked from commit 6ffa5df69afbbce4bcf3c26c6068bcd927826ddd)
* s3-docs: mention long option names in smbtree manpage.Günther Deschner2009-12-211-3/+3
| | | | | Guenther (cherry picked from commit f8686728147eaf60d09c00d98d65902eb7e77902)
* s3-docs: mention long and undocumented option names in pdbedit manpage.Günther Deschner2009-12-211-44/+124
| | | | | Guenther (cherry picked from commit 722a330013280758c2184c0239810229b38c42f0)
* s3-docs: mention all long option names in samba.entities file.Günther Deschner2009-12-211-8/+8
| | | | | Guenther (cherry picked from commit 0d412789b8035dfeb28989ba82d677d2ae9b7bd0)
* s3-docs: not working for SuSE anymore...Günther Deschner2009-12-211-2/+2
| | | | | Guenther (cherry picked from commit d9ca1488a4a0e562ad13207c4b54d029c55be293)
* s3-docs: mention pam_winbind.conf(5) manpage in pam_winbind(8) manpage.Günther Deschner2009-12-181-1/+5
| | | | | Guenther (cherry picked from commit 72d68acbf59aa8531cc132551cc8e8313b7dc3b7)
* s3-docs: add new pam_winbind.conf(5) manpage.Günther Deschner2009-12-181-0/+190
| | | | | Guenther (cherry picked from commit 74816678706b7028fa63a4e552887fcf98322711)
* Update default with correct value. Add a note about Win7 behaviorJeremy Allison2009-12-171-9/+12
| | | | | | here. Jeremy. (cherry picked from commit fbf4923cad17b55bd7a647bf2300b28e23b8cdbb)
* s3:docs: Fix 'make manpages3'.Karolin Seeger2009-12-141-2/+2
| | | | | Karolin (cherry picked from commit f740bdc47bb53dc6d17e48e1ad9c6f5fdd9ff102)
* s3:docs: document ldap derefBjörn Jacke2009-12-111-0/+21
|
* s3:doc: make dos filetimes description less contradictoryBjörn Jacke2009-12-081-5/+3
|