summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp_server.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-1/+1
2024-10-10gensec:ntlmssp: only allow messages up to 2888 bytesStefan Metzmacher1-6/+0
2024-04-23auth/ntlmssp: implement channel binding supportStefan Metzmacher1-0/+47
2023-03-28auth: Fix code spellingAndreas Schneider1-1/+1
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-5/+5
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-2/+2
2022-03-10auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher1-1/+0
2022-01-04auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher1-0/+8
2021-11-09CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher1-1/+1
2020-01-06auth: Simplify struct auth4_contextVolker Lendecke1-47/+6
2019-12-10SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris1-4/+11
2019-06-27auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider1-3/+23
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett1-1/+1
2019-06-24auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_serverAndreas Schneider1-17/+9
2019-05-21auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp serverAndreas Schneider1-31/+87
2018-05-16auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher1-0/+8
2018-01-08define DBGC_AUTH classkkplein1-0/+3
2017-08-07auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher1-0/+65
2017-08-07auth/ntlmssp: merge ntlmssp_server_check_password() into ntlmssp_server_auth_...Stefan Metzmacher1-48/+22
2017-08-07auth/ntlmssp: introduce ntlmssp_server_auth_send/recvStefan Metzmacher1-53/+71
2017-06-26auth/ntlmssp: make ntlmssp_server_check_password() shorterStefan Metzmacher1-49/+53
2017-06-26auth/ntlmssp: remove useless talloc_steal calls in ntlmssp_server_check_passw...Stefan Metzmacher1-2/+5
2017-03-29auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett1-1/+8
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett1-0/+1
2017-03-29auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett1-0/+1
2017-03-29gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSPAndrew Bartlett1-0/+2
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher1-0/+3
2016-04-28auth/ntlmssp: do map to guest checking after the authenticationStefan Metzmacher1-0/+40
2016-04-12CVE-2016-2110: auth/ntlmssp: implement new_spnego support including MIC check...Stefan Metzmacher1-10/+331
2016-04-12CVE-2016-2110: auth/ntlmssp: call ntlmssp_sign_init if we provide GENSEC_FEAT...Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_flags() return NTSTATUSStefan Metzmacher1-3/+12
2016-03-10auth/ntlmssp: use ndr_push_AV_PAIR_LIST in gensec_ntlmssp_server_negotiate().Günther Deschner1-10/+33
2016-03-10auth/ntlmssp: use ntlmssp_version_blob() in the serverStefan Metzmacher1-26/+1
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-1/+1
2013-03-27auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett1-1/+1
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-7/+0
2012-03-09auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett1-6/+1
2012-03-09auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett1-2/+2
2012-02-24auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett1-17/+95
2012-02-24auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett1-9/+18
2012-02-17s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett1-0/+4
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-0/+582