| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
lookupname failed, cannot find domain when attempt
to change password.
This addresses bug #6560.
Signed-off-by: Bo Yang <boyang@samba.org>
(cherry picked from commit 87b52c1b2062fc8e23c6d3cf630eac5cb9fbaecf)
|
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <anschneider@suse.de>
Signed-off-by: Günther Deschner <gd@samba.org>
(cherry picked from commit 5db09d4dd27e10c926c3413bcd3088e72a4af487)
|
|
|
|
|
|
|
|
| |
PAM_AUTHTOK_RECOVERY_ERR is not defined by older Linux versions (SUSE
Linux Enterprise 9 and RedHat Enterprise 4).
Patch suggested by Philipp Thomas <pth at suse dot de>.
(cherry picked from commit 9b5359f992e5ffac2cedc1360098c21f9c1d2f02)
|
|
|
|
|
|
|
|
|
|
|
| |
PATCH 1:
Fix gmem->numgids and gmem->maxgids breakage on Solaris 64-bit
because sizeof(int) != sizeof(long int).
PATCH 2:
This patch fixes a compile-time warning
"warning: implicit function declaration: _nss_winbind_initgroups_dyn".
(cherry picked from commit cb036772d09227f870c2fec3ecd8c3f53787dfbc)
|
|
|
|
|
|
|
|
|
|
|
|
| |
talloc_init() is a compat function for the old samba3
non-hierachical talloc implementation. It enables
the talloc null tracking which should never be done
by library code.
metze
(cherry picked from commit afa0d6b0b14e0ef2293bd8468ffc1d6330abdb5b)
(cherry picked from commit 37a92ed0eb2c8cf7f3eac1d90ba5300cbce45186)
(cherry picked from commit f84cbb18a018d4c28fb98f00a38a7b7df48768c0)
|
|
|
|
|
|
|
| |
while servicing getaddrinfo() request."
Jeremy.
(cherry picked from commit e4b4e9cafbb7dcda761b396a71be9ba4965956bc)
|
|
|
|
|
|
|
| |
request.
Jeremy.
(cherry picked from commit 89d234574b1a2f12b2d9d21c4286648d0da436c3)
|
|
|
|
|
| |
This fixes bug #5865
(cherry picked from commit 29257fb4a8faf0ccb49dc4dcb6871a145c5b7f21)
|
|
|
|
|
|
|
| |
If winbind sets the KRB5CCNAME variable it should unset it when
the cache gets destroyed.
(cherry picked from commit e7b0d1c984a37600a234c1f4c95b06e9b5898f30)
(cherry picked from commit ddba89d7713923bfbf1c8492c5dc6c6d5b220f1e)
|
|
|
|
| |
This reverts commit ddba89d7713923bfbf1c8492c5dc6c6d5b220f1e.
|
|
|
|
|
|
| |
If winbind sets the KRB5CCNAME variable it should unset it when
the cache gets destroyed.
(cherry picked from commit e7b0d1c984a37600a234c1f4c95b06e9b5898f30)
|
|
|
|
| |
(cherry picked from commit ec178599d37d6633697650c54c3588afedea9b7e)
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to the GNU libc nss guide, we should always set
errno to ENOENT when returning NSS_UNAVAIL.
http://www.gnu.org/software/libtool/manual/libc/NSS-Modules-Interface.html#NSS-Modules-Interface
At least the MQ Series message queing service that runs
on WebSphere will fail if you return any other errno in this case.
(cherry picked from commit ee26664602445fa7798e2061f6bcbef0756d6528)
(cherry picked from commit 29b39723b82f363d32dc4678d6b71a78485c65ce)
|
|
|
|
| |
This reverts commit 15e8e23466ae959bd0efc540c287338dbcd0b7a6.
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to the GNU libc nss guide, we should always set
errno to ENOENT when returning NSS_UNAVAIL.
http://www.gnu.org/software/libtool/manual/libc/NSS-Modules-Interface.html#NSS-Modules-Interface
At least the MQ Series message queing service that runs
on WebSphere will fail if you return any other errno in this case.
(cherry picked from commit ee26664602445fa7798e2061f6bcbef0756d6528)
(cherry picked from commit 29b39723b82f363d32dc4678d6b71a78485c65ce)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit 09fed085bea9dae5bb8aacd986deed3d458e3574)
(cherry picked from commit fba8506112938bf714c06da08e0e0725a7eecf3a)
|
|
|
|
|
| |
Signed-off-by: Andreas Schneider <anschneider@suse.de>
(cherry picked from commit cdf10e6ee9faff42693bb39ede535cc6611a8fc9)
|
|
|
|
|
| |
from string representation.
(cherry picked from commit eaee722ca74af274e628cbd868753800bddc3e97)
|
|
|
|
|
| |
functions
(cherry picked from commit 710d42d0b7de44fb684edf7412bfb4a48c3daf07)
|
|
|
|
|
|
|
| |
from gdm/xdm. Patch from boyang <boyang@novell.com>.
Jeremy.
(cherry picked from commit 63316efeeb330d2cb7fa0906824c97da2c7b0074)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the BAIL_ON_WBC_ERROR directly after wbcRequestResponse kicks in, *domain
and *name have not been initialized yet. So the cleanup routine in the done:
part of the routine (which did not check for domain!=NULL etc) would access
uninitialized memory.
Jerry, please check!
Thanks,
Volker
(cherry picked from commit 3d7e0cc40b1992f4555807acec4f00450e30e2de)
|
|
|
|
|
|
|
|
|
|
|
|
| |
The done: part could access uninitialized memory if intermediate
BAIL_ON_WBC_ERROR fire.
Jerry, please check!
Thanks,
Volker
(cherry picked from commit 31f4c33dcc744e81be54389756378e25aa2bb75e)
|
|
|
|
| |
(cherry picked from commit b37030644e32249706d431ad93881d540f351c50)
|
|
|
|
| |
(cherry picked from commit 72b381689af9cae83ab08532cffd0188f2da4807)
|
|
|
|
|
|
|
|
| |
This (also) fixes a flaw pointed out by the IBM checker. When verifying that I
found out that the parsing was not working as I would have expected it to.
Jerry, please check!
(cherry picked from commit c2c7790155ab02e1e351caf2bed192ce72913663)
|
|
|
|
|
|
|
|
|
|
| |
BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's
initialized.
Stefan, please check!
Volker
(cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c)
|
|
|
|
|
|
|
|
| |
Fix is from Bo Yang @ Novell.
Thanks!
(cherry picked from commit e4eb9d347d14de8c9ba73b07f26fe8fd4f17eab5)
(cherry picked from commit 49178f979f14ced834dda3104044bb8a84d4ebdb)
|
|
|
|
| |
(cherry picked from commit 11236d266e3703eb3aca4b96e2ed9da76614ec12)
|
|
|
|
|
|
|
| |
Thanks to Bo Yang for pointing this out.
Guenther
(cherry picked from commit 516a067016955938988ab37c777102a14b41e100)
|
|
|
|
|
| |
metze
(cherry picked from commit b68916328e935e61840cb03560ebeeee15bb2c6f)
|
|
|
|
|
| |
metze
(cherry picked from commit 04d465c622c614bec29f24793ae897a73bcb51f4)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit 5bf47ebf0fb9f7d94ed36bce6bcaa31b508009bd)
(cherry picked from commit d4984ac18a907773134cc906c689655338d3949e)
|
|
|
|
| |
(cherry picked from parts of cbdb79b7a1044945e515a294f487e4c1a9c91be5)
|
|
|
|
|
|
|
|
|
|
| |
char **
Fix a compile warning. This seems the right thing since the data is created
by talloc_strdup...
Michael
(cherry picked from commit f81da8e8ed8e2d75c77bd8b5e7fdd7c53bab7e49)
|
|
|
|
|
|
|
|
| |
This fixes a compile warning and seems the correct thing to me as
the returned data is talloc_strdup't, so not const anyways.
Michael
(cherry picked from commit 13cfa7f48a541a934a129fab0544cbf66029c4c7)
|
|
|
|
|
|
| |
Use the existing domain_flags fiueld in wbcDomainInfo to set a bit if the
domain is marked as offline by Winbind.
(cherry picked from commit 59cfba2c3d6d4594f08cbe3b7295ab36a7cfb044)
|
|
|
|
|
| |
Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags.
(cherry picked from commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)
|
|
|
|
| |
(cherry picked from commit 2fbe8437efe232b6f53af6fafed5995fe7e26820)
|
|
|
|
| |
(cherry picked from commit 5c454e77cf664fee65fcb03e5811764c92e73696)
|
|
|
|
| |
(cherry picked from commit fea52dc46048ff869299267f7596b93a8c5c8b3d)
|
|
|
|
|
| |
s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/
(cherry picked from commit d91ce012b0afb30cd22b373412d17de27c55ca86)
|
|
|
|
|
| |
metze
(cherry picked from commit 2cbe5a006a6df79c38f4aaa68d498cd6d5a34dba)
|
|
|
|
|
|
|
|
|
| |
This only accepts NULL as domain for now,
because winbindd doesn't support checking
trust passwords as a domain controller.
metze
(cherry picked from commit c084ccd70f42ce29ce24565969a9f440dde254e1)
|
|
|
|
|
| |
metze
(cherry picked from commit a4f628d6c9e2a5761c048e268a29e1f5daae4180)
|
|
|
|
|
| |
metze
(cherry picked from commit 57ba71140fbf6b4a5a917fa3248fa76536be883b)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 37091859126167e84e55afe8a32025ac0f65065e)
|
|
|
|
|
| |
Guenther
(cherry picked from commit bf960f57e7adf09cdf096f2c72065ea1ff8b0daa)
|
|
|
|
|
| |
Guenther
(cherry picked from commit d62676cf886d910334b3d6f7ce0147b75ef53aec)
|
|
|
|
|
| |
Guenther
(cherry picked from commit fe8acb064433b286938e0b572ca1faa8a54414b7)
|
|
|
|
|
| |
Guenther
(cherry picked from commit ea2175ee0e6288ccb132e86b9dd0bf8a0e4169c9)
|