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
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
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
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
Jeremy Allison
bd11948107
Add a smbclient "readlink" command and add docs for it.
...
Jeremy.
2009-05-27 22:02:20 -07:00
Karolin Seeger
73eaff7a39
s3/docs: Fix typo in man idmap_rid.
...
Karolin
2009-05-26 14:16:46 +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
Günther Deschner
664ff081ca
s3-docs: document "net eventlog" in net manpage.
...
Guenther
2009-04-29 11:47:34 +02:00
Stefan Metzmacher
cdbbc81bad
s3:docs: document the --request-timeout option of net
...
metze
2009-04-17 21:46:48 +02:00
Günther Deschner
5517c0bcdd
s3-docs: document warn_pwd_expire pam_winbind option in manpage.
...
Andreas, please check.
Guenther
2009-04-17 01:32:44 +02:00
Karolin Seeger
c4ad3e57ff
s3/docs: Raise version number up to 3.5.
...
Karolin
2009-04-07 20:45:45 +02:00
Karolin Seeger
c002c1d776
s3/docs: Fix typo.
...
Karolin
2009-04-07 20:05:21 +02:00
Volker Lendecke
191152daa1
Document the dirsort module
2009-03-22 11:44:14 +01:00
Björn Jacke
2d1fcdc807
fix some typos
...
Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-19 12:08:55 +01:00
Volker Lendecke
3d280639c4
Add a vfs_preopen module to hide fs latencies
2009-03-10 18:11:56 +01:00
Karolin Seeger
09a7f93f6b
s3/docs: Fix typo in man mount.cifs.
...
Thanks to Tobias Stoeckmann for reporting!
Karolin
2009-02-23 09:24:50 +01:00
Simo Sorce
4e5997736c
For some unknown reason ldbrename was not being built in samba3.
2009-02-22 01:16:46 -05:00
Karolin Seeger
27307be0f7
s3/docs: Add hint about getfattr in man vfs_acl_xattr.
...
Karolin
2009-02-20 14:14:54 +01:00
Karolin Seeger
0fd1d4c090
s3/docs: Add man vfs_acl_tdb.
...
Karolin
2009-02-20 13:32:44 +01:00
Karolin Seeger
3b0114c0ba
s3/docs: Add man vfs_acl_xattr.
...
Karolin
2009-02-20 13:32:22 +01:00
Michael Adam
b1b9be46ab
docs: extend the example in the idmp_rid manpage to configure 2 domains with rid
...
Michael
2009-02-17 18:21:54 +01:00
Michael Adam
74940606f7
docs: extend the idmap_rid manpage
...
Michael
2009-02-17 18:21:54 +01:00
Holger Hetterich
4261cae2eb
Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user names to the one given by anonymize_prefix, without generating a hash number. This setting is optional and is compatible with the module configuration format of Samba 3.3.
2009-02-13 17:22:25 -08:00
Karolin Seeger
cc51cbc862
docs: Add man sharesec.
...
Karolin
2009-02-09 21:01:29 +01:00
Michael Adam
145fe37766
docs: fix two typos in the mount.cifs manpage
...
Michael
2009-02-06 10:20:09 +01:00
Günther Deschner
63bb31e118
s3-docs: add documentation for dump option of eventlogadm.
...
Guenther
2009-02-03 16:06:57 +01:00
Karolin Seeger
73f4fc1f80
docs: Describe "service" in man mount.cifs.
...
This fixes bug #5346 .
Thanks to the Debian Samba package maintainers for reporting and providing a
patch!
Karolin
2009-02-02 11:46:39 +01:00
Günther Deschner
fb7b92abc2
s3-docs: fix typo in eventlogadm manpage.
...
Guenther
2009-01-30 11:23:08 +01:00
Karolin Seeger
512cf0ad50
docs: Add manpage for vfs_shadow_copy2.
...
Karolin
2009-01-26 14:17:23 +01:00
Karolin Seeger
aa2fb0efb7
docs: Fix formatting issue in man libsmbclient.
...
Karolin
2009-01-23 13:04:11 +01:00
Michael Adam
816934faa8
s3:docs: clarify explanation of the allocator in the idmap_ldap manpage
...
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
665b5dc703
s3:docs: clarify explanation of the allocator in the idmap_tdb manpage
...
Michael
2009-01-21 10:56:56 +01:00
Michael Adam
65b79200e4
s3:docs: clarify explanation of allocator in the idmap_tdb2 manpage
...
Michael
2009-01-21 10:56:55 +01:00
Michael Adam
bd252ad665
s3:docs: fix copy and paste error in the idmap_tdb2 manpage
...
Michael
2009-01-21 10:56:55 +01:00
Michael Adam
84f2b2d731
s3:docs: add a manpage for idmap_tdb2
...
Michael
2009-01-21 00:56:03 +01:00
Michael Adam
7c5621b6e0
s3:docs: update the idmap_ldap manpage to reflect current facts.
...
Michael
2009-01-21 00:16:29 +01:00
Michael Adam
32be66b19d
s3:docs: update the idmap_tdb manpage to reflect current facts.
...
Michael
2009-01-21 00:16:29 +01:00
Stefan Metzmacher
6a94b7b927
s3:docs: vfs_fileid manpage
...
metze
2009-01-16 15:16:58 +01:00
Karolin Seeger
1f7e09ea54
docs: Improve man mount.cifs.
...
Add hint about specifying the workgroup in the credentials file.
Whitespace cleanup.
This fixes bug #4541 .
Patch based on proposed patch from Christian Perrier <bubulle@debian.org>.
Thanks for reporting and providing a patch!
Karolin
2009-01-09 11:22:00 +01:00
Karolin Seeger
9f44a17c3b
docs: Fix example in man vfs_recycle.
...
This fixes bug #6001 .
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!
Karolin
2009-01-06 10:30:13 +01:00
Karolin Seeger
6752d78e94
docs: Document the -g option of smbclient.
...
This fixes bug #6013 .
Thanks to the Debian Samba packages maintainers for reporting!
Karolin
2009-01-05 14:41:52 +01:00