summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes inspired by OPC Oota.John H Terpstra2009-07-091-10/+18
|
* docs: flesh out options section of umount.cifs manpageShirish Pargaonkar2009-07-081-7/+49
| | | | | Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
* mount.cifs: clarify mapchars optionShirish Pargaonkar2009-07-071-1/+3
| | | | | Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Jeff Layton <jlayton@redhat.com>
* Fix some typos pointed out by Oota Toshiya.Jelmer Vernooij2009-07-061-5/+1
|
* doc: clarify that mount.cifs never uses smb.confSuresh Jayaraman2009-07-061-0/+8
| | | | | | | | For some users who are used to smbclient, it is not clear that mount.cifs never uses smb.conf for configuring client specific parameters. So, let's add this information to mount.cifs man page. Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
* TOSHARG: Fix typo: s/aquire/acquire/Jelmer Vernooij2009-07-031-1/+1
|
* s3/docs: Fix typo.Matt Kraai2009-07-011-1/+1
| | | | This fixes bug #6519.
* s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵Tim Prouty2009-06-302-0/+54
| | | | parameters
* 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: Fix typo.Karolin Seeger2009-06-191-1/+1
| | | | | | | This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-181-0/+27
| | | | | | This is part of a fix for bug #6328. Karolin
* s3-docs: fix typo in pam_winbind.8.Günther Deschner2009-06-161-1/+1
| | | | Guenther
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-152-4/+4
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Move pam_winbind to the right manpage section (8).Andreas Schneider2009-06-151-0/+0
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Dcoument the PAM data exports in the pam_winbind manpage.Andreas Schneider2009-06-151-0/+44
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Document the try_first_pass option in the pam_winbind manpage.Andreas Schneider2009-06-151-5/+8
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Add a synopsis section to the pam_winbind manpage.Andreas Schneider2009-06-151-0/+25
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2009-06-122-2/+2
| | | | | | users. GUenther
* s3/docs: Fix typos.Karolin Seeger2009-06-101-3/+3
| | | | | | | Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>. Thanks! Karolin
* mount.cifs: update the mount.cifs manpageJeff Layton2009-06-071-50/+95
| | | | | | | | | | | | Add a new section entitled FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS that attempts to cover information about this topic. Change the uid= and gid= options to refer to that section. Add new varlistentries for forceuid, forcegid and dynperm. Also update the information about how the program behaves when installed as a setuid binary. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* s3/docs: Fix example.Karolin Seeger2009-06-061-2/+2
| | | | | | | | The 'ldap suffix' is not added automatically to the 'ldap admin dn'. This fixes bug #5584. Thanks to Stefan Bauer <stefan.bauer [at] plzk.de> for reporting! Karolin
* s3/docs: Fix typo.Karolin Seeger2009-06-051-2/+2
| | | | Karolin
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-16/+0
| | | | | Removed code and docs. Jeremy.
* s3/docs: Fix typo.Karolin Seeger2009-05-291-1/+1
| | | | | | | This fixes bug #4341. Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting! Karolin
* Add a smbclient "readlink" command and add docs for it.Jeremy Allison2009-05-271-0/+8
| | | | Jeremy.
* s3/docs: Correct version number.Karolin Seeger2009-05-271-1/+1
| | | | Karolin
* Revert "s3/docs: Fix build."Karolin Seeger2009-05-271-1/+1
| | | | | | | This reverts commit 84998cb85e59a92178d916f4e485c08fb826b838. Actually, the "fix" breaks the build. Works after 'make clean'. Sorry!
* s3/docs: Fix build.Karolin Seeger2009-05-271-1/+1
| | | | | | | | $(DBLATEX) was empty. Please check! Karolin
* s3: update manpage as to the new passdb backend defaultBjörn Jacke2009-05-271-3/+5
|
* s3/docs Add manpage for "map untrusted to domain" parameterSteven Danneman2009-05-261-0/+33
| | | | This fixes bug 6352.
* s3/docs: Fix typo in man idmap_rid.Karolin Seeger2009-05-261-1/+1
| | | | Karolin
* s3/docs: Fix typos.Karolin Seeger2009-05-251-4/+4
| | | | | | Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting! Karolin
* s3/docs: Fix shutdown script example.Karolin Seeger2009-05-191-4/+5
| | | | | | | This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin
* s3-docs: document "net dom renamecomputer".Günther Deschner2009-05-111-0/+33
| | | | Guenther
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-05-061-10/+10
| | | | Karolin
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-05-061-0/+81
| | | | Guenther
* s3-docs: Fix "net eventlog dump" syntax in manpage.Günther Deschner2009-05-061-1/+1
| | | | Guenther
* s3/docs: Fix typo.Karolin Seeger2009-05-041-1/+1
| | | | Karolin
* s3/docs: Fix typos.Karolin Seeger2009-05-031-4/+5
| | | | | | | That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin
* s3/docs: Fix typo.Karolin Seeger2009-05-031-1/+1
| | | | | | | This fixes bug #4245. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin
* Fix dependency on the attributes file.Jelmer Vernooij2009-05-021-4/+4
|
* Remove unused entries from clean.Jelmer Vernooij2009-05-021-2/+2
|
* Remove rules for unused epstopdf.Jelmer Vernooij2009-05-023-5/+0
|
* Remove XSLT script to generate image dependencies, instead rely on makeJelmer Vernooij2009-05-022-89/+18
| | | | given that the number of image formats we use is limited.
* Remove text chunks support. Was never built by any of the main targets,Jelmer Vernooij2009-05-022-20/+0
| | | | and one of the reasons the complex dependency system exists.
* find_unused_doc: Strip spaces in configuration names, just like the parser does.Jelmer Vernooij2009-05-011-4/+9
|
* Use <example> + <smbconfblock> rather than nonexistant elementJelmer Vernooij2009-05-012-2/+8
| | | | <smbconfexample>.
* Fix a couple of invalid DocBook XML usages in the Samba3 Developers Guide.Jelmer Vernooij2009-05-012-24/+25
|
* Fix most of the invalid usages of DocBook in the Samba 3 HOWTO.Jelmer Vernooij2009-05-0110-26/+25
| | | | make check FTW!
* Fix a bunch of XML validation errors.Jelmer Vernooij2009-05-0110-62/+64
|