summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/gensec_ntlmssp_server.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2012-02-24auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett1-139/+0
2012-02-24auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett1-41/+0
2012-02-24auth: Rename some elements of auth4_contextAndrew Bartlett1-10/+10
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-1/+1
2012-02-17auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett1-2/+11
2012-02-17auth: Make more of the ntlmssp code private or staticAndrew Bartlett1-7/+7
2012-02-17auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett1-17/+36
2012-02-17auth: Rearrange ntlmssp code for clarityAndrew Bartlett1-9/+8
2012-02-17auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is requiredAndrew Bartlett1-0/+3
2012-02-17s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett1-7/+16
2012-02-17auth: Cope with NO_USER_SESSION_KEY from security=serverAndrew Bartlett1-2/+8
2012-02-17auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett1-0/+354