summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp_server.c
Commit message (Expand)AuthorAgeFilesLines
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-06-041-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