| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit cfb67b1a169350a8316532eb5d53de4a3f2bacb3)
(cherry picked from commit b3ccbcb83650cea627ad97e920d3f73659ffa6a0)
(cherry picked from commit 2e36a64cc9920db2b79b6c53dd355c7af8e60ab0)
|
|
|
|
|
|
|
|
|
|
| |
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)
(cherry picked from commit 1afa6b56da01bef9d8fcca3f8278c42378c0a21d)
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 6389fac6db2f54d148222009b5e209cef5c6bdd7)
(cherry picked from commit 39dbf73a6fb4ad45eac259124b70042994d4f215)
(cherry picked from commit 1038d91f3c6d2be0a594226059c5379d3e2ffe58)
|
|
|
|
|
|
|
|
|
| |
Fix bad usage message, reported by headset001@yahoo.com.
Jeremy.
(cherry picked from commit e14a6fbf8c9e4d16b2727e48c708ceccfd157e59)
(cherry picked from commit 9620f5fbe64910d86cae51345156a1a4dd71e231)
(cherry picked from commit 41c5ab50749b36557af7e2a16076d330d1c0063b)
|
|
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit c1ca00047d26ace240fa5f34b428392b5d61e6c3)
Fix bug #7137 (eventlogadm manpage typo for dump command).
(cherry picked from commit 5c4fff696638d3e682fa3c8951d560e891196fc4)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 69100db8c331ed15651ae52b88632d047f148ae4)
|
|
|
|
|
|
|
|
|
| |
Avoid warnings.
Karolin
(cherry picked from commit 6a9e88e08bfa4463ce5bdc57183f6518b524c98c)
(cherry picked from commit 1a25ef232bacb59aa753fbe21fed53a996d2e6b3)
(cherry picked from commit ba665a53b3a86a56b1cf3adeccf6764291dc264b)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
Thanks to Oota Toshiya <t-oota at dh.jp.nec.com> for pointing this out!
Michael
Fix bug #7041.
(cherry picked from commit 918045b22b1607acf51c40d8c8765862f3400a1d)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 354038f170f2541318336aa72c9f2a0426c6607e)
Part of a fix for bug #6851.
(cherry picked from commit dbcacda71d59bb5e5587d241ae034adee38f5b67)
|
|
|
|
|
|
|
| |
(cherry picked from commit a224392649ffb81dc1d67f41a01dd983b76d513b)
Fixes bug #5129.
(cherry picked from commit 646f0534acf0c480a61e0a02d1d815347b5e6d52)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 f3b2402a737ff0a7e80a03ade9f57d65dabdc7eb)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 edca7df0dd43ee1d7ae2fc4954470efdf64a4d8e)
|
|
|
|
|
|
|
|
| |
Noted by Oota Toshiya <t-oota@dh.jp.nec.com> .
Michael
(cherry picked from commit 34c535c9a8d08a480e156aaa9e4b843ffaab0636)
(cherry picked from commit d278a43d0626894f45dcc6e6dbe429565188d6fb)
|
|
|
|
|
|
|
|
| |
This is part of a fix for bug #6328.
Karolin
(cherry picked from commit e912764a5e0c1f05f921667eb56ef58552de454b)
(cherry picked from commit a291e88019771bb2703bf9854483404a6ee8d622)
|
|
|
|
|
| |
Karolin
(cherry picked from commit c2010f134b6a888e1dcd17b1f5e2c1b2656419a4)
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 9b3d5fc7de1103a634b86ff4d18ceb146ca6b027)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 59ab1574e41993d24733affbca07d3f7da245fc7)
(cherry picked from commit d547aab1511c72e1cab034e2945f6ad63bda6659)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 1809ff4b2339bd3066532abccea0944da45edf64)
(cherry picked from commit 5d2dfba6d1699c6e417cc21233a1cc871f3c0ad1)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 779eea49de3f53040fe792de4b74b73a0c51ecb3)
(cherry picked from commit 24d6f697844bc85a03c047e5470abcfdd53735a2)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <mail@cynapses.org>
(cherry picked from commit 24f9f32fedb92f881658db856db15173e57af0bd)
(cherry picked from commit 55df96313c5b966f41b0b5c426cf6a420cafa855)
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 73eaff7a395c9a7a0042f2c50f8817499b6cfdcd)
(cherry picked from commit b85c2cbcc57291ff88d8d490f548faa675b689be)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit fe474861f87dc02081acf34d756329c66cc5c805)
(cherry picked from commit 92117cd56692303b2018299cd43f229b0db59066)
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 4a4dc776b2f0ca813abcf4f47f0d5721f75f3e6a)
(cherry picked from commit 6a617a9677da9df8f70cf2039245cfb5ce3d94c3)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit e398f1e91575909d2a90fab1e6f00804815a0b2f)
(cherry picked from commit 80d32b8bfcc9a7805d864bd60d89d747bbe9ad0d)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit bf197a9c0ab8a58a775277896d40617d36279288)
(cherry picked from commit 163d0699e83c43f136449a16f539c99320a3eeaa)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit 664ff081cadd29a1e750b349ecb23e8402d977cb)
(cherry picked from commit 65d4acdb1b7f9cd78d38c23a00267688dc156da6)
|
|
|
|
|
|
| |
metze
(cherry picked from commit cdbbc81bad5d53397bf80898cf68d8867cf64cba)
(cherry picked from commit 1d1e859c4e08fed1775a170ccff459f3a18e13ba)
|
|
|
|
|
|
|
|
| |
Andreas, please check.
Guenther
(cherry picked from commit 5517c0bcddfbd8c877fd1f909407824553a20e7f)
(cherry picked from commit ed95e2978dd8b3c4a7e72569419748156ab5c760)
|
|
|
|
|
| |
Karolin
(cherry picked from commit c551c490f858b0298f876d515b1b17116c04799f)
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit c002c1d776bc62bafe62e29a91e05100c5025890)
(cherry picked from commit c62811a62bee3c5b5af4c8893813b1a56ad9c22f)
|
|
|
|
| |
(cherry picked from commit 211a04568aa97d8c327a02eb28c80b952446d5df)
|
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 4ce43918e6e942c4e50d30283e5a542f5f8465ad)
|
| |
|
|
|
|
|
|
| |
Thanks to Tobias Stoeckmann for reporting!
Karolin
|
| |
|
|
|
|
| |
Karolin
|
|
|
|
| |
Karolin
|
|
|
|
| |
Karolin
|
|
|
|
| |
Michael
|
|
|
|
| |
Michael
|
|
|
|
| |
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.
|
|
|
|
| |
Karolin
|
|
|
|
| |
Michael
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
| |
This fixes bug #5346.
Thanks to the Debian Samba package maintainers for reporting and providing a
patch!
Karolin
|
|
|
|
| |
Guenther
|
|
|
|
| |
Karolin
|
|
|
|
| |
Karolin
|