mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
be813ff2d4
> r21878: Fix a bug with smbd serving a windows terminal server: If winbind > decides smbd to be idle it might happen that smbd needs to do a winbind > operation (for example sid2name) as non-root. This then fails to get the > privileged pipe. When later on on the same connection another authentication > request comes in, we try to do the CRAP auth via the non-privileged pipe. > > This adds a winbindd_priv_request_response() request that kills the existing > winbind pipe connection if it's not privileged. The fix for this was lost during the conversion to libwbclient. Thanks to Ira Cooper <samba@ira.wakeful.net> for pointing this out! Volker |
||
---|---|---|
.. | ||
tests | ||
config.mk | ||
Doxyfile | ||
libwbclient.h | ||
wb_reqtrans.c | ||
wbc_async.c | ||
wbc_async.h | ||
wbc_err_internal.h | ||
wbc_guid.c | ||
wbc_idmap_async.c | ||
wbc_idmap.c | ||
wbc_pam_async.c | ||
wbc_pam.c | ||
wbc_pwd.c | ||
wbc_sid_async.c | ||
wbc_sid.c | ||
wbc_util_async.c | ||
wbc_util.c | ||
wbclient_internal.h | ||
wbclient.c | ||
wbclient.h | ||
wscript_build |