1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth/credentials
Stefan Metzmacher 0ef1254f44 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>
2022-01-04 20:07:28 +00:00
..
tests CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_email_account_style_bind 2021-11-09 19:45:32 +00:00
credentials_cmdline.c auth:creds: Add command line function for standard password callback 2021-03-24 00:55:32 +00:00
credentials_internal.h auth/credentials: cli_credentials_set_ntlm_response() pass session_keys 2022-01-04 20:07:28 +00:00
credentials_krb5.c auth/credentials: Fix cli_credentials_shallow_ccache error case 2021-12-09 13:22:36 +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-04 20:07:28 +00:00
credentials_secrets.c auth:creds: Add obtained arg to cli_credentials_set_kerberos_state() 2021-04-28 03:43:34 +00:00
credentials.c auth:creds: Guess the username first via getpwuid(my_id) 2021-11-10 19:11:53 +00:00
credentials.h auth/credentials: cli_credentials_set_ntlm_response() pass session_keys 2022-01-04 20:07:28 +00:00
pycredentials.c auth/credentials: allow credentials.Credentials to act as base class 2021-07-01 17:46:31 +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: Use our own cli_credentials_set_cmdline_callbacks() 2021-03-24 00:55:32 +00:00