summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16s3-auth: Remove docs about obsolete 'update encrypted' option.Andreas Schneider1-34/+0
2010-08-14s3:docs: add documentation for new "idmap read only" parameterMichael Adam1-0/+21
2010-08-14s3:docs: remove documentation of removed parameter "idmap alloc backend"Michael Adam1-33/+0
2010-07-19s3-docs: Add more verbose description of "log writeable files on exit".Volker Lendecke1-4/+11
2010-07-19s3-docs: Add more verbose description of "ctdb locktime warn threshold".Volker Lendecke1-7/+19
2010-07-19s3-docs: Add more verbose description of "username map cache time".Volker Lendecke1-7/+16
2010-07-19s3-docs: Remove older documentation of smb2 parameters.Karolin Seeger3-39/+0
Jeremy, these parameters were already documented. My fault. Sorry for the noise! Karolin
2010-07-16Fix bug #7570 - New smb2 max parameters are undocumented.Jeremy Allison3-0/+51
Jeremy.
2010-06-21s3-docs: Add missing whitespace.Karolin Seeger1-1/+1
Karolin
2010-04-16s3-docs: Improve "winbind nss info" section in man smb.conf.Karolin Seeger1-10/+8
Karolin
2010-04-13s3: Cache the username map in gencacheVolker Lendecke1-0/+18
This is for uses with a heavy-weight username map script
2010-04-06Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison3-0/+39
Set to 64k by default. Jeremy.
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-18s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger1-3/+3
Karolin
2010-02-18s3:docs: add some advice for usage of strict allocateBjörn Jacke1-6/+18
2010-02-12Fix error in docs. Should be milliseconds, not microseconds.Jeremy Allison1-1/+1
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-09s3-docs: Add missing para end tag.Karolin Seeger1-0/+1
Karolin (cherry picked from commit b78de63ef3cde53e3aabbe46654aac5a335f16a8)
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 Allison2-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.
2010-01-20s3-docs: Fix typos.Karolin Seeger3-3/+3
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
2009-12-17Update default with correct value. Add a note about Win7 behaviorJeremy Allison1-9/+12
here. Jeremy.
2009-12-14s3:docs: Fix 'make manpages3'.Karolin Seeger1-2/+2
Karolin
2009-12-11s3:docs: document ldap derefBjörn Jacke1-0/+21
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 "aio write behind".Karolin Seeger1-0/+23
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
2009-11-30s3:docs: Document "ldap page size".Karolin Seeger1-0/+18
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
2009-11-30s3:docs: Document "enable core files".Karolin Seeger1-0/+15
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). 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-18s3/docs: Add "max protocol = smb2" to man smb.conf.Karolin Seeger1-0/+5
Karolin
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison2-15/+7
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-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-11s3/docs: Document "enable spoolss".Karolin Seeger1-0/+10
Karolin
2009-11-06Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or ↵Jeremy Allison1-0/+5
xattrs are removed. 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-11-02s3: Make "debug hires timestamp" default to trueVolker Lendecke1-1/+1
It does not cost much and can help a lot when debugging
2009-10-30s3/docs: Fix typo.Karolin Seeger1-1/+1
Fix bug #4250. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2009-10-30s3/docs: Remove reference to nonexistent file.Karolin Seeger1-3/+1
Fix bug #4252. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2009-10-28Fix map readonly in smb.conf, it is a single wordSimo Sorce1-1/+1
2009-10-26s3: Rename new parameter "ldap ref follow" to "ldap follow referral".Karolin Seeger1-1/+1
This parameter will be introduced with Samba 3.5.0. Karolin
2009-10-26s3:docs: Public is not a synonym for access based shareenum.Karolin Seeger1-1/+0
Fix build warning. Karolin
2009-10-26s3:docs: fake dir create times is a global parameter.Karolin Seeger1-1/+1
Karolin
2009-10-12s3/smbldap: add option to disable following LDAP refsJan Engelhardt1-0/+21
Fix bug #6717.
2009-10-03s3:doc: add some detail about lanman auth parameterBjörn Jacke1-0/+7
add interesting detail: lm passwords will be removed from databaѕe with lanman auth = no
2009-09-29s3: Document the "share:fake_fscaps" parameter, fix bug 6765Volker Lendecke1-0/+20