summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/gensec_ntlmssp_server.c
Commit message (Expand)AuthorAgeFilesLines
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-06-041-19/+0
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-271-0/+1
* auth/ntlmssp: always allow NTLMSSP_NEGOTIATE_{SIGN,SEAL} in gensec_ntlmssp_se...Stefan Metzmacher2016-10-261-0/+8
* auth/ntlmssp: add ntlmssp_{client,server}:force_old_spnego option for testingStefan Metzmacher2016-04-281-0/+7
* auth/ntlmssp: do map to guest checking after the authenticationStefan Metzmacher2016-04-281-15/+1
* CVE-2016-2110: auth/ntlmssp: implement new_spnego support including MIC check...Stefan Metzmacher2016-04-121-2/+21
* CVE-2016-2110: auth/ntlmssp: don't let ntlmssp_handle_neg_flags() change ntlm...Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2110: auth/ntlmssp: split allow_lm_response from allow_lm_keyStefan Metzmacher2016-04-121-1/+4
* CVE-2016-2110: auth/ntlmssp: maintain conf_flags and required_flags variablesStefan Metzmacher2016-04-121-0/+3
* auth/ntlmssp: implement GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher2016-03-101-0/+9
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett2012-02-241-139/+0
* auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2012-02-241-41/+0
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-10/+10
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-1/+1
* auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett2012-02-171-2/+11
* auth: Make more of the ntlmssp code private or staticAndrew Bartlett2012-02-171-7/+7
* auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett2012-02-171-17/+36
* auth: Rearrange ntlmssp code for clarityAndrew Bartlett2012-02-171-9/+8
* auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is requiredAndrew Bartlett2012-02-171-0/+3
* s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett2012-02-171-7/+16
* auth: Cope with NO_USER_SESSION_KEY from security=serverAndrew Bartlett2012-02-171-2/+8
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-171-0/+354