summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' ↵Jeremy Allison2011-09-142-0/+41
| | | | | | | | | | | | regression intro'd in 3.2 Add "allow insecure widelinks" to re-enable the ability (requested by some sites) to have "widelinks = yes" and "unix extensions = yes". Based on an original patch by Linda Walsh <samba@tlinx.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 14 03:55:45 CEST 2011 on sn-devel-104
* docs: Add documentation for the rpc_daemon parametric option.Simo Sorce2011-08-311-0/+69
|
* doc: Reflect the latest changes to the rpc_server option.Andreas Schneider2011-08-311-18/+66
| | | | bug #8425.
* s3-param Remove 'time offset' from smb.confAndrew Bartlett2011-06-111-15/+0
| | | | | | | | | | This strange parameter is apparently very rarely used, and it seems to me that on modern networks, if clients don't have correct clocks and DST offsets, that many other things (Kerberos) start to fail pretty quickly, and time and DST tables tend to be internet delivered anyway. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 11 03:54:45 CEST 2011 on sn-devel-104
* s3-docs Add documentation for ncalrpc dirAndrew Bartlett2011-06-071-0/+13
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 7 02:57:33 CEST 2011 on sn-devel-104
* s3: Document "async smb echo handler"Volker Lendecke2011-05-261-0/+15
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu May 26 12:50:55 CEST 2011 on sn-devel-104
* s3-docs: more typos in rpc_server manpage.Günther Deschner2010-09-151-2/+2
| | | | Guenther
* s3-docs: fix rpc_server manpage type.Günther Deschner2010-09-151-1/+1
| | | | Guenther
* s3-rpc_server: Added new parametric option 'rpc_server'Andreas Schneider2010-09-151-0/+46
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-docs: Add more verbose description of "log writeable files on exit".Volker Lendecke2010-07-191-4/+11
|
* s3-docs: Add more verbose description of "ctdb locktime warn threshold".Volker Lendecke2010-07-191-7/+19
|
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-221-0/+16
| | | | | This is mainly a debugging aid for post-mortem analysis in case a cluster file system is slow.
* s3: Add "log writeable files on exit" parameterVolker Lendecke2010-03-221-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.
* Revert "Change the default of "nmbd bind explicit broadcast" to "no""Jeremy Allison2010-02-101-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.
* Change the default of "nmbd bind explicit broadcast" to "no"Jeremy Allison2010-02-101-3/+2
| | | | | | until the double processing problem in bug #7118 is fixed. Jeremy.
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-081-5/+6
| | | | | | Fix a comment typo. Jeremy.
* s3:docs-xml: document "nmbd bind explicit broadcast"Stefan Metzmacher2010-02-081-0/+16
| | | | metze
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-051-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.
* s3:doc: make dos filetimes description less contradictoryBjörn Jacke2009-12-081-5/+3
|
* s3:docs: Document "directory name cache size".Karolin Seeger2009-12-071-0/+14
| | | | Karolin
* s3:docs: Document "cache directory" and "state directory".Karolin Seeger2009-11-302-0/+44
| | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
* s3: Restore "fake directory create times" as a share parameterVolker Lendecke2009-11-291-1/+1
|
* Second part of bugfix for 6865 - acl_xattr module: Has dependency that ↵Jeremy Allison2009-11-111-1/+7
| | | | | | | inherit acls = yes or xattrs are removed. We also need dos filemode = true set as well. Jeremy.
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-051-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.
* s3:docs: fake dir create times is a global parameter.Karolin Seeger2009-10-261-1/+1
| | | | Karolin
* s3/docs: Fix several typos.Karolin Seeger2009-02-204-6/+6
| | | | | | | | This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-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.
* docs: Improve description of the share commands in man smb.conf.Karolin Seeger2009-01-063-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
* docs: Add hint that "socket address" usually don't need to be set.Karolin Seeger2008-12-121-5/+7
| | | | | | | This fixes bug #5950. Thanks to the Debian Samba package maintainers for reporting! Karolin
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2008-07-031-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)
* man pages: Remove wrong synonym.Karolin Seeger2008-06-091-1/+0
| | | | | Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
* man pages: Add documentation for new cluster parameters.Karolin Seeger2008-05-203-0/+50
| | | | | Karolin (This used to be commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53)
* manpages: describe special meaning of "include = registry" in description of ↵Michael Adam2008-04-241-3/+8
| | | | | | | "include" Michael (This used to be commit 613b6dc6f833dd7ef93e107c0eddc211d42fff93)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-2358-0/+1491
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)