summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3/smbcontrol.1.xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Rename manpages-3 -> manpages.Karolin Seeger2012-09-031-330/+0
| | | | | | | | | | 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
* s3-docs: Fix several typos.Karolin Seeger2012-05-081-1/+1
| | | | | | | | | | Part of a fix for bug #7938. Based on a patch provided by John Bradshaw <john@johnbradshaw.org>. Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Tue May 8 13:56:32 CEST 2012 on sn-devel-104
* docs: add reload-printers command to smbcontrol manual pageBjörn Baumbach2012-04-061-0/+7
|
* s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher2011-12-131-12/+0
| | | | metze
* s3-docs: manpage for "smbcontrol xx idmap"Gregor Beck2011-03-071-0/+26
|
* s3/docs: Raise version number.Karolin Seeger2009-09-081-1/+1
| | | | Karolin
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-1/+4
| | | | | | | | | | | | | | | | | | | Before 3.3, an smbcontrol debug message sent to the target "smbd" would actually be sent to all running processes including nmbd and winbindd. This behavior was changed in 3.3 so that the "smbd" target would only send a message to the process found in smbd.pid, while the "all" target would send a message to all processes. The ability to set the debug level of all processes within a single daemon, without specifying each pid is quite useful. This was implemented in winbindd in 065760ed. This patch does the same thing for smbd. Upon receiving a MSG_DEBUG the parent smbd will rebroadcast it to all of its children. The printing process has been added to the list of smbd child processes, and we now always track the number of smbd children regardless of the "max smbd processes" setting.
* s3/docs: Raise version number up to 3.5.Karolin Seeger2009-04-071-1/+1
| | | | Karolin
* s3/docs: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | Karolin
* Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-181-4/+13
| | | | | | and "smbd" to mean the main smb daemon. Update docs to match. Jeremy. (This used to be commit e415420b086a236be6bcc1e7584bec276a74e457)
* man pages: Correct version string.Karolin Seeger2008-05-131-1/+1
| | | | | | | | As Samba 3.2 will be out soon, man pages should be correct for both versions, Samba 3.0 and 3.2. Karolin (This used to be commit 9c59c1895d8d3621f38b67ecf88109c81130c886)
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-231-0/+297
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)