summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* doc: list arguments for rpcclient FSRVP commandsDavid Disseldorp2012-11-091-8/+15
| | | | | | | Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Nov 9 18:21:39 CET 2012 on sn-devel-104
* doc: describe samlogon cache caveat for winbindd -nDavid Disseldorp2012-11-091-2/+4
| | | | | | | | The samlogon cache is never bypassed, even when winbindd is run with the -n argument. See https://bugzilla.samba.org/show_bug.cgi?id=9125 Reviewed-by: Andreas Schneider <asn@samba.org>
* docs-xml: fix use of <smbconfoption> tag (fix bug #9345)Björn Baumbach2012-11-021-5/+8
| | | | | | | | Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Karolin Seeger <ks@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Fri Nov 2 12:37:42 CET 2012 on sn-devel-104
* s3:docs document shadow:snapdirseverywhere option of vfs_shadow_copy2Christian Ambach2012-10-301-0/+15
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Oct 30 18:32:57 CET 2012 on sn-devel-104
* docs-xml:smbd.8: document new smbXsrv_*_global.tdb filesStefan Metzmacher2012-10-191-5/+9
| | | | | | | | | metze Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Oct 19 14:00:39 CEST 2012 on sn-devel-104
* doc-xml: remove "net connections" documentationStefan Metzmacher2012-10-191-39/+0
| | | | | | metze Signed-off-by: Michael Adam <obnox@samba.org>
* smb.conf(5): Mark four removed parameters as such.Jelmer Vernooij2012-10-194-2/+6
|
* tests: Convert find_missing_doc into a unit test.Jelmer Vernooij2012-10-192-85/+1
|
* smb.conf(5): Fix mixing of tabs and spaces.Jelmer Vernooij2012-10-1912-28/+28
|
* smb.conf(5): Add basic documentation for 'nsupdate command'.Jelmer Vernooij2012-10-181-0/+13
|
* smb.conf(5): Add basic documentation for 'afs token lifetime'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add 'ldap password sync' as synonym for 'ldap passwd sync'.Jelmer Vernooij2012-10-181-0/+1
|
* smb.conf(5): Add 'socket address' as alias for 'nbt client socket address'.Jelmer Vernooij2012-10-181-0/+1
|
* smb.conf(5): Add basic documentation for 'tls dh params file'.Jelmer Vernooij2012-10-181-0/+18
|
* smb.conf(5): Add basic documentation for 'tls enabled'.Jelmer Vernooij2012-10-181-0/+11
|
* smb.conf(5): Add basic documentation for 'tls crlfile'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'tls certfile'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'tls keyfile'.Jelmer Vernooij2012-10-182-2/+18
|
* smb.conf(5): Add basic documentation for 'tls cafile'.Jelmer Vernooij2012-10-181-0/+20
|
* smb.conf(5): Add basic documentation for 'log nt token command'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'ntp signd socket directory'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'spn update command'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'allow dns updates'.Jelmer Vernooij2012-10-181-0/+18
|
* smb.conf(5): Add basic documentation for 'rndc command'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'dns update command'.Jelmer Vernooij2012-10-181-0/+15
|
* smb.conf(5): Add basic documentation for 'server services'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'samba kcc command'.Jelmer Vernooij2012-10-181-0/+19
|
* smb.conf(5): Add basic documentation 'winbind sealed pipes'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add basic documentation for 'dns forwarder'.Jelmer Vernooij2012-10-181-0/+17
|
* smb.conf(5): Add basic documentation for 'ntvfs handler'.Jelmer Vernooij2012-10-181-0/+16
|
* smb.conf(5): Add : to idmap config description to mark it as parametric.Jelmer Vernooij2012-10-182-2/+2
|
* smb.conf(5): Add basic documentation for 'winbindd privileged socket directory'.Jelmer Vernooij2012-10-181-0/+14
|
* smb.conf(5): Add basic documentation for 'winbindd socket directory'.Jelmer Vernooij2012-10-181-0/+13
|
* smb.conf(5): Extend 'server min protocol' description.Jelmer Vernooij2012-10-181-1/+6
|
* docs: Add very basic samba manpage.Karolin Seeger2012-10-111-0/+181
| | | | | | | | | Please feel free to extend. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Thu Oct 11 11:40:37 CEST 2012 on sn-devel-104
* docs: Add '-V' to the list of options.Karolin Seeger2012-10-091-1/+1
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Oct 9 18:53:12 CEST 2012 on sn-devel-104
* docs: Add man 8 samba-tool.Karolin Seeger2012-10-081-0/+613
| | | | | | | | | Addresses bug #8802 - Create missing manpages for new binaries. Please note that it's a very basic version. Please feel free to extend. Karolin
* docs: fix opening and ending tag mismatch: paraBjörn Baumbach2012-10-081-4/+4
| | | | in forcedirectorysecuritymode.xml.
* docs: fix opening and ending tag mismatch: paraBjörn Baumbach2012-10-081-4/+4
| | | | in directorysecuritymask.xml.
* Remove the parameters:Jeremy Allison2012-10-048-133/+33
| | | | | | | | | security mask force security mode directory security mask force directory security mode and update the docs.
* html docs: Remove link to Using Samba.Karolin Seeger2012-10-041-4/+0
| | | | | | | | | | | Thanks to Christian Perrier <bubulle@debian.org> for reporting! Fix bug #7826 - HTML docs index file still points to Using Samba. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Thu Oct 4 13:48:00 CEST 2012 on sn-devel-104
* docs: Remove duplicate synonym min protocol.Karolin Seeger2012-10-041-1/+0
| | | | Karolin
* Correct fix for bug #9222 - smbd ignores the "server signing = no" setting ↵Jeremy Allison2012-10-031-6/+11
| | | | | | | | | | for SMB2. Signing cannot be disabled for SMB2 by design, so fix the documentation instead. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Oct 3 23:47:23 CEST 2012 on sn-devel-104
* s3-docs: add delete_lost option to vfs_streams_depot.8Björn Baumbach2012-10-031-0/+19
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Oct 3 18:10:14 CEST 2012 on sn-devel-104
* s3-docs: Fix opening and ending tag mismatch in Samba3-HOWTO (Bug #9235)Björn Baumbach2012-10-031-2/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Fix release script to build full set of documentationAlexander Bokovoy2012-10-021-0/+3
| | | | | | | | | | | build-docs script was not setting XML catalog properly. In addition, some time ago pdf versions of images were introduced as generated dependencies in our books but svg -> pdf rule was not added, so building books never finished properly. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Tue Oct 2 16:21:23 CEST 2012 on sn-devel-104
* smb.conf(5): Add basic documentation for 'dcerpc endpoint servers'.Jelmer Vernooij2012-09-271-0/+12
|
* Revert "smb.conf(5): Remove 'idmap config' documentation - the parameter has"Christian Ambach2012-09-271-0/+124
| | | | | | | | | | This reverts commit e809abf55f6a2e6d93bcb5678142f56c49aea397. This parameter still exists, it is just only used as parametric option in the code and not easy to spot when looking out for lp_xxx Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Thu Sep 27 06:18:38 CEST 2012 on sn-devel-104
* smb.conf(5): List 'protocol' as alias for 'server max protocol'.Jelmer Vernooij2012-09-271-0/+1
|