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

24 Commits

Author SHA1 Message Date
Gerald W. Carter
a089b3bb99 Document the new hash and adex idmap/nss_info plugins.
(cherry picked from commit 77bc0be053)
2008-09-25 09:00:57 -07:00
Karolin Seeger
c4f361a17f man cifs.upcall: Fix typo, wrap lines.
Karolin
2008-09-15 16:33:16 +02:00
Karolin Seeger
1bf6680c08 man pages: Several fixes for man wbinfo.
-Tag replaceables
-Fix typos
-Unify indentation

Karolin
(This used to be commit 872defd1d2)
2008-09-04 11:27:44 +02:00
Karolin Seeger
2f02c33982 manpages: Add documentation for new 'net rpc vampire' subcommands.
Karolin
(This used to be commit 8d0a16d803)
2008-08-22 17:23:36 +02:00
Jeremy Allison
39480f6298 Make the change to smbcontrol for "all" to mean broadcast,
and "smbd" to mean the main smb daemon. Update docs to match.
Jeremy.
(This used to be commit e415420b08)
2008-08-18 16:18:34 -07:00
Volker Lendecke
59e53cedcb Document idmap rewrite
(This used to be commit 4b9132e8bd)
2008-08-12 11:28:29 +02:00
Steve French
b893729a3d cifs.upcall: fix manpage and comments
The "cifs.resolver" key type has been changed to "dns_resolver". Fix
the comments at the top of cifs.upcall and the manpage accordingly.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@samba.org>
---
 docs-xml/manpages-3/cifs.upcall.8.xml |    4 ++--
 source/client/cifs.upcall.c           |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
(This used to be commit 24a93d03c2)
2008-08-05 13:27:07 -05:00
Karolin Seeger
500038e485 man pages: Improve description of boolean values in smb.conf.5.
This fixes bug #5378.
Thanks Morton K. Poulsen <morten+bugzilla.samba.org [at] afdelingp.dk>
for reporting!

Karolin
(This used to be commit 8195ca2132)
2008-08-05 14:20:32 +02:00
Karolin Seeger
9f9f8ef14b man pages: Add documentation about smbclient command "rename".
This fixes bug #5268.
Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting!

Karolin
(This used to be commit 0a93fd2ded)
2008-08-05 14:17:08 +02:00
Karolin Seeger
edcf034fa4 man pages: Fix typos in man smbclient.
Karolin
(This used to be commit db843d2faa)
2008-07-29 12:04:01 +02:00
Volker Lendecke
f6b10006ef Document the streams modules
(This used to be commit ff158a1126)
2008-07-18 11:22:16 +02:00
Jeremy Allison
cdabee2bb4 This patchset comprises a number of cleanups for the cifs upcall
binary. The biggest change is that it renames it from cifs.spnego
to cifs.upcall since the cifs.spnego name really isn't applicable
anymore.

It also fixes a segfault when the program is run without any args
and adds a manpage. Comments and/or suggestions appreciated.

This set should apply cleanly to the 3.3 test branch.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeremy.
(This used to be commit c633f10d9e)
2008-07-16 17:27:05 -07:00
Michael Adam
2264ae717c docs: fix the net conf section of net(8) to mention "config backend = registry".
Michael
(This used to be commit c2e9d82d94)
2008-07-10 14:16:04 +02:00
Michael Adam
cfa8b972a1 docs: fix VERSION section in the net(8) manpage.
It still said for version 3.0 ..

Michael
(This used to be commit 93887f2e42)
2008-07-10 14:16:04 +02:00
Michael Adam
327c47fd13 docs: update the section about net conf in the net(8) manpage.
The description of the "net conf {get,set,del}includes" commands was missing.

Michael
(This used to be commit 671988c7b5)
2008-07-10 14:16:04 +02:00
Karolin Seeger
b1152bb520 man pages: Correct version in man winbindd again.
Karolin
(cherry picked from commit ef44968276)
(cherry picked from commit 9fd1d784cf)
(This used to be commit 7e09a1f1c2)
2008-06-23 10:46:19 +02:00
John H Terpstra
877d65cc07 Clarification that hosts resolution is done by winbind only on IRIX, all other systems use libnss_wins.so.
(cherry picked from commit 3a8ea6be38)
(cherry picked from commit 8522db2075)
(This used to be commit 09fa3c61d9)
2008-06-23 10:45:49 +02:00
John H Terpstra
551b737f9b Clarification that hosts resolution is done by winbind only on IRIX, all other systems use libnss_wins.so.
(cherry picked from commit 2a953d6ba2)
(cherry picked from commit 59bb2b0c9a)
(This used to be commit 5144c1b2d6)
2008-06-23 10:45:41 +02:00
Karolin Seeger
f21058d61e man pages: Move 'smbsh' man page to the examples directory.
smbsh.c is located in the examples directory. It does not make sense
to install a man page without installing the tool itself.

This fixes bug #4724.

Karolin
(This used to be commit 797ed744b1)
2008-06-17 13:23:09 +02:00
Karolin Seeger
0559d923ec man pages: Correct version string.
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 9c59c1895d)
2008-05-13 10:18:37 +02:00
Karolin Seeger
41195669be man smbcacls: Correct possible flag values.
This patch fixes bug #620.
Thanks to Satoh Fumiyasu <fumiyas@osstech.co.jp>!

Karolin
(This used to be commit 70f6966099)
2008-04-28 15:26:57 +02:00
Alexander Bokovoy
5cc22bc59f Fix yet another set of documentation links
Signed-off-by: Alexander Bokovoy <ab@samba.org>
(This used to be commit a132cc3c62)
2008-04-24 23:46:01 +04:00
Michael Adam
e11106238f manpages: update the section about registry configuration in smb.conf.5
Michael
(This used to be commit 27bc3ac03f)
2008-04-24 11:33:17 +02:00
Gerald W. Carter
8f8a9f0190 Moving docs tree to docs-xml to make room for generated docs in the release tarball.
(This used to be commit 9f672c26d6)
2008-04-23 08:47:48 -05:00