summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/protocol
Commit message (Collapse)AuthorAgeFilesLines
* First part of bugfix for bug #8335 - file copy aborts with ↵Jeremy Allison2011-07-291-1/+1
| | | | | | | smb2_validate_message_id: bad message_id Set default max credits to 8192 now this has been documented in the SMB2 spec.
* docs: fix some whitespaceChristian Ambach2011-06-301-5/+5
| | | | replace spaces with tabs, removing whitespaces at end of lines
* docs: fix a typoChristian Ambach2011-06-301-1/+1
|
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-14/+0
| | | | | | | | The only users I can find of this on the internet involve confused users, and our own documentation recommends never setting this. Don't confuse our users any longer. Andrew Bartlett
* param: Remove "announce as" parameterAndrew Bartlett2011-06-231-21/+0
|
* s3-docs: change eventlog path from lockdir to statedirBjörn Baumbach2011-05-181-1/+1
| | | | | | See elog_tdbname() in source3/lib/eventlog/eventlog.c. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-param Deprecate a number of security parameters for 3.6Andrew Bartlett2011-05-131-1/+1
| | | | | | | | | | | This follows up on the agreement on the samba-technical list in Jan 2011 to deprecate these options, and to possibly remove these in the 4.0 release after user feedback. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 13 19:51:41 CEST 2011 on sn-devel-104
* Add documentation for "smb2 max credits".Jeremy Allison2010-12-111-0/+15
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 11 02:14:07 CET 2010 on sn-devel-104
* Fix bug #7570 - New smb2 max parameters are undocumented.Jeremy Allison2010-07-163-0/+51
| | | | Jeremy.
* s3-docs: Add missing whitespace.Karolin Seeger2010-06-211-1/+1
| | | | Karolin
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-091-0/+1
| | | | | Karolin (cherry picked from commit b78de63ef3cde53e3aabbe46654aac5a335f16a8)
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-051-0/+3
| | | | | | | | | | | | | | | 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 typos.Karolin Seeger2010-01-201-1/+1
| | | | | | | | | 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
* s3/docs: Add "max protocol = smb2" to man smb.conf.Karolin Seeger2009-11-181-0/+5
| | | | Karolin
* s3: Document the "share:fake_fscaps" parameter, fix bug 6765Volker Lendecke2009-09-291-0/+20
|
* s3/docs: Fix typo.Karolin Seeger2009-06-051-2/+2
| | | | Karolin
* s3/docs: Fix several typos.Karolin Seeger2009-02-202-2/+2
| | | | | | | | This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-2332-0/+680
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)