summaryrefslogtreecommitdiffstats
path: root/docs-xml
Commit message (Collapse)AuthorAgeFilesLines
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-241-0/+1
| | | | | | | Karolin (cherry picked from commit b78de63ef3cde53e3aabbe46654aac5a335f16a8) (cherry picked from commit d3738dbe1cabb0ad0acf5f8c9b5e8106285ca9a1) (cherry picked from commit 7e5e74b351ce466f490d6388ceb368bd718fa93d)
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-242-4/+12
| | | | | | | | | | | | | | | | Change parameter "wide links" to default to "no". Ensure "wide links = no" if "unix extensions = yes" on a share. Fix man pages to refect this. Remove "within share" checks for a UNIX symlink set - even if widelinks = no. The server will not follow that link anyway. Correct DEBUG message in check_reduced_name() to add missing "\n" so it's really clear when a path is being denied as it's outside the enclosing share path. Jeremy. (cherry picked from commit c1b05ae4febfba1a419eee0d04c3886de9f5fee0)
* s3-docs: Fix typos.Karolin Seeger2010-02-246-6/+6
| | | | | | | | | | | | | 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) (cherry picked from commit c2cdd4dff7a78c5c4abeb04679f07e3807f88dfb)
* s3:docs: Fix typo in man mount.cifs.Karolin Seeger2010-01-131-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) (cherry picked from commit 04fa292f6e7948c10da378ca4b8a741324478008)
* s3:docs: Document "aio write behind".Karolin Seeger2010-01-131-0/+23
| | | | | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782) (cherry picked from commit 267ebc03b43dd8c11f5aebf341620b0d94d95135) (cherry picked from commit 93bbbd3cc776e4aa69239cb086067ec953fc8c8e) (cherry picked from commit 65a3f18ccd9aa8b4ec31e9e7e5465631ee53afca)
* s3:docs: Document "ldap page size".Karolin Seeger2010-01-131-0/+18
| | | | | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit 9478ec35b5349f50a61bbe2aa88af88577918e91) (cherry picked from commit 940121d666b9e0645584c93db178b763ac5c8c04) (cherry picked from commit a1d8a6127448fbdc25d1d87a2541a2ea8e430e17) (cherry picked from commit eeea76ff150964c7b6db87fb670dbfd1ae68608e)
* s3:docs: Document "enable core files".Karolin Seeger2010-01-131-0/+15
| | | | | | | | | | Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin (cherry picked from commit b03ad70848e6ea889f382c0cb9f21057370f1ab6) (cherry picked from commit 15f7b70b0e6b6bd2604255cff1c351bb0425e9f3) (cherry picked from commit 5832bc1c5896b391131952a06013154cbdafe3f9) (cherry picked from commit f83733838bf94348c98dbc724d86c9021053639b)
* docs: Fix Bug 6922: Add Registry patchfile for Win7 domain join.Günther Deschner2010-01-131-0/+0
| | | | | | | | | | Patchfile from SATOH Fumiyasu <fumiyas@osstech.co.jp>. Thanks! Guenther (cherry picked from commit 95d0f0aab01fdd751841d57cebe6150cd6fdf80c) (cherry picked from commit 91deb46d6a4dc1e5290e816c40925598e2c6ded9)
* cifs.upcall: make using ip address conditional on new optionJeff Layton2010-01-131-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> (cherry picked from commit 6aa0f05509ec1b8578021051f83627f4ca296ef8)
* cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton2010-01-131-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> (cherry picked from commit e919c3ac1229eae35614b92a9daebc71e770ca1b)
* s3/docs: Fix typos.Karolin Seeger2009-10-071-2/+2
| | | | | | | | | Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting! Karolin (cherry picked from commit 7ee7ec3fdba2ef6a6cc3e1f96a5d2154290cdb18) (cherry picked from commit c94d3183a8e4c7e03c0dd2771cb7b9f4665198ce) (cherry picked from commit 1310ba934b87b804f435cef2c21e6e65590e4a83)
* 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 (cherry picked from commit 4d25298b133279c0918e0663cf2fd59f7e11672f)
* s3/docs: Fix typo.Matt Kraai2009-07-271-1/+1
| | | | | | | This fixes bug #6519. (cherry picked from commit 4fb1f8e8fe46b3e77c06612ac3fc3d67cf650a11) (cherry picked from commit 39bfcc5d50892ad0c387f0ca3932e961e77fdc39) (cherry picked from commit 408cc7ec9f4119aa9a768474152a83ef796309a9)
* s3/docs: Fix typo.Karolin Seeger2009-07-271-1/+1
| | | | | | | | | | This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin (cherry picked from commit 4ad43a21344b43f1c9fe459165098bcab1695711) (cherry picked from commit 84750d556d0a42b5d8b134308311e2cb9a533b58) (cherry picked from commit 304c25a518aba988c3d36e78f6a8416a340b3b33)
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-07-271-0/+27
| | | | | | | This is part of a fix for bug #6328. Karolin (cherry picked from commit a5a31512de9d9b9ed7eed906487dd154fde7e483)
* s3/docs: Fix typo.samba-3.3.5Karolin Seeger2009-06-161-1/+1
| | | | | Karolin (cherry picked from commit 6e45c21384b8845422967ff1fa46e48de9fee1ab)
* Fix the section of the pam_winbind manpage.Andreas Schneider2009-06-152-4/+4
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> (cherry picked from commit 2f2ef4afae99eadb2b546319aa915f6391acce40)
* 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) (cherry picked from commit c9b89676983c5fd0ec12df121fc5d9e06facdd80)
* 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) (cherry picked from commit 282682c989a8008de5f8d30c48c9a740b315a230)
* 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) (cherry picked from commit 2ed85b0ebfc50cad847050cc6b5269c470956ea3)
* 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) (cherry picked from commit f738862d9f419fec27c9fb15c880a452aff333d9)
* s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵Günther Deschner2009-06-152-2/+2
| | | | | | | | | users. GUenther (cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23) (cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b) (cherry picked from commit d4b57dab0beada704fcbeae86ae5b5dd257030a0)
* s3/docs: Fix typos.Karolin Seeger2009-06-101-3/+3
| | | | | | | | | | Fix typos reported by OPC oota <t-oota [at] dh.jp.nec.com>. Thanks! Karolin (cherry picked from commit ad0d8032068fc9b920e205d3f5f923174101d777) (cherry picked from commit b7d54f443ade79d3f2b71aa138fd5254754bb750) (cherry picked from commit cec179962a833771b9fdba3ba747b571ef27ace6)
* s3/docs: Fix example.Karolin Seeger2009-06-101-2/+2
| | | | | | | | | | | The 'ldap suffix' is not added automatically to the 'ldap admin dn'. This fixes bug #5584. Thanks to Stefan Bauer <stefan.bauer [at] plzk.de> for reporting! Karolin (cherry picked from commit 0fee798552038b730b0107540d6cfeb475803555) (cherry picked from commit 629e7aa91a33a5428676d8f6eeac19ea9fec14d6) (cherry picked from commit 01acd8d9277362ae3c0e92963f66e7af3202b84d)
* s3/docs: Fix typo.Karolin Seeger2009-06-101-2/+2
| | | | | | | Karolin (cherry picked from commit 613c8acbdd93210b40ec6fa48cbbf297a061b3cc) (cherry picked from commit c84f1c7ac9da7e26f28cb233efe45614f0cedea3) (cherry picked from commit 8878670414bd2607ad238b4fb61a109d5f430538)
* s3/docs: Fix typo.Karolin Seeger2009-06-101-1/+1
| | | | | | | | | | This fixes bug #4341. Thanks to Michael Cartmell <michael.cartmell [at] thomson.com> for reporting! Karolin (cherry picked from commit 2228cc6a0f942b774bef7fb0b99009897fa4dff4) (cherry picked from commit e1b1f14e0260395a8d452ea0a129bcc9bb3f98cc) (cherry picked from commit de156e6ee292ad7fc683d681d7c4b44edba67626)
* s3/docs: Correct version number.Karolin Seeger2009-06-101-1/+1
| | | | | Karolin (cherry picked from commit 7e4682d0b54ba85c7366e7232b148a594718f7cf)
* s3/docs: Fix typos.Karolin Seeger2009-06-101-4/+4
| | | | | | | | Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for reporting! Karolin (cherry picked from commit f3df38362cc15211d9fca8229a0f9d9fc9c8e481) (cherry picked from commit 7434898b10a5c5780bd015b7bdca3eaa7a2b5475)
* s3/docs: Fix shutdown script example.Karolin Seeger2009-06-101-4/+5
| | | | | | | | | This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin (cherry picked from commit f741b90ee8f74077871a0b5d1df55c0dd34a313f) (cherry picked from commit 1653bbf50b02e4f4dc2f01c5dab32c1cc4894582)
* s3/docs: Remove unnecessary .sp.Karolin Seeger2009-06-101-10/+10
| | | | | | | Karolin (cherry picked from commit 4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a) (cherry picked from commit 6a617a9677da9df8f70cf2039245cfb5ce3d94c3) (cherry picked from commit 8c5771422bf25dba0638c3419ac14f0841b94293)
* s3-docs: Fix Bug #6331. Document "net dom join/net dom unjoin".Günther Deschner2009-06-101-0/+82
| | | | | | Guenther (cherry picked from commit e398f1e91575909d2a90fab1e6f00804815a0b2f) (cherry picked from commit e19dddb2b438b75dcd995aaa763fcbe55d7de5cc)
* s3/docs: Fix typo.Karolin Seeger2009-06-101-1/+3
| | | | | | Karolin (cherry picked from commit c2eb0d87a2436614741119ebd14fda05b42a2ddd) (cherry picked from commit 98c238a54dbe3e64262252a9fb38b382c53c1bcf)
* s3/docs: Fix typos.Karolin Seeger2009-06-101-4/+5
| | | | | | | | | | That fixes bug #4247. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin (cherry picked from commit eaf949947c2eb03363c4b6f588f87b70110d6ff7) (cherry picked from commit cea79d1fbf44b0d5bff5aa12962fb3d3cb61c367) (cherry picked from commit 226620d0ed221da983b4f662fcef14906588f1bd)
* s3/docs: Fix typo.Karolin Seeger2009-06-101-1/+1
| | | | | | | | | | This fixes bug #4245. Thanks to David McNeill <davemc [at] mcpond.co.nz> for reporting! Karolin (cherry picked from commit 579c91581f5b6d5341a12923fe6cde377223caff) (cherry picked from commit 49caab4044e47236594c6688f202aed555b9da61) (cherry picked from commit 139f95c85f96e7ccba024283608f9ee5990f6676)
* s3/docs: Fix serveral typos.Karolin Seeger2009-06-101-5/+5
| | | | | | | | | | This fixes bug #4315. Thanks to Felipe Augusto van de Wiel <faw [at] cathedrallabs [dot] org>! Karolin (cherry picked from commit 3422b9c546cdd262bd747e1e737c2b6479b4d21e) (cherry picked from commit 3da62734fffa99cde1084beeb69e94a7bc623dde) (cherry picked from commit b487a48c876fcaf88ec3fb4b05bacdd9b0bd8cd0)
* s3:docs: document the --request-timeout option of netStefan Metzmacher2009-04-281-0/+9
| | | | | | | metze (cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba) (cherry picked from commit 1d1e859c4e08fed1775a170ccff459f3a18e13ba) (cherry picked from commit 8775968526046f040a2e6ba8697d719b5e3bced8)
* s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-171-1/+1
| | | | | | Guenther (cherry picked from commit 05ea8daacabe62b6c20770a8518192c44e7eb763) (cherry picked from commit 8dc31b185d67aa4cdcb367254a913039e3f286ee)
* 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) (cherry picked from commit 1f5485ed8d8e50159859b2e994680dfa224d15f3)
* s3/docs: Fix typo.Karolin Seeger2009-04-171-1/+1
| | | | | | Karolin (cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890) (cherry picked from commit 0b1a17739c8295642b8697cba3d3907238ad935d)
* Document the dirsort moduleVolker Lendecke2009-03-271-0/+69
| | | | (cherry picked from commit a4badda87bc10a820f3591a1232d840fa4262bf3)
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-111-0/+115
| | | | (cherry picked from commit c5e1900879411cf240ddb4c1dcb11e645cbcb03e)
* s3/docs: Add missing full stop.Karolin Seeger2009-03-061-1/+1
| | | | | | Karolin (cherry picked from commit 2ab9d365cfceb28c1280566b6fe8ec3767e18149) (cherry picked from commit aff67e24f3675ace3c69c210aa387bc008f1cbbc)
* 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) (cherry picked from commit fdb5c65fc51784b6a159748ec4df3953b7d2c1cb)
* For some unknown reason ldbrename was not being built in samba3.Simo Sorce2009-02-231-0/+107
| | | | (cherry picked from commit b8fa66be1cbad021143653d4e79f04d79a01bd62)
* s3/docs: Add hint about getfattr in man vfs_acl_xattr.Karolin Seeger2009-02-231-0/+9
| | | | | | Karolin (cherry picked from commit 27307be0f726c899c0e8a0edfdf200650037bb61) (cherry picked from commit 8c978a66168fd22c817e0710d7a70daf7d07b1ab)
* s3/docs: Add man vfs_acl_tdb.Karolin Seeger2009-02-231-0/+66
| | | | | | Karolin (cherry picked from commit 0fd1d4c0906158bab55871d53396bdc7ae533220) (cherry picked from commit b6c900db66481f10d9acbc7fc6a3cbf6b537b486)
* s3/docs: Add man vfs_acl_xattr.Karolin Seeger2009-02-231-0/+61
| | | | | | Karolin (cherry picked from commit 3b0114c0ba676dec2ece96983aff29257399f378) (cherry picked from commit 7e3b9564af4ff2a9fa2de6a7ef2dd1ae16bc3d6a)
* s3/docs: Fix several typos.Karolin Seeger2009-02-2319-27/+24
| | | | | | | | | | This fixes bug #6127. Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net> for the review! Karolin (cherry picked from commit 54dbb030e2c6fed0abd0a3a89d08dad9b8a201a1) (cherry picked from commit a4548e41c6f12e4703249c53ad3dc727d2839931)
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user ↵Holger Hetterich2009-02-161-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. (cherry picked from commit 31d854fff40799f056748333c35df81466c3614c)
* docs: Add man sharesec.Karolin Seeger2009-02-161-0/+220
| | | | | | Karolin (cherry picked from commit cc51cbc862055975bcef016876662576b00e72ef) (cherry picked from commit b16d6aaf981e6b0b7c706f6abd659dc3cde30094)