1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

231 Commits

Author SHA1 Message Date
Shirish Pargaonkar
31bd62727d docs: flesh out options section of umount.cifs manpage
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-08 07:43:43 -04:00
Shirish Pargaonkar
9aebdc2501 mount.cifs: clarify mapchars option
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-07 16:35:06 -04:00
Jelmer Vernooij
c41e5e1342 Fix some typos pointed out by Oota Toshiya. 2009-07-06 22:41:57 +02:00
Suresh Jayaraman
91e020fca1 doc: clarify that mount.cifs never uses smb.conf
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>
2009-07-06 06:31:30 -04:00
Jelmer Vernooij
e6fed3a879 TOSHARG: Fix typo: s/aquire/acquire/ 2009-07-03 00:58:56 +02:00
Matt Kraai
4fb1f8e8fe s3/docs: Fix typo.
This fixes bug #6519.
2009-07-01 08:18:11 +02:00
Tim Prouty
969106a21f s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' parameters 2009-06-30 18:14:38 -07:00
Aravind Srinivasan
5a4d618109 s3: forward MSG_DEBUG from smbd parent to all children
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.
2009-06-22 19:09:37 -07:00
Karolin Seeger
4ad43a2134 s3/docs: Fix typo.
This fixes bug #6412.
Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting!

Karolin
2009-06-19 15:23:22 +02:00
Karolin Seeger
e912764a5e s3/docs: Add documentation for 'net sam rights'.
This is part of a fix for bug #6328.

Karolin
2009-06-18 09:32:10 +02:00
Günther Deschner
2f884753dd s3-docs: fix typo in pam_winbind.8.
Guenther
2009-06-16 11:49:36 +02:00
Andreas Schneider
ed5c270b75 Fix the section of the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:28 +02:00
Andreas Schneider
59ab1574e4 Move pam_winbind to the right manpage section (8).
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:23 +02:00
Andreas Schneider
1809ff4b23 Dcoument the PAM data exports in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:18 +02:00
Andreas Schneider
779eea49de Document the try_first_pass option in the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:13 +02:00
Andreas Schneider
24f9f32fed Add a synopsis section to the pam_winbind manpage.
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:08 +02:00
Günther Deschner
3938d1e5fa s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther
2009-06-12 00:48:23 +02:00
Karolin Seeger
ad0d803206 s3/docs: Fix typos.
Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>.
Thanks!

Karolin
2009-06-10 08:39:35 +02:00
Jeff Layton
27fcab98e7 mount.cifs: update the mount.cifs manpage
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>
2009-06-07 08:38:25 -04:00
Karolin Seeger
0fee798552 s3/docs: Fix example.
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
2009-06-06 15:59:07 +02:00
Karolin Seeger
613c8acbdd s3/docs: Fix typo.
Karolin
2009-06-05 15:35:29 +02:00
Jeremy Allison
ba4d51c521 Fix bug #2356 - smbclient -t <term code> no longer works.
Removed code and docs.
Jeremy.
2009-06-03 09:44:49 -07:00
Karolin Seeger
2228cc6a0f s3/docs: Fix typo.
This fixes bug #4341.
Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting!

Karolin
2009-05-29 09:53:36 +02:00
Jeremy Allison
bd11948107 Add a smbclient "readlink" command and add docs for it.
Jeremy.
2009-05-27 22:02:20 -07:00
Karolin Seeger
559e2eccdf s3/docs: Correct version number.
Karolin
2009-05-27 18:14:17 +02:00
Karolin Seeger
3046d30703 Revert "s3/docs: Fix build."
This reverts commit 84998cb85e.

Actually, the "fix" breaks the build.
Works after 'make clean'. Sorry!
2009-05-27 16:18:34 +02:00
Karolin Seeger
84998cb85e s3/docs: Fix build.
$(DBLATEX) was empty.

Please check!

Karolin
2009-05-27 15:54:02 +02:00
Björn Jacke
0d040ff448 s3: update manpage as to the new passdb backend default 2009-05-27 12:09:42 +02:00
Steven Danneman
6d91ac2a64 s3/docs Add manpage for "map untrusted to domain" parameter
This fixes bug 6352.
2009-05-26 19:43:40 -07:00
Karolin Seeger
73eaff7a39 s3/docs: Fix typo in man idmap_rid.
Karolin
2009-05-26 14:16:46 +02:00
Karolin Seeger
f3df38362c s3/docs: Fix typos.
Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting!

Karolin
2009-05-25 10:53:38 +02:00
Karolin Seeger
f741b90ee8 s3/docs: Fix shutdown script example.
This fixes bug #5897. Thanks to TAKAHASHI Motonobu
<monyo [at] samba.gr.jp> for reporting and providing the example!

Karolin
2009-05-19 13:42:16 +02:00
Günther Deschner
fe474861f8 s3-docs: document "net dom renamecomputer".
Guenther
2009-05-11 10:56:22 +02:00
Karolin Seeger
4a4dc776b2 s3/docs: Remove unnecessary .sp.
Karolin
2009-05-06 16:06:59 +02:00
Günther Deschner
e398f1e915 s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".
Guenther
2009-05-06 15:45:53 +02:00
Günther Deschner
bf197a9c0a s3-docs: Fix "net eventlog dump" syntax in manpage.
Guenther
2009-05-06 15:45:25 +02:00
Karolin Seeger
ca7304dc22 s3/docs: Fix typo.
Karolin
2009-05-04 15:23:25 +02:00
Karolin Seeger
eaf949947c s3/docs: Fix typos.
That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz>
for reporting!

Karolin
2009-05-03 09:55:46 +02:00
Karolin Seeger
579c91581f s3/docs: Fix typo.
This fixes bug #4245. Thanks to David McNeill <davemc [at] mcpond.co.nz>
for reporting!

Karolin
2009-05-03 09:37:35 +02:00
Jelmer Vernooij
aebb1b8d7c Fix dependency on the attributes file. 2009-05-02 01:15:27 +02:00
Jelmer Vernooij
0163f7ee8b Remove unused entries from clean. 2009-05-02 01:15:26 +02:00
Jelmer Vernooij
fada9e915a Remove rules for unused epstopdf. 2009-05-02 01:15:26 +02:00
Jelmer Vernooij
c4493c22f1 Remove XSLT script to generate image dependencies, instead rely on make
given that the number of image formats we use is limited.
2009-05-02 01:15:26 +02:00
Jelmer Vernooij
86a968b098 Remove text chunks support. Was never built by any of the main targets,
and one of the reasons the complex dependency system exists.
2009-05-02 01:15:26 +02:00
Jelmer Vernooij
78bfc60288 find_unused_doc: Strip spaces in configuration names, just like the parser does. 2009-05-01 22:58:39 +02:00
Jelmer Vernooij
cc6a5d57ea Use <example> + <smbconfblock> rather than nonexistant element
<smbconfexample>.
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
d2650add2d Fix a couple of invalid DocBook XML usages in the Samba3 Developers Guide. 2009-05-01 22:49:14 +02:00
Jelmer Vernooij
f043823449 Fix most of the invalid usages of DocBook in the Samba 3 HOWTO.
make check FTW!
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
0b2380b188 Fix a bunch of XML validation errors. 2009-05-01 22:49:13 +02:00
Jelmer Vernooij
df74a0eb78 Remove broken XSL-FO translation code; this has been broken for a while
and the output was never used.
2009-05-01 22:49:13 +02:00