1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/auth
Stefan Metzmacher 826b0f761e auth/credentials: add cli_credentials_set_utf16_password()
We need a way to initialize the cli_credentials from the raw utf16 blob,
which might not be completely valid utf16, which means the conversion
from CH_UTF16MUNGED to CH_UTF8 might loose information.

This would result in an invalid nt_hash, when we convert back
from CH_UTF8 to CH_UTF16LE.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11016

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-12-19 13:15:13 +01:00
..
credentials auth/credentials: add cli_credentials_set_utf16_password() 2014-12-19 13:15:13 +01:00
gensec auth/gensec: add support for SEC_CHAN_DNS_DOMAIN to schannel_update() 2014-12-19 13:15:13 +01:00
kerberos auth/kerberos: explicitly use allow_warnings=True 2014-04-02 09:03:46 +02:00
ntlmssp auth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always supported 2014-01-07 00:27:11 +01:00
auth_sam_reply.c Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase. 2014-03-05 16:33:21 +01:00
auth_sam_reply.h auth: avoid overwriting the auth_sam_reply.h header all the time. 2014-05-12 17:49:46 +02:00
common_auth.h s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbindd 2014-07-04 02:52:35 +02:00
wbc_auth_util.c auth: add missing includes to auth/wbc_auth_util.c 2014-11-14 23:27:05 +01:00
wscript_build auth: avoid overwriting the auth_sam_reply.h header all the time. 2014-05-12 17:49:46 +02:00