summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3
Commit message (Collapse)AuthorAgeFilesLines
* 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) (cherry picked from commit 436e13608e489b4bd5c00597efca9c9ca66b8be1)
* 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) (cherry picked from commit dbe41dce7491df93a26bb0f4bd2a33b53fe90188)
* 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>
* docs: fix typos in the net man page.Michael Adam2009-07-271-2/+2
| | | | | | Noted by Oota Toshiya <t-oota@dh.jp.nec.com> . Michael
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-181-0/+27
| | | | | | This is part of a fix for bug #6328. Karolin
* s3/docs: Fix typo.Karolin Seeger2009-06-161-1/+1
| | | | Karolin
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-151-3/+3
| | | | 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) (cherry picked from commit d547aab1511c72e1cab034e2945f6ad63bda6659)
* 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) (cherry picked from commit 5d2dfba6d1699c6e417cc21233a1cc871f3c0ad1)
* 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) (cherry picked from commit 24d6f697844bc85a03c047e5470abcfdd53735a2)
* 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) (cherry picked from commit 55df96313c5b966f41b0b5c426cf6a420cafa855)
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-05-061-10/+10
| | | | | | Karolin (cherry picked from commit 4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a) (cherry picked from commit 6a617a9677da9df8f70cf2039245cfb5ce3d94c3)
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-05-061-0/+82
| | | | | Guenther (cherry picked from commit e398f1e91575909d2a90fab1e6f00804815a0b2f)
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-201-0/+9
| | | | | | metze (cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba) (cherry picked from commit 1d1e859c4e08fed1775a170ccff459f3a18e13ba)
* 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: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | Karolin (cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890)
* Document the dirsort moduleVolker Lendecke2009-03-221-0/+69
|
* 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 (cherry picked from commit 09a7f93f6be66a8f2a124e49b4effe2b5863f01d)
* 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 (cherry picked from commit 27307be0f726c899c0e8a0edfdf200650037bb61)
* s3/docs: Add man vfs_acl_tdb.Karolin Seeger2009-02-201-0/+66
| | | | | Karolin (cherry picked from commit 0fd1d4c0906158bab55871d53396bdc7ae533220)
* s3/docs: Add man vfs_acl_xattr.Karolin Seeger2009-02-201-0/+61
| | | | | Karolin (cherry picked from commit 3b0114c0ba676dec2ece96983aff29257399f378)
* 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 (cherry picked from commit cc51cbc862055975bcef016876662576b00e72ef)
* docs: fix two typos in the mount.cifs manpageMichael Adam2009-02-061-2/+2
| | | | | | | Michael (cherry picked from commit 145fe37766cf1ecffb16a03b58b44d08f7ed7558) Signed-off-by: Michael Adam <obnox@samba.org>
* 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 (cherry picked from commit 73f4fc1f802f31459b70dba4777d142d00fcdd92)
* s3-docs: fix typo in eventlogadm manpage.Günther Deschner2009-01-301-2/+2
| | | | | Guenther (cherry picked from commit fb7b92abc2bea4b3d91cdd896f02db88065a4b8f)
* docs: Adapt version number in new vfs_fileid manpage.Karolin Seeger2009-01-261-1/+1
| | | | Karolin
* docs: Adapt version number in new vfs_shadow_copy2 manpage.Karolin Seeger2009-01-261-1/+1
| | | | Karolin
* docs: Add manpage for vfs_shadow_copy2.Karolin Seeger2009-01-261-0/+174
| | | | | Karolin (cherry picked from commit 512cf0ad50d30fcb35a28b0ef1b859d754f42a99)
* docs: Fix formatting issue in man libsmbclient.Karolin Seeger2009-01-231-3/+4
| | | | | Karolin (cherry picked from commit aa2fb0efb7ce2bc732569b4baf20c57375fdce59)
* s3:docs: clarify explanation of the allocator in the idmap_ldap manpageMichael Adam2009-01-211-2/+8
| | | | | | | Michael (cherry picked from commit 816934faa8bbe53dd299bc5e39f471eafdddefa8) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: clarify explanation of the allocator in the idmap_tdb manpageMichael Adam2009-01-211-4/+10
| | | | | | | Michael (cherry picked from commit 665b5dc70333ca36129a6fe06645bd9faa4f2350) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: clarify explanation of allocator in the idmap_tdb2 manpageMichael Adam2009-01-211-4/+6
| | | | | | | Michael (cherry picked from commit 65b79200e46751278c125ad260d899d10d6466a2) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: fix copy and paste error in the idmap_tdb2 manpageMichael Adam2009-01-211-1/+0
| | | | | | | Michael (cherry picked from commit bd252ad665547d2ad012725ccb18720e160d221f) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: add a manpage for idmap_tdb2Michael Adam2009-01-211-0/+132
| | | | | | | Michael (cherry picked from commit 84f2b2d731fb7d97c98414196bf96ee94ea88bb3) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: update the idmap_ldap manpage to reflect current facts.Michael Adam2009-01-211-7/+23
| | | | | | | Michael (cherry picked from commit 7c5621b6e09d9ae3fe936a86e46d1b0f35906e6d) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: update the idmap_tdb manpage to reflect current facts.Michael Adam2009-01-211-20/+61
| | | | | | | Michael (cherry picked from commit 32be66b19da07983670002d1b2b5bc80cf0c8d16) Signed-off-by: Michael Adam <obnox@samba.org>
* s3:docs: vfs_fileid manpageStefan Metzmacher2009-01-171-0/+112
| | | | | metze (cherry picked from commit 6a94b7b9270f3d69595b93e2632051c9842645c9)
* docs: Improve man mount.cifs.Karolin Seeger2009-01-091-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 (cherry picked from commit 1f7e09ea542df3a2f5f553c0cb11a39c74712950)
* docs: Fix example in man vfs_recycle.Karolin Seeger2009-01-061-5/+8
| | | | | | | | This fixes bug #6001. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin (cherry picked from commit 9f44a17c3bf36067d04cec036c3e529798932cd7)
* docs: Document the -g option of smbclient.Karolin Seeger2009-01-051-7/+17
| | | | | | | | This fixes bug #6013. Thanks to the Debian Samba packages maintainers for reporting! Karolin (cherry picked from commit 6752d78e946b2c4278e2deba325c76fb7ffbc06a)
* docs: Fix typo in man idmap_hash.Karolin Seeger2008-12-171-1/+1
| | | | | Karolin (cherry picked from commit 994ef68164c12a3b0494f6491bc9f402c912600f)
* Add an entry for the "check" command to the tdbtool manpage.Holger Hetterich2008-12-161-0/+8
|
* docs: Raise version number from 3.2 to 3.3.Karolin Seeger2008-12-1672-72/+72
| | | | Karolin
* docs: Remove comment about default backend.Karolin Seeger2008-12-161-2/+2
| | | | | Karolin (cherry picked from commit 46f530e42f42b860407696f4e4733ad88e69f1be)
* docs: Fix typo in the idmap_ad manpage.Karolin Seeger2008-12-161-4/+4
| | | | | Karolin (cherry picked from commit b876e1336bed52e0823e0e88381d223bd6aa95e4)
* pam_winbind: document mkhomedir option.Günther Deschner2008-11-211-0/+8
| | | | Guenther