| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Guenther
(cherry picked from commit 09fed085bea9dae5bb8aacd986deed3d458e3574)
(cherry picked from commit fba8506112938bf714c06da08e0e0725a7eecf3a)
|
|
|
|
|
| |
from string representation.
(cherry picked from commit eaee722ca74af274e628cbd868753800bddc3e97)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
metze
(cherry picked from commit b68916328e935e61840cb03560ebeeee15bb2c6f)
|
|
|
|
|
| |
metze
(cherry picked from commit 04d465c622c614bec29f24793ae897a73bcb51f4)
|
|
|
|
| |
(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 5c454e77cf664fee65fcb03e5811764c92e73696)
|
|
|
|
| |
(cherry picked from commit fea52dc46048ff869299267f7596b93a8c5c8b3d)
|
|
|
|
|
| |
s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/
(cherry picked from commit d91ce012b0afb30cd22b373412d17de27c55ca86)
|
|
|
|
|
|
|
|
|
| |
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 57ba71140fbf6b4a5a917fa3248fa76536be883b)
|
|
|
|
|
| |
metze
(cherry picked from commit 364e146805bb74b46da4d3c187e9a684d4b99a01)
|
|
|
|
|
| |
metze
(cherry picked from commit 596d030b976102e7476a2460fce355914c4e8210)
|
|
|
|
| |
(cherry picked from commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
|
|
|
|
|
| |
metze
(cherry picked from commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
|
|
|
|
|
| |
metze
(cherry picked from commit de2e8d5db93d32e5ebf04a2018a08f766eb9a233)
|
|
|
|
|
| |
metze
(cherry picked from commit 7a4de23aa318bd24948e576a5582a5c74d335154)
|
|
|
|
|
| |
metze
(cherry picked from commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
|
|
|
|
|
| |
metze
(cherry picked from commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
|
|
|
|
|
|
|
| |
I leave the more explicit error path in the "if (cmd == 0)" block.
Michael
(cherry picked from commit 2ae19b5fb89e0a992962af14a81b641bf13b7892)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 79f7a519f8f61a31d84467c5b5975cae13db1c29)
|
| |
|
|\
| |
| |
| | |
v3-2-test
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
|/
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
This function will be used by auth_winbind.c.
metze
|
|
|
|
| |
metze
|
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
response.extra_data.data is not initialized on the first error path
Found by the IBM checker
|
|
|
|
|
|
| |
wbcRequestResponse().
This is a valid parameter set for things like setpwent() and ping().
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
metze
|
|
|
|
|
|
| |
This makes the installed wbclient.h header usable.
metze
|
|
|
|
| |
Guenther
|
| |
|
|
|
|
|
| |
Follows existing convention that all returned memory should be freed with
wbcFreeMemory() and not directly with free(). Noticed by Volker. Txs.
|
|
|
|
| |
wbcRequestResponse() returns a wbcErr, not NSS_STATUS
|
|
|
|
|
| |
Without request and response, wbcRequestResponse() will always return
WBC_ERR_INVALID_PARAM, so the ping will never reach winbind.
|
|
|
|
| |
Jeremy.
|