mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
2063692367
We don't need to change the protocol version because: 1. An old client may provide the "initial_blob" (which was and is still ignored when going via the wbcCredentialCache() function) and the new winbindd won't use new_spnego. 2. A new client will just get a zero byte from an old winbindd. As it uses talloc_zero() to create struct winbindd_response. 3. Changing the version number would introduce problems with backports to older Samba versions. New clients which are capable of using the new_spnego field will use "negotiate_blob" instead of "initial_blob". BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> |
||
---|---|---|
.. | ||
ABI | ||
tests | ||
Doxyfile | ||
libwbclient.h | ||
wbc_err_internal.h | ||
wbc_guid.c | ||
wbc_idmap.c | ||
wbc_pam.c | ||
wbc_pwd.c | ||
wbc_sid.c | ||
wbc_util.c | ||
wbclient_internal.h | ||
wbclient.c | ||
wbclient.h | ||
wbclient.pc.in | ||
wscript |