summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/vfs
Commit message (Collapse)AuthorAgeFilesLines
* docs: adjust the defaults for list parameters to include commas to match ↵Garming Sam2014-01-311-1/+1
| | | | | | | | | | | testparm output Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jan 31 12:57:34 CET 2014 on sn-devel-104
* docs: fix typo in attributes for msdfs root parameterGarming Sam2014-01-281-1/+1
| | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* doc/msdfs proxy: extend example for multi target configBjörn Jacke2013-11-011-3/+3
| | | | | | | | Signed-off-by: Björn Jacke <bj@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Nov 1 00:12:19 CET 2013 on sn-devel-104
* smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWSAndrew Bartlett2013-09-221-0/+13
| | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-17/+0
| | | | | | | | | | | | | | | | | NT4 is long dead, and we should not change which ACL we return based on what we think the client is. The reason we should not do this, is that if we are using vfs_acl_xattr then the hash will break if we do. Additionally, it would require that the python VFS interface set the global remote_arch to fake up being a modern client. This instead seems cleaner and removes untested code (the tests are updated to then handle the results of the modern codepath). The supporting 'acl compatability' parameter is also removed. Andrew Bartlett Reviewed by: Jeremy Allison <jra@samba.org>
* smb.conf(5): Fix mixing of tabs and spaces.Jelmer Vernooij2012-10-191-1/+1
|
* smb.conf(5): Add basic documentation for 'ntvfs handler'.Jelmer Vernooij2012-10-181-0/+16
|
* doc: improve quotacommand man page docuBjörn Jacke2012-09-082-25/+29
|
* docs-xml: fix typos and format in smb.conf server max protocol manBjörn Baumbach2012-06-281-1/+1
|
* s3/doc: some spelling fixesBjörn Jacke2012-06-111-1/+1
| | | | | | | Thanks to Frans Luteijn <f.a.g.luteijn at knoware.nl> for providing the fixes! Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Mon Jun 11 23:16:26 CEST 2012 on sn-devel-104
* docs: "acl compatibility" is a global parameter.Karolin Seeger2008-12-161-1/+1
| | | | | | | This fixes bug #5866. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
* man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger2008-06-101-2/+3
| | | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-237-0/+186
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)