summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages
Commit message (Collapse)AuthorAgeFilesLines
...
* vfs_catia: add a sample for filename mapping to the manual pageGuenter Kukkukk2013-03-071-3/+12
| | | | | Signed-off-by: Guenter Kukkukk <kukks@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* vfs_catia: fix the completely outdated manual pageGuenter Kukkukk2013-03-071-2/+55
| | | | | | | | The complete rework around 3.5.0 was not even mentioned somewhere. (i was not able to find any info about that major change) Signed-off-by: Guenter Kukkukk <kukks@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* docs: Add documentation for osName and osVerAndrew Bartlett2013-03-071-1/+6
| | | | | | | | | | This was previously documented only in the online help. Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Mar 7 01:36:01 CET 2013 on sn-devel-104
* net ads join: Add support for specifying the machine account passwordAndrew Bartlett2013-03-061-1/+6
| | | | | | | This allows a predictable password to be specified, just like --machinepass does on samba-tool domain join. Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org>
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-203-4/+4
| | | | | | | | | | | Since we open with dbwrap, it auto-converts old tdbs (which it will rename to secrets.tdb.bak once it's done). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date(master): Wed Feb 20 07:09:19 CET 2013 on sn-devel-104
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-161-0/+2
| | | | | | | | | | | | | | | | | | copy_chunk copies n bytes from a source file at a specific offset to a destination file at a given offset. This interface will be used in handling smb2 FSCTL_SRV_COPYCHUNK ioctl requests. Use a pread/pwrite loop in vfs_default, so that requests referring to the same src and dest file are possible. Provide send and receive hooks for copy chunk VFS interface, allowing asynchronous behaviour. Check whether the request source offset + length exceeds the current size. Return STATUS_INVALID_VIEW_SIZE under such a condition, matching Windows server behaviour. Reviewed by: Jeremy Allison <jra@samba.org>
* docs: document the "--persistent" option in dbwrap_tool(1)Michael Adam2013-01-151-5/+13
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs: document the command line options in dbwrap_tool(1)Michael Adam2013-01-151-3/+7
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs: use the popt.common.samba.client entity in samba-tool(8)Michael Adam2013-01-151-27/+1
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs: use the entities popt.common.samba.server and stdarg.help in samba(8)Michael Adam2013-01-151-31/+2
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* ntlm_auth(1): fix many format issues and and make examples visibleBjörn Baumbach2013-01-151-87/+108
| | | | | | | | | "<example>" is no child of "<para>". So these examples were not visible. Using a varlist instead may be not the best way but it does look nice. Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* docs-xml: add dbwrap_tool.1 manual pageBjörn Baumbach2013-01-151-0/+160
| | | | | | Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* smb.conf(5): update list of available protocols (bug #9552)Björn Baumbach2013-01-091-1/+1
| | | | | | | | | | Update protocol listing in variable substitution list. Signed-off-by: Bjoern Baumbach <bb@sernet.de> Reviewed by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jan 9 21:22:18 CET 2013 on sn-devel-104
* docs: Fix typo in vfs_tsmsm.8.xml.Samba-JP oota2013-01-021-1/+1
| | | | | | | Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Jan 2 12:12:12 CET 2013 on sn-devel-104
* docs: Remove superfluous bracket.Samba-JP oota2013-01-021-1/+1
| | | | Reviewed-by: Karolin Seeger <kseeger@samba.org>
* docs: Merge both samba.8 manpages.Karolin Seeger2012-12-031-8/+100
| | | | | | | | | | | | | Remove source4/smbd/samba.8.xml and add the additional content to docs-xml/samba.8.xml to be able to build this manpage with the autoconf build also. Karolin Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Dec 3 16:28:32 CET 2012 on sn-devel-104
* docs: Update man 7 samba.Karolin Seeger2012-12-031-86/+109
| | | | | | | | Update man 7 samba. Still incomplete, but at least a bit more up to date. Karolin Reviewed-by: Andreas Schneider <asn@samba.org>
* rpcclient: fix usage docs for rpcclient adddriverDavid Disseldorp2012-11-291-1/+1
| | | | | | The printer driver name is incorrectly referred to as the printer name. Reviewed-by: Andreas Schneider <asn@samba.org>
* docs: Add some binaries to the "SEE ALSO" sectionKarolin Seeger2012-11-271-0/+3
| | | | | | | | of man smb.conf. Karolin Reviewed by: Jeremy Allison <jra@samba.org>
* docs: Fix version in man smb.conf.Karolin Seeger2012-11-271-1/+1
| | | | | | Karolin 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>
* 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>
* 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
* 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
* docs-xml: convert smb.conf.5 build to wafAlexander Bokovoy2012-09-171-1/+4
| | | | | | | | | | | | | | | | | | smb.conf(5) is different from other manpages because before it is built, it gets merged together from a number of smaller files, one per parameter. So we first create a parameters.all.xml file that references all these files and then include it into master smb.conf.5.xml One small issue is how to handle generated files in WAF build from xi:include perspective as the files are generated in bin/default/docs-xml rather than in docs-xml. We solve this by further expanding use of XML catalogs and rewriting virtual path http://www.samba.org/samba/smbdotconf/ to proper location. Both docs-xml autoconf and waf builds work correctly now. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Mon Sep 17 14:18:31 CEST 2012 on sn-devel-104
* docs: Bump version up to 4.0.Andreas Schneider2012-09-128-10/+8
|
* docs: Fix typo.Karolin Seeger2012-09-121-1/+1
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Wed Sep 12 12:21:00 CEST 2012 on sn-devel-104
* docs: Move idmap manpage to there old location.Andreas Schneider2012-09-118-0/+891
| | | | | | | This wasn't planned and slipped trough, sorry. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Tue Sep 11 14:28:53 CEST 2012 on sn-devel-104
* docs: Bump version up to 4.0.Karolin Seeger2012-09-1172-82/+82
| | | | | | | Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Sep 11 12:37:17 CEST 2012 on sn-devel-104
* docs: Remove old tdb manpages.Andreas Schneider2012-09-073-440/+0
| | | | They are part of lib/tdb/manpages/ now.
* docs: Remove old ldb manpages.Andreas Schneider2012-09-077-1012/+0
| | | | The ldb manpages can be found in lib/ldb/man/.
* wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider2012-09-078-891/+0
|
* docs: Rename manpages-3 -> manpages.Karolin Seeger2012-09-0390-0/+19849
This change was suggested by Andrew Bartlett on the samba-technical mailing list. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 3 23:35:38 CEST 2012 on sn-devel-104