1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/auth/credentials
Stefan Metzmacher c51625b483 auth/credentials: cli_credentials_set_ntlm_response() pass session_keys
Otherwise cli_credentials_get_ntlm_response() will return session keys
with a 0 length, which leads to errors in the NTLMSSP code.

This wasn't noticed as cli_credentials_set_ntlm_response() has no
callers yet, but that will change in the next commits.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14932

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 0ef1254f44)
2022-01-19 08:08:14 +00:00
..
tests CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_email_account_style_bind 2021-11-08 10:46:42 +01:00
credentials_internal.h auth/credentials: cli_credentials_set_ntlm_response() pass session_keys 2022-01-19 08:08:14 +00:00
credentials_krb5.c dsdb: Allow special chars like "@" in samAccountName when generating the salt 2021-10-26 12:00:28 +00:00
credentials_krb5.h auth/credentials: also do a shallow copy of the krb5_ccache. 2016-07-22 23:34:20 +02:00
credentials_ntlm.c auth/credentials: cli_credentials_set_ntlm_response() pass session_keys 2022-01-19 08:08:14 +00:00
credentials_secrets.c auth:creds: Rename CRED_USE_KERBEROS values 2020-11-03 15:25:37 +00:00
credentials.c auth:creds: Add cli_credentials_dump() 2020-12-16 13:56:49 +00:00
credentials.h auth/credentials: cli_credentials_set_ntlm_response() pass session_keys 2022-01-19 08:08:14 +00:00
pycredentials.c auth/credentials: allow credentials.Credentials to act as base class 2021-09-16 06:50:11 +00:00
pycredentials.h pycredentials.h: use import to ensure python type correctness 2019-07-22 22:20:26 +00:00
samba-credentials.pc.in build: correct package dependencies 2017-04-18 18:54:13 +02:00
wscript_build auth:creds:tests: Migrate test to a cmocka unit test 2020-11-03 15:25:37 +00:00