summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3
Commit message (Collapse)AuthorAgeFilesLines
* s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.Günther Deschner2010-06-181-3/+3
| | | | | | Guenther (cherry picked from commit cfb67b1a169350a8316532eb5d53de4a3f2bacb3) (cherry picked from commit b3ccbcb83650cea627ad97e920d3f73659ffa6a0)
* s3-docs: Move -D option to the right paragraph in man winbindd.Karolin Seeger2010-05-121-10/+10
| | | | | | | | | Fix bug #7260 (Command line option documentation in wrong place in winbindd man page.). Thanks to Ged Haywood <samba@jubileegroup.co.uk> for reporting! Karolin (cherry picked from commit da5c49d727150eea7d2a4b83da1a02ac1f26e77c) (cherry picked from commit b737434fbf60c250166f10cf196af8030b388bdb)
* s3-docs: Fix typo in man idmap_ad.Karolin Seeger2010-04-131-1/+1
| | | | | | Karolin (cherry picked from commit 6389fac6db2f54d148222009b5e209cef5c6bdd7) (cherry picked from commit 39dbf73a6fb4ad45eac259124b70042994d4f215)
* Fix bug 7307 - man net usershare mistakeJeremy Allison2010-03-301-1/+1
| | | | | | | | Fix bad usage message, reported by headset001@yahoo.com. Jeremy. (cherry picked from commit e14a6fbf8c9e4d16b2727e48c708ceccfd157e59) (cherry picked from commit 9620f5fbe64910d86cae51345156a1a4dd71e231)
* s3-docs: fix eventlogadm manpage typo.Günther Deschner2010-02-151-1/+1
| | | | | | | Guenther (cherry picked from commit c1ca00047d26ace240fa5f34b428392b5d61e6c3) Fix bug #7137 (eventlogadm manpage typo for dump command).
* s3-docs: Adapt version in man ldbrename.Karolin Seeger2010-01-261-1/+1
| | | | Karolin
* s3/docs: Add missing meta data to man ldbrename.Karolin Seeger2010-01-261-0/+3
| | | | | | | | Avoid warnings. Karolin (cherry picked from commit 6a9e88e08bfa4463ce5bdc57183f6518b524c98c) (cherry picked from commit 1a25ef232bacb59aa753fbe21fed53a996d2e6b3)
* s3-docs: Fix typos.Karolin Seeger2010-01-203-3/+3
| | | | | | | | | | | Thanks to the Debian samba package maintainers <pkg-samba-maint@lists.alioth.debian.org> for providing the patch! Fix bug #7017 (Typos and spelling errors in manpages). Karolin (cherry picked from commit e1e6b19acff6d8ba3b70c3ab474a85de8b6f6a6c) (cherry picked from commit eaa10cfec3c389c79ac3c43f7ec1596015a9b8e1)
* docs: add -K option to the pdbedit manpage.Michael Adam2010-01-151-0/+1
| | | | | | | | Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for pointing this out! Michael Fix bug #7041.
* s3:docs: Fix typo in man mount.cifs.Karolin Seeger2009-11-301-1/+1
| | | | | | | | | Fix bug #6844 (wrong credential file format in mount.cifs manpage). Thanks to the Debian Samba package maintainers for reporting! Karolin (cherry picked from commit 3b7f8a759f57f32a8c1bc2db85236e88f616ffd9) (cherry picked from commit 54e2e0ae51e2e126696570104ed64d0458beb4ce)
* s3/docs: Document new pdbedit -K option.Karolin Seeger2009-10-301-0/+10
| | | | | | | Karolin (cherry picked from commit 354038f170f2541318336aa72c9f2a0426c6607e) Part of a fix for bug #6851.
* cifs.upcall: make using ip address conditional on new optionJeff Layton2009-10-161-5/+10
| | | | | | | | | | | | | | | Igor Mammedov pointed out that reverse resolving an IP address to get the hostname portion of a principal could open a possible attack vector. If an attacker were to gain control of DNS, then he could redirect the mount to a server of his choosing, and fix the reverse resolution to point to a hostname of his choosing (one where he has the key for the corresponding cifs/ or host/ principal). That said, we often trust DNS for other reasons and it can be useful to do so. Make the code that allows trusting DNS to be enabled by adding --trust-dns to the cifs.upcall invocation. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton2009-10-161-2/+2
| | | | | | | | | | | | | cifs.upcall takes a "-c" flag that tells the upcall to get a principal in the form of "cifs/hostname.example.com@REALM" instead of "host/hostname.example.com@REALM". This has turned out to be a source of great confusion for users. Instead of requiring this flag, have the upcall try to get a "cifs/" principal first. If that fails, fall back to getting a "host/" principal. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* s3:docs: Add info about how to obtain cifs module in cifs mount helper manpageVolker Lendecke2009-09-101-0/+8
| | | | | | (cherry picked from commit a224392649ffb81dc1d67f41a01dd983b76d513b) Fixes bug #5129.
* docs: fix typos in the net man page.Michael Adam2009-07-271-3/+3
| | | | | | | Noted by Oota Toshiya <t-oota@dh.jp.nec.com> . Michael (cherry picked from commit 34c535c9a8d08a480e156aaa9e4b843ffaab0636)
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-181-0/+27
| | | | | | | This is part of a fix for bug #6328. Karolin (cherry picked from commit e912764a5e0c1f05f921667eb56ef58552de454b)
* s3/docs: Correct version number.Karolin Seeger2009-06-151-1/+1
| | | | Karolin
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-151-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> (cherry picked from commit 59ab1574e41993d24733affbca07d3f7da245fc7)
* Dcoument the PAM data exports in the pam_winbind manpage.Andreas Schneider2009-06-151-0/+44
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 1809ff4b2339bd3066532abccea0944da45edf64)
* 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> (cherry picked from commit 779eea49de3f53040fe792de4b74b73a0c51ecb3)
* Add a synopsis section to the pam_winbind manpage.Andreas Schneider2009-06-151-0/+25
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 24f9f32fedb92f881658db856db15173e57af0bd)
* s3/docs: Fix typo in man idmap_rid.Karolin Seeger2009-05-261-1/+1
| | | | | Karolin (cherry picked from commit 73eaff7a395c9a7a0042f2c50f8817499b6cfdcd)
* s3-docs: document "net dom renamecomputer".Günther Deschner2009-05-111-0/+33
| | | | | Guenther (cherry picked from commit fe474861f87dc02081acf34d756329c66cc5c805)
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-05-061-10/+10
| | | | | Karolin (cherry picked from commit 4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a)
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-05-061-0/+81
| | | | | Guenther (cherry picked from commit e398f1e91575909d2a90fab1e6f00804815a0b2f)
* s3-docs: Fix "net eventlog dump" syntax in manpage.Günther Deschner2009-05-061-1/+1
| | | | | Guenther (cherry picked from commit bf197a9c0ab8a58a775277896d40617d36279288)
* s3-docs: document "net eventlog" in net manpage.Günther Deschner2009-04-291-0/+59
| | | | | Guenther (cherry picked from commit 664ff081cadd29a1e750b349ecb23e8402d977cb)
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-181-0/+9
| | | | | metze (cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba)
* s3-docs: document warn_pwd_expire pam_winbind option in manpage.Günther Deschner2009-04-171-1/+8
| | | | | | | Andreas, please check. Guenther (cherry picked from commit 5517c0bcddfbd8c877fd1f909407824553a20e7f)
* s3/docs: Raise version up to 3.4.Karolin Seeger2009-04-0782-82/+82
| | | | Karolin
* s3/docs: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | Karolin (cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890)
* Document the dirsort moduleVolker Lendecke2009-03-221-0/+69
|
* fix some typosBjörn Jacke2009-03-191-3/+3
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-101-0/+115
|
* s3/docs: Fix typo in man mount.cifs.Karolin Seeger2009-02-231-1/+1
| | | | | | Thanks to Tobias Stoeckmann for reporting! Karolin
* For some unknown reason ldbrename was not being built in samba3.Simo Sorce2009-02-221-0/+107
|
* s3/docs: Add hint about getfattr in man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+9
| | | | Karolin
* s3/docs: Add man vfs_acl_tdb.Karolin Seeger2009-02-201-0/+66
| | | | Karolin
* s3/docs: Add man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+61
| | | | Karolin
* docs: extend the example in the idmp_rid manpage to configure 2 domains with ridMichael Adam2009-02-171-1/+13
| | | | Michael
* docs: extend the idmap_rid manpageMichael Adam2009-02-171-5/+24
| | | | Michael
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user ↵Holger Hetterich2009-02-131-0/+11
| | | | 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.
* docs: Add man sharesec.Karolin Seeger2009-02-091-0/+220
| | | | Karolin
* docs: fix two typos in the mount.cifs manpageMichael Adam2009-02-061-2/+2
| | | | Michael
* s3-docs: add documentation for dump option of eventlogadm.Günther Deschner2009-02-031-0/+26
| | | | Guenther
* docs: Describe "service" in man mount.cifs.Karolin Seeger2009-02-021-4/+7
| | | | | | | | This fixes bug #5346. Thanks to the Debian Samba package maintainers for reporting and providing a patch! Karolin
* s3-docs: fix typo in eventlogadm manpage.Günther Deschner2009-01-301-2/+2
| | | | Guenther
* docs: Add manpage for vfs_shadow_copy2.Karolin Seeger2009-01-261-0/+174
| | | | Karolin
* docs: Fix formatting issue in man libsmbclient.Karolin Seeger2009-01-231-3/+4
| | | | Karolin