summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc
AgeCommit message (Collapse)AuthorFilesLines
2010-03-22s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke1-0/+16
This is mainly a debugging aid for post-mortem analysis in case a cluster file system is slow.
2010-03-22s3: Add "log writeable files on exit" parameterVolker Lendecke1-0/+16
This boolean option controls whether at exit time the server dumps a list of files with debug level 0 that were still open for write. This is an administrative aid to find the files that were potentially corrupt if the network connection died.
2010-02-10Revert "Change the default of "nmbd bind explicit broadcast" to "no""Jeremy Allison1-2/+3
This reverts commit 84fba3c1bc962804259f201d465acfdf0cd3c6a8. Now we have a "processed packet queue" in nmbd we can go back to doing this by default. Jeremy.
2010-02-10Change the default of "nmbd bind explicit broadcast" to "no"Jeremy Allison1-3/+2
until the double processing problem in bug #7118 is fixed. Jeremy.
2010-02-08Make "nmbd bind explicit broadcast" on by default.Jeremy Allison1-5/+6
Fix a comment typo. Jeremy.
2010-02-08s3:docs-xml: document "nmbd bind explicit broadcast"Stefan Metzmacher1-0/+16
metze
2010-02-05Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison1-4/+9
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.
2009-12-08s3:doc: make dos filetimes description less contradictoryBjörn Jacke1-5/+3
2009-12-07s3:docs: Document "directory name cache size".Karolin Seeger1-0/+14
Karolin
2009-11-30s3:docs: Document "cache directory" and "state directory".Karolin Seeger2-0/+44
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
2009-11-29s3: Restore "fake directory create times" as a share parameterVolker Lendecke1-1/+1
2009-11-11Second part of bugfix for 6865 - acl_xattr module: Has dependency that ↵Jeremy Allison1-1/+7
inherit acls = yes or xattrs are removed. We also need dos filemode = true set as well. Jeremy.
2009-11-05s3: Add parameter "ctdb timeout"Volker Lendecke1-0/+37
When something in the cluster blocks, it can happen that we wait indefinitely long for ctdb, just adding to the blocking condition. In theory, nothing should block, but as someone said "In practice the difference between theory and practice is larger than in theory". This adds a timeout parameter in seconds, after which we stop waiting for ctdb and panic.
2009-10-26s3:docs: fake dir create times is a global parameter.Karolin Seeger1-1/+1
Karolin
2009-02-20s3/docs: Fix several typos.Karolin Seeger4-6/+6
This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-0/+13
This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.
2009-01-06docs: Improve description of the share commands in man smb.conf.Karolin Seeger3-24/+34
-Correct the parameter names. -Fix typos. -Fix related parameters. This fixes bug #6008. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2008-12-12docs: Add hint that "socket address" usually don't need to be set.Karolin Seeger1-5/+7
This fixes bug #5950. Thanks to the Debian Samba package maintainers for reporting! Karolin
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison1-8/+9
"acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy. (This used to be commit e98e080bad2c8b9f038a8f2dffcfeba1d5f392ce)
2008-06-09man pages: Remove wrong synonym.Karolin Seeger1-1/+0
Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
2008-05-20man pages: Add documentation for new cluster parameters.Karolin Seeger3-0/+50
Karolin (This used to be commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53)
2008-04-24manpages: describe special meaning of "include = registry" in description of ↵Michael Adam1-3/+8
"include" Michael (This used to be commit 613b6dc6f833dd7ef93e107c0eddc211d42fff93)
2008-04-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter58-0/+1491
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)