summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp_server.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Fix code spellingAndreas Schneider2023-03-281-1/+1
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-091-5/+5
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-091-2/+2
* auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher2022-03-101-1/+0
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-041-0/+8
* CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* auth: Simplify struct auth4_contextVolker Lendecke2020-01-061-47/+6
* SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris2019-12-101-4/+11
* auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider2019-06-271-3/+23
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-271-1/+1
* auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_serverAndreas Schneider2019-06-241-17/+9
* auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp serverAndreas Schneider2019-05-211-31/+87
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-05-161-0/+8
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher2017-08-071-0/+65
* auth/ntlmssp: merge ntlmssp_server_check_password() into ntlmssp_server_auth_...Stefan Metzmacher2017-08-071-48/+22
* auth/ntlmssp: introduce ntlmssp_server_auth_send/recvStefan Metzmacher2017-08-071-53/+71
* auth/ntlmssp: make ntlmssp_server_check_password() shorterStefan Metzmacher2017-06-261-49/+53
* auth/ntlmssp: remove useless talloc_steal calls in ntlmssp_server_check_passw...Stefan Metzmacher2017-06-261-2/+5
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-1/+8
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-0/+1
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+1
* gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSPAndrew Bartlett2017-03-291-0/+2
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-0/+3
* auth/ntlmssp: do map to guest checking after the authenticationStefan Metzmacher2016-04-281-0/+40
* CVE-2016-2110: auth/ntlmssp: implement new_spnego support including MIC check...Stefan Metzmacher2016-04-121-10/+331
* CVE-2016-2110: auth/ntlmssp: call ntlmssp_sign_init if we provide GENSEC_FEAT...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2110: auth/ntlmssp: let ntlmssp_handle_neg_flags() return NTSTATUSStefan Metzmacher2016-04-121-3/+12
* auth/ntlmssp: use ndr_push_AV_PAIR_LIST in gensec_ntlmssp_server_negotiate().Günther Deschner2016-03-101-10/+33
* auth/ntlmssp: use ntlmssp_version_blob() in the serverStefan Metzmacher2016-03-101-26/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett2013-03-271-1/+1
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-7/+0
* auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett2012-03-091-6/+1
* auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett2012-03-091-2/+2
* auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett2012-02-241-17/+95
* auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2012-02-241-9/+18
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+4
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-0/+582