1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/auth/credentials
Noel Power 3fd9b77ad4 auth/credentials: py2/py3 credential key needs to return bytes
new_client_authenticator returns a dictionary. The key
'credential' needs to return bytes in Python3, without this
change the the code will attempt to convert the binary data to
a string (resulting sometimes in decode errors).

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-09-05 23:27:12 +02:00
..
tests PEP8: fix E305: expected 2 blank lines after class or function definition, found 1 2018-08-24 07:49:30 +02:00
credentials_internal.h auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the related logic 2016-12-20 01:11:23 +01:00
credentials_krb5.c krb5-samba: interdomain trust uses different salt principal 2018-09-05 03:57:22 +02: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 define DBGC_AUTH class 2018-01-08 03:34:17 +01:00
credentials_secrets.c dbwrap: Remove calls to loadparm 2018-04-24 01:53:19 +02:00
credentials.c auth:credentials: Avoid an 'else' branch 2018-03-01 14:49:45 +01:00
credentials.h cli_credentials: Apply some const 2017-09-16 12:28:17 +02:00
pycredentials.c auth/credentials: py2/py3 credential key needs to return bytes 2018-09-05 23:27:12 +02:00
pycredentials.h pycredentials: Remove PyCredentialCacheContainerObject 2016-03-08 01:58:29 +01:00
samba-credentials.pc.in build: correct package dependencies 2017-04-18 18:54:13 +02:00
wscript_build wscript_build: make sure we link extra-python versions of libraries 2018-04-13 07:27:11 +02:00