summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3
AgeCommit message (Collapse)AuthorFilesLines
2009-01-30s3-docs: fix typo in eventlogadm manpage.Günther Deschner1-2/+2
Guenther
2009-01-26docs: Add manpage for vfs_shadow_copy2.Karolin Seeger1-0/+174
Karolin
2009-01-23docs: Fix formatting issue in man libsmbclient.Karolin Seeger1-3/+4
Karolin
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam1-2/+8
Michael
2009-01-21s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam1-4/+10
Michael
2009-01-21s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam1-4/+6
Michael
2009-01-21s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam1-1/+0
Michael
2009-01-21s3:docs: add a manpage for idmap_tdb2Michael Adam1-0/+132
Michael
2009-01-21s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam1-7/+23
Michael
2009-01-21s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam1-20/+61
Michael
2009-01-16s3:docs: vfs_fileid manpageStefan Metzmacher1-0/+112
metze
2009-01-09docs: Improve man mount.cifs.Karolin Seeger1-3/+5
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-06docs: Fix example in man vfs_recycle.Karolin Seeger1-5/+8
This fixes bug #6001. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin
2009-01-05docs: Document the -g option of smbclient.Karolin Seeger1-7/+17
This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin
2008-12-17docs: Fix typo in man idmap_hash.Karolin Seeger1-1/+1
Karolin
2008-12-16Add an entry for the "check" command to the tdbtool manpage.Holger Hetterich1-0/+8
2008-12-16docs: Remove comment about default backend.Karolin Seeger1-2/+2
Karolin
2008-12-16docs: Fix typo in the idmap_ad manpage.Karolin Seeger1-4/+4
Karolin
2008-11-19manpages: Document new wbinfo idmapping options.Karolin Seeger1-0/+27
--set-uid/gid-mapping --remove-uid/gid-mapping Karolin (cherry picked from commit c9965d544f615fea1ba3609d7348407130ab1ec9)
2008-11-17net: Fix net rap printq info documentation (bug #5892)Kai Blin1-1/+1
Carsten Dumke <carsten@cdumke.de> reported and provided a patch for v3.0 and v3.2. (See 0a7fb721cdc) This fixes the same issue in v3.3 and also changes the auto-generated usage information to give better help about net rap printq info.
2008-10-23s3-docs: fix typos in locator manpage found by metze.Günther Deschner1-4/+6
Guenther
2008-10-23s3-docs: add very basic winbind_krb5_locator.7 manpage.Günther Deschner1-0/+93
Guenther
2008-10-14Fix the "Premature end of data in tag" error when buiding the manpage, fix a ↵Holger Hetterich1-3/+15
typo in the text, add an example for anonymization usage.
2008-10-13Update the manpage for vfs_smb_traffic_analyzer to include the ↵Holger Hetterich1-1/+8
anonymize_prefix option
2008-10-10pam_winbind: document mkhomedir option.Günther Deschner1-0/+8
Guenther
2008-09-29docs: Adapt version strings in man vfs_smb_traffic_analyzer.Karolin Seeger1-2/+2
Karolin (cherry picked from commit 662eda8458a304b224b6bc502f8030a07030b7c2)
2008-09-29Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.Holger Hetterich1-0/+157
(cherry picked from commit 7857b783049b19d32a078927a46cb1070e863b45)
2008-09-25Document the new hash and adex idmap/nss_info plugins.Gerald W. Carter2-0/+165
(cherry picked from commit 77bc0be0536bcd6a3ce8283a708828bebbbffee3)
2008-09-15man cifs.upcall: Fix typo, wrap lines.Karolin Seeger1-1/+5
Karolin
2008-09-04man pages: Several fixes for man wbinfo.Karolin Seeger1-35/+40
-Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
2008-08-22manpages: Add documentation for new 'net rpc vampire' subcommands.Karolin Seeger1-0/+13
Karolin (This used to be commit 8d0a16d8034cd07037b3c7711867280d5fa5b2c8)
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison1-4/+13
and "smbd" to mean the main smb daemon. Update docs to match. Jeremy. (This used to be commit e415420b086a236be6bcc1e7584bec276a74e457)
2008-08-12Document idmap rewriteVolker Lendecke6-75/+29
(This used to be commit 4b9132e8bd1b2bc397b657ef07796f44d55f33da)
2008-08-05cifs.upcall: fix manpage and commentsSteve French1-2/+2
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 24a93d03c2ca4e718968e2024604e0f398c96659)
2008-08-05man pages: Improve description of boolean values in smb.conf.5.Karolin Seeger1-1/+1
This fixes bug #5378. Thanks Morton K. Poulsen <morten+bugzilla.samba.org [at] afdelingp.dk> for reporting! Karolin (This used to be commit 8195ca2132cbdba396dc35e9d04d4bdc3a8a666c)
2008-08-05man pages: Add documentation about smbclient command "rename".Karolin Seeger1-0/+7
This fixes bug #5268. Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting! Karolin (This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
2008-07-29man pages: Fix typos in man smbclient.Karolin Seeger1-2/+1
Karolin (This used to be commit db843d2faafb3487e3c7df4a3a52d6c71f369e1d)
2008-07-18Document the streams modulesVolker Lendecke2-0/+146
(This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison1-0/+115
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 c633f10d9e78327664e6bca51f66756bcf0505a6)
2008-07-10docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam1-1/+3
Michael (This used to be commit c2e9d82d9497f0d245a46c5c82ff15306788109e)
2008-07-10docs: fix VERSION section in the net(8) manpage.Michael Adam1-1/+1
It still said for version 3.0 .. Michael (This used to be commit 93887f2e42bf4e632dab716deda6d2951dbd1f2a)
2008-07-10docs: update the section about net conf in the net(8) manpage.Michael Adam1-1/+41
The description of the "net conf {get,set,del}includes" commands was missing. Michael (This used to be commit 671988c7b5891deeca23e2305fe101a3be1a44d2)
2008-06-23man pages: Correct version in man winbindd again.Karolin Seeger1-1/+1
Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295) (This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-1/+1
other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d) (This used to be commit 09fa3c61d96e218885c9d661ab4855b9c872233f)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-5/+10
other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)
2008-06-17man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger1-164/+0
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 797ed744b15c94fa4831d9796b40bb0ab5df55b7)
2008-05-13man pages: Correct version string.Karolin Seeger33-33/+33
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)
2008-04-28man smbcacls: Correct possible flag values.Karolin Seeger1-4/+3
This patch fixes bug #620. Thanks to Satoh Fumiyasu <fumiyas@osstech.co.jp>! Karolin (This used to be commit 70f6966099788f4bdb0298a68d4cb0b90964dd8f)
2008-04-24Fix yet another set of documentation linksAlexander Bokovoy2-7/+3
Signed-off-by: Alexander Bokovoy <ab@samba.org> (This used to be commit a132cc3c6243c049860378f56c4d415d6cb35570)
2008-04-24manpages: update the section about registry configuration in smb.conf.5Michael Adam1-26/+43
Michael (This used to be commit 27bc3ac03f8be222814ff7b77cb3e50b3167a1ef)